@charset "utf-8";

body  {
	background:#E5F5F9 url(../images/bg.gif) repeat-x;
	margin: 0;
	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 */
}
.oneColFixCtrHdr #container { 
	position:relative;
	top:10px;
	width: 800px;
	height:auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFFFFF;	
}
.oneColFixCtrHdr #header { 
	position:relative;
	width: 800px; 
	height: 110px;
} 
.oneColFixCtrHdr #headerDefaultText {
	position: absolute;
	top: 30px;
	left:250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;	
	z-index:1;
}
.oneColFixCtrHdr #headerGraphic {
	position: absolute;	
	top:0; left:0;
	background: #33CCFF url(../images/header.jpg) top left no-repeat;	
	width: 800px; height: 110px;
	z-index:2;
	}
.oneColFixCtrHdr #headerPWD {
	position: absolute;
	bottom:0;
	left:580px;
	width: 220px; height: 120px;
	z-index:3;
}	
.oneColFixCtrHdr #skipToContent {
	position: relative;
	top: -135px;
	left: 500px;
	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 */
	z-index:2;	
	}	
.oneColFixCtrHdr #topnav {
	position:relative;
	top:0;
	left:0;
	background-color:#c1c1c1;
}	
.oneColFixCtrHdr #mainContent {
	position:relative;	
	margin:0;
	padding: 1px 10px 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #pageBottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height:10px;
	padding-bottom:5px;
}
.oneColFixCtrHdr #footer { 
	margin:20px 0 0 0;
	padding: 0;
	text-align:center;
	line-height:1.2em;
} 
.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 #footer p.first {
	margin:0;
	padding:0;
}
