@charset "UTF-8";
body {
	background: #6e6865;
	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: "Century Gothic", "Trebuchet MS", sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #b8aea2;
	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. */
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1  { margin: 0; padding: 10px 0; position: absolute; top: -500px }
.oneColFixCtrHdr #mainContent {
	padding: 0 65px;
	margin: 30px 0px 30px 0px;
}
.titletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000;
}
.oneColFixCtrHdr #navigation {
}
.oneColFixCtrHdr #footer {
}
.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 */
}
.oneColFixCtrHdr  #mainContent  p  {
	font-size: 80%;
	line-height: 130%;
	padding-right: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #subcontainer {
	width: 800px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 70%;
}
.oneColFixCtrHdr #subcontainer a:link, .oneColFixCtrHdr #subcontainer a:visited {
	color: #CCC;
	text-decoration: none;
}

.oneColFixCtrHdr #subcontainer a:hover, .oneColFixCtrHdr #subcontainer a:active {
	color: #999;
	text-decoration:underline;
	}
.bluehighlightedextra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 130%;
	font-weight: bold;
	color: #009;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C03;
}
.blacklinks {
	font-size: 75%;
	color: #000;
	border-bottom-width: thin;
	border-bottom-color: #000;
}
.whitelinks  {
	color: #CCC;
	font-size: 7pt;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
