 
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	min-width:789px;
	text-align: center;
}
img {
	border: 0px;
}
#content {
	font-family: Arial, sans-serif;
	width: 789px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 1px;
}
html>body #content{height:auto;}
#logobar {
	width: 789px;
	height: 106px;
	padding-bottom: 8px;
}
#division {
	background-color: #CE6537;
	background-image: url(/images/division.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 106px;
	width: 100%;
	height: 29px;
	z-index: -10;
	left: 0px;
}
#menubar {
	background-image: url(/images/menuback.gif);
	height: 28px;
	padding-top: 1px;
}
#menu {
	position: relative;
	float: left;
	width: 125px;
	font-size: 12px;
	margin-top: 8px;
	margin-left: 12px;
	margin-bottom: 12px;
	display: inline;
}
#banners {
	position: relative;
	float: right;
	width: 176px;
	text-align: center;
	font-size: 8px;
	display: inline;
}
#flashbanner_container {
	margin-bottom: 8px;
}
#pagetext {
	width: 584px;
	font-size: 12px;
	float: left;
	color: #000000;
}
* html #pagetext {
	margin-bottom: 8px;
}
#clear-copyright {
	clear: both;
	height: 9px;
}
#copyright {
	margin-top: -5px;
	background-color: #CE6537;
	background-image: url(/images/copyright_bg.gif);
	background-position: bottom center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.standard_input, .standard_textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border: 1px #95B19F solid;
	border-bottom: 1px #D6E1DA solid;
	border-right: 1px #D6E1DA solid;
}
.standard_button {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background-color: #CE6537;
	border: 1px #FFFFFF solid;
	cursor: hand;
	cursor: pointer;
}
.mainmenuspacer {
	float: left;
	padding-left: 60px;
}
.mainmenu {
	float: left;
	padding-left: 15px;
	color: #1A7C8A;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
a.mainmenu {
	color: #1A7C8A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
}
.mainmenu_active {
	float: left;
	padding-left: 15px;
	color: #CE6537;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
}
a.mainmenu_active {
	color: #CE6537;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	background-image: url(/images/menuactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.bannercat {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: url(/images/bannerback.gif);
	height: 21px;
	text-align: center;
	padding-top: 5px;
}
.bannercontent {
	border-left: 2px solid #BFBFBF;
	border-right: 2px solid #BFBFBF;
}
.news_header {
	color: #A2B176;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.readmore {
	color: #1A7C8A;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #808080;
	margin: 0px 0px;
}
@media print {
	#menubar, #flashbanner_container, #menu, #banners, #copyright, #sendpage { display: none; }
	#content {
		background-image: none;
	}
	body {
		background-color: #FFFFFF;
	}
	#pagetext {
		position: absolute;
		display: inline;
		width: 500px;
		left: 12px;
		top: 120px;
		margin: 0 0;
	}
}