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: #CCCCCC;
	background-image: url(../images/background.gif);
}
.oneColFixCtrHdr #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
	height: 160px;
	padding: 0px;
}
.oneColFixCtrHdr #menutop {
	height: 30px;
	background-color: #8d2538;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	min-height: 200px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.oneColFixCtrHdr #mainContentStory {
	background: #FFFFFF;
	min-height: 400px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #000000;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	font-weight: normal;
}
.oneColFixCtrHdr #footer {
	background:#8d2538;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.menuoption {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menuoption:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}
.menudivider {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
}
.footertext {
	color: #FFFFFF;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
.contentbold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: small;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
.contentXsmallBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
	font-weight: bold;
}
.contentXsmall {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
}
