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: #D0DCEE;
	background-image: url();
	background-repeat: repeat-y;
}
.oneColFixCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #28246A;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #28246A;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#PADDED {
	padding: 10px;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#roundeddiv {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: url(../images/bottom.png);
	height: 82px;
	width: 1000px;
	background-repeat: no-repeat;
}
.whitetext {
	color: #FFF;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 150%;
	color: #4169B2;
}

h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	color: #28246A;
}

