.container {
	float: none;
	width: 975px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	float: left;
	height: 125px;
	width: 975px;
	text-align: center;
	background-color: #ECEFD0;
}

.navig {
	background-color: #030;
	height: auto;
	width: 975px;
	float: left;
}
.main {
	float: left;
	height: auto;
	width: 975px;
	position: relative;
	background-image: url(images/strip.gif);
	background-repeat: repeat;
	background-color: #ECCD5E;
}
.ritecol {
	background-color: #6b9ebe;
	float: left;
	height: auto;
	width: 200px;
	position: relative;
}
.header {
	background-color: #709F34;
	float: left;
	height: 70px;
	width: 975px;
}
.footer {
	background-color: #709F34;
	float: left;
	height: 25px;
	width: 975px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
.aheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.aheader:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FC0;
	text-decoration: none;
}

.asubheadbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	text-decoration: underline;
}


.btmnavig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a.btmnavig:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
a.subhead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #090;
	text-decoration: none;
}

.subheadwRule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	width: 100%;
	background-color: #FFF;
	display: block;
	text-indent: 2px;
}
