body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #71BFD3;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #09C;
}
#header_wrapper {
	width: 100%;
	height: 167px;
	background: #FFF url(/img/header_bg.jpg) top center no-repeat;
}
#header {
	width: 950px;
	margin: 0 auto;
	height: 100px;
}
#nav {
	width: 950px;
	margin: 0 auto;
	height: 62px;
	text-align: center;
	border-bottom: 5px solid #FFF45F;
}
#nav .navdiv {
	padding: 0 9px;
}
#banner_wrapper {
	width: 100%;
	height: 305px;
	background: #FFF url(/img/banner_bg.jpg) top center no-repeat;
}
#banner_img {
	width: 950px;
	height: 305px;
	margin: 0 auto;
}
#content_wrapper {
	width: 100%;
	min-height: 300px;
	background-color: #FFF;
}
#content_main {
	color: #444;
	min-height: 300px;
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	line-height: 130%;
}
#content_main a:link, #content_main a:active {
	color: #939;
	text-decoration: none;
}
#content_main a:visited {
	color: #906;
	text-decoration: none;
}
#content_main a:hover {
	color: #939;
	text-decoration: underline;
}
#content_left {
	width: 320px;
	float: left;
}
#content_middle {
	width: 43px;
	float: left;
}
#content_right {
	width: 587px;
	float: left;
	padding-left: 43px;
}
#content_clear {
	clear: both;
}
#footer_wrapper {
	width: 100%;
	background: #FFF url(/img/footer_bg.gif) top center no-repeat;
	min-height: 300px;
	background-color: #71BFD3;
	padding-top: 40px;
	clear: both;
}
#footer_home_wrapper {
	width: 100%;
	background: #FFF url(/img/footer_home_bg.gif) top center no-repeat;
	min-height: 300px;
	background-color: #71BFD3;
}
#footer_home {
	width: 950px;
}
#footer {
	width: 950px;
	min-height: 200px;
	margin: 0 auto;
	padding-top: 78px;
	color: #1B78A0;
}
#footer .largelink {
	font-size: 16px;
	font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #1B78A0;
	text-decoration: none;
}
#footer a:hover {
	color: #1B78A0;
	text-decoration: underline;
}
#bottomnav {
	padding-top: 10px;
}
.bottomnavcol {
	width: 165px;
	float: left;
	text-align: left;
	padding-left: 5px;
}
.bottomnavcopy {
	width: 265px;
	float: left;
	text-align: right;
	padding-left: 5px;
}