* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #455479;
	padding-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
h2 {
	height: 28px;
	width: 575px;
	background-color: #7c9c69;
	padding-top: 8px;
	padding-left: 25px;
}
h3 {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
h4 {
	font-size: 12px;
	color: #333;
}
h5 {
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #4f6443;
}
p {
	color: #4f6443;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 10px;
}
a:link, a:visited {
	color: #283353;
	text-decoration: none;
}
a:hover, a:active {
	color: #52699E;
	text-decoration: none;
}
.clearFloat {
	clear: both;
}
.grayText {
	color: #333;
}
.btmPad {
	padding-bottom: 10px;
}
.imagePad {
	padding-bottom: 35px;
}
.topPad {
	padding-top: 10px;
}
.clearPad {
	padding: 0px;
}
.bold {
	font-weight: bold;
}
.sideBar {
	width: 196px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	width: 1100px;
	min-height: 768px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/mainBg.jpg);
	background-repeat: no-repeat;
}
#contentWrapper {
	width: 900px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 342px;
	width: 900px;
}
#mainContent {
	width: 900px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
}
#leftCol {
	float: left;
	width: 300px;
	background-color: #d8deca;
	padding-top: 17px;
	padding-bottom: 30px;
}
#infoList {
	padding-left: 30px;
	font-size: 11px;
	color: #4f6443;
	padding-bottom: 30px;
}
#infoList ul {
	list-style-type: none;
}
#infoList li {
	padding-bottom: 1px;
}
#rightCol {
	width: 600px;
	float: right;
	padding-top: 11px;
	background-color: #FFF;
	padding-bottom: 30px;
}
#homeBoxes {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.homeCallout {
	width: 166px;
	float: left;
	padding-right: 22px;
}
.homeContent {
	height: 65px;
}
.detailsLink a:link, .detailsLink a:visited {
	color: #333;
	text-decoration: underline;
}
.detailsLink a:hover, .detailsLink a:active {
	color: #435377;
}
.singleCol {
	width: 504px;
	border: 3px double #D2C11B;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.singleColHome {
	width: 504px;
	border: 3px double #D2C11B;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-top: 30px;
}
.singleCol h4 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 5px;
}
.singleColHome h4 {
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 15px;
}
#innerBox {
	width: 600px;
	padding-top: 30px;
}
.innerLeft {
	float: left;
	width: 166px;
}
.innerRight {
	float: right;
	width: 320px;
}
.grainList {
	padding-top: 5px;
	font-size: 11px;
	color: #4f6443;
}
.grainList ul {
	padding-left: 10px;
	list-style-type: none;
}
.grainList li {
	padding-bottom: 2px;
}
#footer {
	background-color: #96a33c;
	padding-top: 10px;
}
.footerNav {
	text-align: center;
	padding-bottom: 10px;
}
.footerNav ul {
	font-size: 11px;
	color: #FFF;
	list-style-type: none;
}
.footerNav li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.footerNav a:link, .footerNav a:visited {
	color: #FFF;
	text-decoration: none;
}
.footerNav a:hover, .footerNav a:active {
	color: #666;
	text-decoration: none;
}
.footerNav ul .clearBorder {
	border-right-style: none;
}
