@charset "UTF-8";

html,
body {
	width: 100%;
	height: 100%;
}
body {
	background: #336666;
	margin: 0;
	padding: 0;
	/* Center #container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
}

.oneColFixCtrHdr #container {
	position: relative;
	width: 703px;
	background: #FFFFFF;
	/* Center this container in the body */
	margin: 0 auto;
	border: 1px solid #000000;
	/* Override the text-align: center on the body element. */
	text-align: left; 
	padding: 10px;
}

.oneColFixCtrHdr #masthead {
	position: relative;
	width: 701px;
	height: 225px;
	border: 1px solid #336666;
	background: #DDDDDD; 
}

.oneColFixCtrHdr #masthead div#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 204px;
	height: 225px;
}

.oneColFixCtrHdr #masthead div#masthead_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 5px;
	left: 295px;
	text-align: right;
	width: 406px;
	height: 20px;
}

.oneColFixCtrHdr #main_nav {
	width: 703px;
	height: 30px;
	background: #336666;
	margin: 10px 0 0 0;
	text-align: center;
}

.oneColFixCtrHdr #mainContent {
	width: 701px;
	border: 1px solid #336666;
	margin: 10px 0 0 0;
	
}

.oneColFixCtrHdr #footer {
	height: 20px;
	margin: 10px 0 0 0;
	background: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

