@charset "UTF-8";

body {
	background-color: #d5d8c6;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clear { clear: both; }

a {
	color: #6e8437;
	text-decoration: none;
}

#pageWrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#headerWrapper {
	background-image: url(/images/headerbg1.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 112px;
}
#headerWrapper h1 {
	margin: 0;
	padding: 25px 0 0 35px;
}
#headerWrapper h1 a {
	display: block;
	background-image: url(/images/logo.gif);
	width: 218px;
	height: 64px;
	text-indent: -999em;
}
#navigationWrapper {
	background-color: #58B947;
/*	padding: 4px 0 5px 7px; */
}
#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation li a {
	color: #FFFFFF;
	font-size: 11px !important;
	text-decoration: none;
	padding: 3px 14px;
	border-right: 1px solid #fff;
}
#navigation li a.last {
	border: none;
}

#contentWrapper {
	background-color: #FFFFFF;
	padding: 20px;
}
#contentWrapper h2 {
	font-family: "Trebuchet MS";
	color: #679940;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 19px;
}
#contentWrapper h2 span {
	font-weight: lighter;
	font-size: 18px;
}

#contentLeft {
	float: left;
	width: 684px;
	padding: 0 20px 0 0;
	border-right: 1px solid #918f90;
}
#contentRight {
	float: left;
	padding: 0 0 0 20px;
	width: 215px;
}

.newsitem {
	margin-bottom: 10px;
}
.newsitem h3.newstitle {
	display: block;
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 5px 0;
}
.newsitem span.newssummary {
	display: block;
	font-size: 10px;
	margin-bottom: 5px;
}
.newsitem a.readmore {
	display: block;
	text-align: right;
	text-decoration: none;
	color: #000000;
}




#footerWrapper {
	background-color: #58B947;
	color: #FFFFFF;
	font-size: 11px;
	padding: 4px 20px 5px 20px;
}
#footerWrapper #copyright { float: left; }
#footerWrapper #terms { float: right; }

#footerWrapper a { color: #FFFFFF; }