@charset "utf-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	background-image: url(images/Content-Background.jpg);
}
.oneColFixCtrHdr #header {
	background-image: url(images/Header-Graphic.jpg);
	height: 209px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #menubar {
	background-image: url(images/Menu.jpg);
	height: 58px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
}
.oneColFixCtrHdr #menubar a{
	color: #FFFFFF;	
	text-decoration: none;
}
.oneColFixCtrHdr #menubara:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #contenttop {
	background-color: #FFFFFF;
	background-image: url(images/Content-Top.jpg);
	height: 14px;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/Content-Background.jpg);
	background-repeat: repeat-y;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	clear: both;
	height: 100%;
	top: 0px;
}
.oneColFixCtrHdr #greybox{
	background-color: #58595b;
	clear: none;
	top: 0px;
	width: 315px;
	color: #FFFFFF;
	padding: 10px;
	float: left;
}
.oneColFixCtrHdr #lowerleftbox{
	clear: left;
	top: 0px;
	width: 335px;
	color: #000000;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColFixCtrHdr #textbox{
	clear: both;
	top: 0px;
	width: 720px;
	padding: 0px;
	float: none;
	position: static;
	margin-left: 0px;
	height: auto;
}
.oneColFixCtrHdr #textintextbox{
	width: 370px;
	padding: 0px;
	height: 100%;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 350px;
}
.oneColFixCtrHdr #largetextintextbox{
	padding: 0px;
	height: 100%;
	overflow: visible;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #image{
	border: 2px solid #DD281F;
	background-position: center;
	text-align: center;
	width: 365px;
	
}
.oneColFixCtrHdr #imagecentered{
	border: 2px solid #DD281F;
	background-position: center;
	text-align: center;
	width: 365px;
	margin-left: 175px;
	
}
.oneColFixCtrHdr #imagesmall{
	border: 2px solid #DD281F;
	background-position: center;
	text-align: center;
	width: 168px;
	margin-left: 100px;
	
}
.oneColFixCtrHdr #imagelarge{
	border: 2px solid #DD281F;
	width: 720px;
	background-position: center;
	text-align: center;
	
}
.oneColFixCtrHdr #imagelarge628{
	border: 2px solid #DD281F;
	width: 628px;
	background-position: center;
	text-align: center;
	margin-left: 45px;
	
}
.oneColFixCtrHdr #contentbottom {
	background-color: #FFFFFF;
	background-image: url(images/Content-Bottom.jpg);
	height: 42px;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	background-color: #F0F0F0;
	font-size: 12px;
	text-align: center;
	clear: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #counter {
	height: 51px;
	width: 120px;
	margin-left: 130px;
	background-image: url(images/counter-background.jpg);
	padding-top: 105px;
}

</style>
