body {
	background: #404E21 url('/images/bg_fade.gif') repeat-x left top;
	font-family: Arial, sans-serif;
	color: white;
	margin: 0 0 0 -8px;
	padding: 0;
}
a, a:hover {
	color: white;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
a img { border: none; }
a span { display: none; }
form {
	margin: 0;
	padding: 0;
}

.leftAlign {
	float: left;
	margin-left: 10px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrap {
	background-repeat: repeat-y;
	background-position: center top;
	position: relative;
	margin: 0 auto;
	/*width: 994px;*/
	width: 1010px;
}
body.onecol #wrap {
	background-image: url('/images/bg_white.gif');
}
body.twocolgrn #wrap {
	background-image: url('/images/bg_green_gray.gif');
}
body.twocolblu #wrap {
	background-image: url('/images/bg_blue_gray.gif');
}

#headerwrap {
	background: #BCCF8E url('/images/header-top.gif') no-repeat center top;
	position: relative;
}
#header {
	height: 88px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header h1,
#header h2 {
	padding: 18px 0 0 8px;
	margin: 0;
}
#header h1 a,
#header h2 a {
	display: block;
	height: 0;
	outline: none;
	overflow: hidden;
	padding-top: 70px;
	width: 210px;
}
#headersearch {
	bottom: 2px;
	height: 24px;
	padding: 3px;
	position: absolute;
	right: 8px;
	width: 287px;
}
#headersearch input {
	border: 1px solid #052341;
	display: block;
	float: left;
}
#headersearch #headersearchq {
	border-right: none;
	font-size: 15px;
	line-height: 17px;
	height: 18px;
	padding: 2px 3px;
	width: 207px;
}
#headersearch #headerresults {
	background: #EBEBEB;
	border: 1px solid #052341;
	color: black;
	display: none;
	font-size: 12px;
	padding: 2px 3px;
	position: absolute;
	top: 26px;
	right: 3px;
	width: 350px;
}

#topnav {
	/*background: #bccf8e;*/
	color: #404e21;
	text-align: right;
	padding: 6px 10px 0;
	font-size: 11px;
	font-weight: bold;
	/*float: right;*/

	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
#topnav a {
	color: #404E21;
	padding: 2px 4px;
	margin-left: 4px;
	text-decoration: none;
}
#topnav a:hover {
	background: #951A1D;
	color: white;
	text-decoration: none;
}

#contentwrap {
	background: url('/images/header-bottom.gif') no-repeat center top;
	padding: 0 8px 0 8px;
}
#maincontent {
	min-height: 320px;
}
body.onecol #maincontent {
	background: #0B3661;
	width: 994px;
}
body.twocolgrn #maincontent,
body.twocolblu #maincontent {
	float: left;
	width: 691px;
}
body.twocolgrn #sidecontent,
body.twocolblu #sidecontent {
	background: #EBEBEB;
	border-left: 3px solid black;
	float: right;
	width: 300px;
	min-height: 320px;
}
body.twocolgrn #maincontent {
	background: #BCCF8E;
}
body.twocolblu #maincontent {
	background: #0B3661;
}

#footerwrap {
	clear: both;
	background: #7B953F url('/images/bg_footer.gif') no-repeat center bottom;
	padding: 0 8px 10px;
	text-align: center;
	font-size: 11px;
	color: #9DAF71;
	color: white;
}
#footer {
	border-top: 2px solid #951A1D;
	padding: 2px 40px 3px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}