/* 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%;
	/*background-color:#95DB95;*/
	background-color:#c8df8e;
	color: #000000;
}
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;
	background-color:#FFFFFF;
}
#banner {
	height: 130px;
	/*width: 100%;*/
	color: #009966;
	text-align: center;
	background-color: #FFFFAA;
	border-bottom-color: #349d68;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*margin-bottom:1.5em;*/
	padding-left:20px;
	padding-right:20px;
	background-image: url(Graphics/WebBanner2010cNoBox.gif);
}
#banner img {
	padding-top:2px;
}
#banner h1 {
	color: #009933;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 200%;
	text-align: center;
	padding-top: 20px;
	padding-bottom:0px;
}
#banner h2 {
	color: #33CC66;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	text-align: center;
	padding-top:0.2em;
}
.bannerfloatleft {
	float: left;
}
.bannerfloatright {
	float: right;
}
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}
#headlinks {
	width: 100%;
	text-align: center;
	/*background-color: #349d68;*/
	background-color: #387c2b;
	margin-bottom: 10px;
	text-align: center;
	font-size:90%;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:5px;
	/*border-top:1px solid #FFFFFF;*/
}
#headlinks ul{
	text-align: center;
	display: inline;
}
#headlinks ul li{
	display: inline;
	border-right: 1px solid #ffffff;
	padding-left:2em;
	padding-right:2em;
	color:#064ebb;
}
#headlinks ul li.first{
	border-left: 1px solid #ffffff;
}
#headlinks a, #headlinks .currentlink {
	display: inline;
}
#headlinks a:link, #headlinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
#headlinks .currentlink {
	color:#C8DDFD;
}
#headlinks a:hover, #headlinks a:active {
	color: #C8DDFD;
	text-decoration: underline;
}
#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;*/
	padding-right: 10px;
	padding-left:10px;
	padding-top:5px;
}
#main:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}
#main h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	/*color: #349d68;*/
	color:#387c2b;
	font-weight: bold;
	border-bottom:1px solid #0099CC;
}
#main h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	/*color: #349d68;*/
	color:#387c2b;
	font-weight: bold;
}
#main h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #E3A004;
	font-weight: bold;
}
#main a {
	text-decoration: none;
	color: #990033;
	font-weight: bold;
}
#main a:hover, #main a:active {
	text-decoration: underline;
}
.lefthalf {
	float: left;
	width: 48%;
/*	border-right-style: 1px solid #ADB59C;	*/
	padding-right: 5px;
}
.righthalf {
	float: right;
	width: 48%;
	padding-left:5px;
}
h1 a, h3 a {
	color: #990033;	
}
#footer {
	font-size: 80%;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
	clear: both;
	background-color: #FFFFAA;
	font-weight: bold;
	border-top-color: #349d68;
	border-top-width: 1px;
	border-top-style: solid;
}
.horizline {
	height: 2px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #349d68;
	float: right;
	line-height: 1px;
	margin-top: 0.5em;
	margin-bottom:0.5em;
}
.topline {
	height: 2px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #349d68;
	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: #349d68;
}
.highlightlarge {
	font-weight: bold;
	/*color: #349d68;*/
	color:387c2b;
	font-size:120%;
}
.noborder {
	border:none;
}
#promo {
	padding-top:1em;
	padding-bottom:1em;
	font-size: 80%;
	text-align: center;
}
