@charset "utf-8";
body {
	margin: 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: #F5F3EB;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1000px;
	padding-left: 0;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.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. */
	margin: 0px;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #headermenu {
	background-color: #E9E4D1;
	margin-right: 20px;
	margin-left: 20px;
	height: 16px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footermenu {
	background-color: #E9E4D1;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	font-family: Verdana, sansSerif, sans-serif;
	font-size: 10px;
}


.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	margin: 0px;
}
.quote {
	font-size: 10px;
	font-style: italic;
}
