body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	background: #ECF1F5 url(/edit-pages/images/Page-BgSimpleGradient.jpg) repeat-x fixed left top;
	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;
}
.oneColFixCtrHdr #container {
	width: 874px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #F0F4F7;
	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: #BCD0DB url(/edit-pages/images/header2.png) no-repeat left top;
	padding: 0 0px;  /* 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: 225px;
	text-align: center;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0 5px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Comic Sans MS", Verdana;
	color: #003366;
	font-size: 36px;
}
.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: #F0F4F7;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C5D6E0;
}
.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;
	font-size: 10px;
}
.oneColFixCtrHdr #menu {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #445A80;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	text-align: center;
	color: #FFFFFF;
}
.oneColFixCtrHdr #menu a:link {
	color: #D1DFE8;
	text-decoration: none;
	width: 100px;
	padding-right: 4px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 4px;
	background-image: url(/edit-pages/images/BlockHeaderIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #menu a:visited {
	color: #D2E0E9;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 4px 4px 15px;
	width: 100px;
	background-image: url(/edit-pages/images/BlockHeaderIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.oneColFixCtrHdr #menu a:hover {
	color: #FFFF99;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 4px 4px 15px;
	width: 100px;
	background-image: url(/edit-pages/images/BlockHeaderIcon.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #B84882;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #CC66FF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #660033;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: underline;
}
hr {
	color: #445A80;
	height: 1px;
	width: 98%;
}