@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: #CCCCCC;
	vertical-align: middle;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 5px;
	background-color: #F3EFE2;
	padding-left: 5px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #f3eddf;
}
.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: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	height: 825px;
	width: 800px;
	background-color: f3eddf;
	padding: 0;
}
.oneColFixCtrHdr #container #mainContenttext {
}
.oneColFixCtrHdr #footer {
	background-color: #f3eddf;
	height: 60px;
	padding-top: 0;
	padding-right: 5;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: "Lithos Pro Regular";
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: center;
	height: 60px;
	padding: 0px;
}
