@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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;
	background: #565454;
	
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #565454;
	margin: 0 auto;
	text-align: left;
	padding-right: 2px;
	color: #ffffff;
}
.oneColFixCtrHdr #header {
	background: #565454;
	margin-top: -10px;
	height: 200px;
}

.oneColFixCtrHdr #navbar p {
	background: #565454;
	margin-top: 0px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.oneColFixCtrHdr #navbar {
	background: #565454;
	height: 45px;
}

.oneColFixCtrHdr #navbar a {
	color: #fff;
}

.oneColFixCtrHdr #navbar a:visited {
	color: #A4D3ED;
}

.oneColFixCtrHdr a:link{
	color: #FFFFFF;
}

.oneColFixCtrHdr a:hover{
	color: #A4D3ED;
}




.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Century Gothic", "Century Schoolbook";
	font-size: xx-large;
	color: #000066;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #565454;
	font-family: "Century Gothic", "Century Schoolbook";
}

.oneColFixCtrHdr #mainContent a:link{
	color: #A4D3ED;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#349FE8;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	font-size: 10pt;
}
.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 */
	text-align: center;
}

.oneColFixCtrHdr #footer a:link{
	color: #000000;
}

.oneColFixCtrHdr #footer a:hover{
	color: #A4D3ED;
}

.oneColFixCtrHdr #footer a:visited{
	color: #A4D3ED;
}