body {
	background-color: #ffffff;
}
.topBG {
	background-image: url(../img/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bottomBG {
	background-image: url(../img/bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.middleBG {
	background-image: url(../img/middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.dashesGreyVert {
	border-right-width: 1px;
	border-right-style: ridge;
	border-right-color: #8F9A9C;
}
.copyMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #666666;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 19px;
	color: #666666;
	text-decoration:none;
}
.bottomNav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 19px;
	color: #666666;
	text-decoration:none;
}
.bottomNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 19px;
	color: #666666;
	text-decoration:none;
}
.bottomNav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5px;
	line-height: 19px;
	color: #FFFFFF;
	background-color:#435051;
	text-decoration:none;
}
.topCurl {
	background-color: #FFFFFF;
	background-image: url(../img/topCurl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.decoBG {
	background-image: url(../img/decoBottomBG.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.state_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bold;
	color: #666666;
}