@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	margin-top: 0px;
}
.oneColFixCtrHdr #container {
	width: 1000px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin:auto;
	border-bottom-color: #313131;
}
.oneColFixCtrHdr #header {
	background-color: #45536E;
	height: 150px;
	margin-top: 0px;
	width: 500px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	min-height: 450px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	height: 90px;
	background-color: #313131;
	padding-top: 10px;
}
.cambria {
	font-family: Cambria;
	font-size: 24px;
	font-weight: bold;
	color: #45536E;
	margin-top: 0px;
}
.Tahomaclass {
	font-family: Tahoma, Geneva, sans-serif;
	color: #313131;
	font-weight: normal;
	font-size: 14px;
	margin-top: 0px;
	text-align: left;
}
.oneColFixCtrHdr #banner{
	position: absolute;
	top: 125px;
	margin-top: 0px;
}
.footertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.Bodylinks {
	font-family: Tahoma, Geneva, sans-serif;
	color: #45536E;
}

