@charset "utf-8";
/* CSS Document */

h1 {
	color: #527000;
	padding-bottom: 5px;
	font-size: 22px;
	background: #F2F2F2;
	background-image: url(../images/header_stripe.gif);
	background-repeat: repeat-x;
	padding-top: 6px;
	text-indent: 6px;
	margin: 10px 0 10px 0;
	width: 600px;
}
.otherNewsWrapper {
	float: left;
	width: 614px;
	margin-bottom: 10px;
}
.otherNewsWrapper h2 {
	margin-bottom: 10px;
	width: 600px;
}
.mainNewsWrapper {
	clear: left;
	float: left;
	margin-bottom: 10px;
	width: 98%;
}
.mainImageWrapper {
	width: 387px;
	float: left;
}
.mainImageWrapper img {
	margin-left: 0;
	border: none;
}	
.mainBodyWrapper {
	width: 210px;
	float: left;
}
.mainBodyWrapper h2 {
	margin: 0 0 3px 10px;
	padding: 0;
	background: none;
	text-indent: 0;
	line-height: 22px;
}
.mainBodyWrapper small {
	background-image: url(../images/dotted-line.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	display: block;
	padding-bottom: 4px;
	color: #666666;
}
.mainBodyWrapper h2 a {
	color: #527000;
}
.mainBodyWrapper small, .mainBodyWrapper p, .mainBodyWrapper ul {
	margin-left: 10px;
	line-height: 15px;
}
.bodyRightWrapper h2 {
	margin-bottom: 1px;
	margin-top: 10px;
}

.archiveListItem {
	margin-bottom: 10px;
	padding-bottom: 4px;
	float: left;
	min-height: 110px;
	background-image: url(../images/dotted-line.gif);
	background-repeat: no-repeat;
	background-position: -200px bottom;
	width: 100%;
}
.archiveListItem p {
	float: left;
	width: 480px;
	margin-left: 10px;	
	margin-top: 0;
	margin-bottom: 0;
}
.archiveListItem small {
	float: left;
	margin-left: 10px;
	color: #666666;
	margin-top: 6px;
}
.archiveListItem img {
	border: none;
	float: left;	
}
.archiveListItem h3 {
	float: left;
	margin: 0 0 0 10px;
	background: none;
}
.featureBoxFilled {
	background: #F2F2F2;
	padding: 8px;
}
.featureBoxFilled h3 {
	border: none;
	margin: 0 0 0 0;
	font-size: 11px;
}
.featureBoxFilled p {
	margin: 0 0 5px 0;
	
}
.featureBoxFilled small {
	margin-bottom: 8px;
	color: #666;
	display: block;
} 
.featureBox {
	border: none;
	border-bottom: 10px solid #fff;
}









