@charset "utf-8";
 body {
	background-color: #000000;
}



#topgreenbar {
	margin-top: 0px;
	height: 20px;
	width: 160%;
	background-color: #14A17E;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	width: 100%;
	height:148px;
	z-index:1;
	position: absolute;
	left: 0px;
	top: 30px;
}


#leftNav {
	position: absolute;
	top: 180px;
	width: 134px;
	height: 100px;
	z-index: 3;
	background-color: transparent;
}

#topNav {
	position: absolute;
	width: 555px;
	top: 180px;
	margin-left: 171px;
	z-index: 20;
}


#contentArea {
	width: 75%;
	top: 20px;
	position:absolute;
	z-index: 4;
	padding-top: 220px;
	padding-left: 40px;
	padding-right: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0B7CC8;
	left: 180px;
}

#bluebar {
	background-color: #476AAE;
	height: 28px;
	width: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 8px;
	position: relative;
	left: -40px;
	top: 10px;
}
