@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #DFDFDF;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	height: auto;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 754px;
	height: auto;
	margin-top: 90px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 5px;
	background-color: #FFFFFF;
	margin: 5px;
}
.oneColFixCtrHdr #footer p {
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0;
}
.oneColFixCtrHdr #container #header {
	background-color: #FFFFFF;
	width: 754px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #footer {
	padding: 1px;
	width: 759px;
	margin: 10px;
}
.oneColFixCtrHdr #container #mainContent table {
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent table {
	background-color: #FFFFFF;
	background-image: none;
	width: 674px;
}
.oneColFixCtrHdr #container #mainContent .style6 img {
	float: left;
	clear: left;
	color: #FFFFFF;
	height: auto;
	width: 112px;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
