/* CSS Document */

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin:0px;
	padding:0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;	
}
tr, td {
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.5em;
}
.spaceabove {
	margin-top:1em;
}
.nospacebelow {
	margin-bottom: 0px;
}
#container {
	width: 760px;
	margin-right:auto;
	margin-left:auto;
}
#wrapper {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	padding-top:0px;
	border: solid #349d68 1px;
}
#banner {
	height: 155px;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	background-color: #FFFFCC;
	border-bottom-color: #349d68;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-bottom:1.5em;
}
#banner h1 {
	color: #990000;
	font-style: italic;
	font-size: 200%;
	text-align: center;
	padding-top: 30px;
}
.bannerfloatleft {
	float: left;
}
.bannerfloatright {
	float: right;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
#header {
	background-repeat: no-repeat;
	background-image: url(HeaderBkg.gif);
	height:50px;
}
#main {
	background-repeat: repeat-y;
/*	border-top-color: #349d68;
	border-top-width: 1px;
	border-top-style: solid;*/
	border-bottom-color: #349d68;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#navigation{
	width:140px;
	font-weight: bold;
	float: left;
/*	margin-top: 1.5em;*/
	border-top-color: #349d68;
	border-top-style: solid;
	border-top-width: 1px;
}
#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation li a{
	color: #349d68;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding-left: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 10px;
	border-bottom-color: #349d68;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width:120px;
}
#navigation li a:visited {
	color: #349d68;
}
#navigation li a:hover, #navigation li a:active {
	text-decoration:underline;
	color: #E3A004;
}
#currentlink {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #43a46c;
	display: block;
	padding-left: 10px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-right: 10px;
	border-bottom-color: #349d68;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width:120px;
}
#content {
	margin-left: 175px;
	padding-right: 1em;
	text-align: left;
/*	padding-top: 5px;*/
}
/* Hides from non IE-win \*/
* html #content {
	height: 1%;
/*	padding-top: 20px;*/
	padding-bottom: 10px;
}
/* End hide from non IE-win */
#content h1 {
	font-size: 150%;
	color: #349d68;
	font-weight: bold;
}
#content h3 {
	font-size: 110%;
	color: #E3A004;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #990033;
	font-weight: bold;
}
#content a:hover, #content a:active {
	text-decoration: underline;
}
h1 a, h3 a {
	color: #990033;	
}
#footer {
	font-size: 80%;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
	clear: both;
	background-color: #FFFFCC;
	font-weight: bold;
}
.horizline {
	height: 2px;
	width: 99%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #349d68;
	float: left;
	line-height: 1px;
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
.floatleft {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.centertext {
	text-align: center;
}
.highlight {
	font-weight: bold;
	color: #E3A004;
}
.highlightlarge {
	font-weight: bold;
	color: #E3A004;
	font-size:120%;
}
.figureleft {
  float: left;
  width: 235px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.figureright250 {
  float: right;
  width: 250px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.figureright385 {
  float: right;
  width: 385px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.figureleft250 {
  float: left;
  width: 250px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.figureleft350 {
  float: left;
  width: 350px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.figureleft385 {
  float: left;
  width: 385px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.figureright p, .figureleft p, .figureright250 p, .figureleft250 p, .figureleft350 p, .figureleft385 p, .figureright385 p {
	font-style: italic;
	text-align: center;
	font-size: 80%;
}
img.scaled {
  width: 100%;
}
.caption {
	font-style: italic;
	text-align: center;
	font-size: 80%;
}
#promo {
	padding-top:1em;
	padding-bottom:1em;
	font-size: 80%;
	text-align: center;
}
.greentext {
	color:#349d68;
}
