/* CSS Print */
body {
	background: #ffffff url(../images/template/body_fill.jpg) repeat-x fixed left top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #37593F;
	width: 100%;
}
.hide {
	overflow: hidden;
	width: 0px;
	position: absolute;
	height: 0px;
	color: #ffffff;
	top: 2px;
} 
#outercontainer {
	text-align: left;
	display: block;
	margin: 0 auto;
	padding: 0px;
	float: none;
	width: 100%;
}
#container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	border: none;
	background: #FFFFFF;
	display: block;
}
#innercontainer {}
#banner {
	margin: 0px;
	padding: 0px;
	height: 122px;
	width: 100%;
	display: block;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 122px;
	width: 209px;
	float: left;
	display: block;
	clear: both;
}
#rollovers {
	width: 570px;
	float: left;
	display: block;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 100%;
	display: block;
}
#sidebar {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 231px;
	background: url(../images/template/sidebar_top.jpg) no-repeat left top;
}
#sidebarpad {
	color: #6D8D76;
	padding: 80px 20px 20px 15px;
}
#content {
	color: #000000;
	background: url(../images/template/page_top_left.jpg) no-repeat left top;
	font-size: 86%;
}
#contentpad {
	padding: 20px 50px 5px 40px;
}

#footer {
	color: #ffffff;
	background: #FFFFFF;
	height: 111px;
	text-align: center;
	padding-top: 0px;
	float: left;
	width: 100%;
	font-size: 85%;
	margin: 0px;
}
#footerpad {
	padding-top: 90px;
	padding-right: 0px;
}
#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #ffffff;
	font-size: 90%;
	font-weight: normal;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#credits {
	color: #000000;
	text-align: center;
	font-size: 80%;
	margin-top: 10px;
	width: 100%;
	padding: 0px;
	height: 100px;
	float: left;
}
#credits a, #credits a:link, #credits a:active, #credits a:visited {
	color: #000000;
	font-weight: normal;
}
#credits a:hover {
	color: #000000;
	text-decoration: none;
}
