@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; /* 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_background2.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 230px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;
}
.flt_right {
	float: right;
	padding-bottom: 30px;
	padding-left: 30px;
}
.oneColFixCtrHdr #footer {
	background-color: #F0F4E6;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 433px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 80%;
	line-height: 150%;
	margin-top: 0px;
	padding-top: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding-top: 310px;
	padding-right: 100px;
	padding-left: 100px;
	font-size: 60%;
	text-align: center;
	line-height: 125%;
}
.oneColFixCtrHdr #container #mainContent table tr td {
	font-size: 80%;
	line-height: 150%;
	letter-spacing: 2px;
}
.italics {
	font-style: italic;
}

