@charset "UTF-8";
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-top: 310px;
	padding-right: 100px;
	padding-left: 100px;
	font-size: 60%;
	text-align: center;
	line-height: 125%;
}
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #F0F4E6;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #f0f4e6;
	background-image: url(images/banner_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 133px;
	padding-left: 356px;
	height: 210px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/text_background_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
	background-color: #FFF;
}
.flt_right {
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer {
	background-color: #F0F4E6;
	background-image: url(images/footer_big.jpg);
	background-repeat: no-repeat;
	height: 524px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-position: center bottom;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}
h4 {
	text-align: center;
	letter-spacing: 1.5px;
	font-size: 115%;
	color: #606;
	border: medium solid #6F9C35;
	padding: 5px;
}
.italics {
	font-style: italic;
}
.oneColFixCtrHdr #container #mainContent table tr td p {
	color: #000;
	text-align: center;
}
.red {
	color: #F30;
	font-weight: bold;
}
.flt_left {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
h5 {
	font-size: 90%;
	letter-spacing: 1.5px;
	color: #C03;
	line-height: 125%;
}
h3 {
	text-align: center;
}
h1 {
	font-size: 80%;
	line-height: 120%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
}

