body
{
	padding: 0;
	margin: 0;
	color: #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F08F55;
	/*background: url(images/background.gif) repeat-x*/;
}

#header {
	background: url(images/waterbanner.jpg) no-repeat;
	height: 150px;
	width: 950px;
	padding: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#topleftpanel {
	padding-top: 20px;
	padding-right: 36px;
	width: 217px;
	float: left;
	color: #2A2A2A;
}
#header h1 {
	color: #000000;
	font-weight: normal;
	font-size: 20pt;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#header h2 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18pt;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 44px;
	padding-right: 10px;
	text-align: right;
}

#topnavpanel {
	text-align: right;
	float: right;
	padding-top: 130px;
	padding-right: 10px;
	
}
#plainlinks a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 9pt;
}
#plainlinks a:hover {
	color: #FFFFFF;
	background: #74A1E6;
}



#topnavbar  a {
	text-align: left;
	width:200px;
	text-decoration: none;
	color:#000000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #E7E7E7;
	border: 1px solid #999999;
	font-weight:bold;
	}	
#topnavbar  a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
	}	


#panelheader {
	background: url(images/carbonbanner.jpg) no-repeat;
	height: 19px;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right:auto;
	margin-left:auto;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

#mainframe {
	background-color: #FFFFFF;
	/*background-color: #ECECEC;*/
	/*background: url(images/mainbackground.gif) repeat-x;*/
	width: 950px;
	margin-right:auto;
	margin-left:auto;
	/*height:auto;*/
	overflow:hidden;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}
#navpanel {
	display: inline;
	float: left;
	width: 217px;
	padding-top: 20px;
	padding-left:28px;
}
#navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navbar li {
	margin-right: 10px;
	margin-top: 10px;
	display: block;
	}	
#navbar li a {
	text-align: center;
	display: block;
	width: 150px;
	margin-right: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color:#000000;
	background-color: #E7E7E7;
	border: 1px solid #999999;
	font-weight:bold;
	}	
#navbar li a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
	}	

#contentpanel {
	padding-top: 20px;
	padding-right: 36px;
	width: 648px;
	float: right;
	color: #2A2A2A;
	font-size: 9pt;
	line-height: 1.25;
}

#contentpanel a {
	text-decoration: none;
	font-weight: bold;
	color: #3878DA;
}

#contentpanel a:hover {
	color: #000000;
}


#contentpanel h1 {
	color: #3878DA;
	font-size: 11pt;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#contentpanel img {
	margin-right: 20px;
	margin-bottom: 20px;
	/*border: 1px #F08F55;*/
}
