@charset "utf-8";
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;
	background-attachment: fixed;
	background-color: ffffff;
	background-image: url(images/background2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
}

.oneColFixCtr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: eed4ac;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	border-bottom-width: 0px;
	border-bottom-style: 0;
	border-top-style: 0;
	border-right-style: 0;
	border-left-style: 0;
}

.oneColFixCtr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000099;
}
.oneColFixCtr #container #mainContent a {
	color: #0000CC;
	text-decoration: none;
	clear: none;
	float: none;
}

.oneColFixCtr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: eed4ac;
}
.oneColFixCtr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
