/* CSS Document */



body {
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	font-weight: normal;
	background: #569BBE;
	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: #efebe7;
}
.oneColFixCtr #container {
	width: 904px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 594px;
	background: #569BBE;
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0 px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 px;
}
#footer {
	width:864px;
	height:35px;
	position:relative;
	margin:0px;
	padding:0px;
}
.oneColFixCtr #container #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	color: 8d8d8d;
	text-decoration: none;
	line-height: 28px;
}

.content-text {
	line-height: 18px;
	padding: 10px 40px 10px 40px;
}

#footer {
	padding: 10px 0px 5px 40px;
	font-size: 12px;
	text-decoration: none;
}

a {
	color: #294858;
	text-decoration: none;
}
