@charset "UTF-8";
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;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	border-top-color: #F6F6F6;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
	border-left-color: #F6F6F6;
}

a {text-decoration: none; }

a:link {color:#7ea4ab;}      /* unvisited link */
a:visited {color:#7ea4ab;}  /* visited link */
a:hover {color:#000000;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */ 

.oneColFixCtrHdr #container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ffffff;
	height: 100%;
}
.oneColFixCtrHdr #header {
	background-color: #ffffff;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	padding: 0;
}
.oneColFixCtrHdr #container #header img {
}
.oneColFixCtrHdr #container #mainContent {
	background-color: #FFFFFF;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: "Sorts Mill Goudy", serif;
	color: #769CA4;
	font-size: 24px;
}
.oneColFixCtrHdr #container #mainContent p {
	background-color: #FFFFFF;
	line-height: 20px;
}
.oneColFixCtrHdr #container #mainContent img {
	padding-right: 3px;
	padding-top: 3px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	font-size: 10px;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
