#pagewrap {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	width: 100%;
	padding-top: 120px;
	min-width: 1005px;
}
#headerbg {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	width: 100%;
	height:95px;
	z-index:1;
	background-color: #1A3C7B;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	width: 100%;
	height:95px;
	z-index:2;
}

#navbar {
	position:absolute;
	left:0px;
	top:95px;
	right:0px;
	width: 100%;
	height:25px;
	background-color: #FFD75F;
	background-image: url(/images/bg_navbar.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #000000;
	z-index:2;
	
}

#greenbar {
	width: 100%;
	height:8px;
	background-color: #165B00;
	background-image: url(/images/bluebar.gif);
	background-repeat: repeat-x;
}

#contentwrap {
	margin-left:10px;
	margin-right:10px;
	margin-top: 10px;
}


#graybar {
	background-color: #DDDDDD;
	background-image: url(/images/bg_graybar.gif);
	background-repeat: repeat-x;
	padding: 1px;
	text-align: center;
	border-top: 2px solid #777777;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;
	border-bottom: 1px solid #999999;
}

#maincontent {
	background-color: #FFFFFF;
	padding: 10px;
	border-bottom: 2px solid #777777;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777;


}