@charset "UTF-8";
body {
	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;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000;
	background-color: #FFF;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 11px;
	line-height: 16px;
	padding-right: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container {
	width: 960px; /* 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;
}
.oneColFixCtrHdr #header {
	height: 60px;
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #topdivleft {
	float: left;
	width: 615px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	border: thin none #06F;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #topdivright {
	float: left;
	width: 300px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
	border: thin none #06F;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
	height: 850px;
}
.oneColFixCtrHdr #container #mainContent #news {
	background-color: #e5e6e4;
	margin-bottom: 10px;
	padding: 5px;
	height: 180px;
}
.oneColFixCtrHdr #container #mainContent a {
	color: #669900;
}
.oneColFixCtrHdr #container #topdivleft2 {
	float: left;
	width: 940px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	border: thin none #06F;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #topdivright2 {
	float: left;
	width: 470px;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 15px;
	margin-top: 0px;
	border: thin none #06F;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
	height: 500px;
}
.oneColFixCtrHdr #container #topdivleft3 {
	float: left;
	width: 445px;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 0px;
	border: thin none #06F;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
	height: 275px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #container #topdivright3 {
	float: left;
	width: 470px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	border: thin none #06F;
	padding: 5px;
	background-image: none;
	background-repeat: no-repeat;
	height: 275px;
}
.oneColFixCtrHdr #container #bottomdivleft {
	float: left;
	height: 300px;
	width: 285px;
	margin-right: 20px;
	margin-left: 5px;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #container #bottomdivcenter {
	float: left;
	height: 300px;
	width: 285px;
	margin-right: 15px;
	margin-left: 20px;
	background-image: url(../_images/bottombox.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
}
.oneColFixCtrHdr #container #bottomdivcenter2 {
	float: left;
	height: 300px;
	width: 285px;
	margin-right: 15px;
	margin-left: 20px;
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 15px;
}
.oneColFixCtrHdr #container #bottomdivright {
	float: left;
	height: 300px;
	width: 285px;
	margin-right: 5px;
	margin-left: 15px;
	background-image: none;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer {
	width: 100%;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #595e5f;
	margin-top: 30px;
	float: left;
}
.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 */
	color: 595e5f;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 10px;
}
.oneColFixCtrHdr #container #footer p a {
	color: #595e5f;
}
.oneColFixCtrHdr #container #topdivmain {
	float: left;
	height: 400px;
	width: 960px;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	border: thin none #06F;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
