@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #F9EAC1;
}
.oneColFixCtrHdr #container {
	width: 750px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/indexBG.jpg);
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	background-repeat: no-repeat;
	height: 297px;
	width: 720px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

.oneColFixCtrHdr #mainContent {
	margin-left: 10px;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 35px;
	margin-top: 200px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 9px;
	font-weight: bold;
	line-height: 13px;
}
a:link {
	color: #333333;
	font-weight: bold;
}
a:visited {
	color: #6F431E;
	font-weight: bold;
}
a:hover {
	color: #F9EAC1;
	font-weight: bold;
}

</style>

