@charset "UTF-8";
body {
	font: 10pt Arial, Helvetica, sans-serif;
	background: #333;
	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;
	height: 1.958px;
}
.oneColFixCtrHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	text-align: center;
	background-repeat: repeat-y;
	margin: 0 auto;
}
.oneColFixCtrHdr #header {
	background-color: #FFF;
	background-repeat: no-repeat;
	width: 770px;
	padding: 0 10px 0 20px;
	background-image: url(../images/content-Red_01.png);
	height: 150px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000000;
}
.oneColFixCtrHdr #mainContent {
	color: #000000;
	background-image: none;
	background-repeat: repeat-y;
	margin-top: -22px;
	padding: 0 30px;
	filter: Xray;
	font: normal 15pt Arial, Helvetica, sans-serif;
	text-align: center;
	text-indent: 10pt;
}
.oneColFixCtrHdr #footer {
	background-color: #4B4C33;
	background-image: url(../images/content-Red_03.png);
	background-repeat: no-repeat;
	margin-top: -22px;
	height: 85px;
	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 */
}
.style1 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -21px;
}
