@charset "UTF-8";
ncsd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


html {
 height: 100%; 
 margin-bottom: 1px; 
 }
 
body {
	background-image: url(../images/mainBkgr.jpg);
	background-repeat: repeat-x;
	background-color: #238797;
	}
 
 #wrapper {
	width: 800px;
	/*height: 1000px;*/
	background: #FFFFFF;
	margin: 0 auto; 
	padding: 0;
	border: 0;
	margin-top: 30px;
	}

#banner {
	width: 800px;
	height: 138px;
	background: url(../images/ahecBanner.jpg) no-repeat;
	}
	
/*---------------------top menu----------------------*/
	
#topmenu {
	height: 39px;
	background: url(../images/topMenuBkgr.jpg) repeat-x;
	position:relative;
	}
	
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	
#topmenu li {
	float: left;
	/*padding: 0px 0px 0px 25px;*/
	}
	
	
	
/*------top menu links--------*/

#topmenu ul a {

	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	float: left;
	display: block;
	padding: 9px 14px 0 14px;
	}
	
/*#topmenu ul a:hover {
	color: #fb9b00;
	}*/
	
#topmenu li a:hover{
	background: url(../images/topMenuBkgrOver.jpg) repeat-x top left;
	height: 30px;
	
	}
	
	
/*------------------------content---------------------*/

#content {
	width: 750px;
	background: #FFFFFF;
	padding: 15px 25px 15px 25px;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1072a4;
	}
	

	
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #072762;
	}
	
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #072762;
	border: #b8dee6 solid 1px;
	width: 315px;
	padding: 10px;
	}
	
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39afd2;
	font-weight: bold;
	}
	
	
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #25cbec;
	}
	
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #39afd2;
	text-decoration: none;
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff9c00;
	text-decoration: none;
	}
	
/*----floats and misc----*/

.floatR {
	float: right;
	margin: 0 0 0 25px;
	}
	
.floatR2 {
	float: right;
	margin: 0;
	}
	
/*.floatR3 {
	float: right;
	margin: 0 0 0 25px;
	}*/
	
.floatL {
	float: left;
	margin: 0 20px 6px 0;
	}
	
#line {
	background: #9fc5cc;
	width: 750px;
	height: 1px;
	}
	
#line2 {
	background: #9fc5cc;
	width: 300px;
	height: 1px;
	}
	
#text {
	width: 50%;
	float: right;
	position: relative;
	}	
/*-------------------------footer------------------*/

#footer1 {
	background: url(../images/botPic.jpg) no-repeat top left;
	width: 800px;
	height: 176px;
	}
	
#footer2 {
	width: 800px;
	height: 25px;
	background-color: #238797;
	}
	
.footerStyle {
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 0 0 0;
	}
	
/*---------------table styles--------------*/

.box {
	border: solid #C9E4E9 1px;
	}
	
.btmBrdr {
	border-bottom: solid #C9E4E9 1px;
	}
	
	
.btmBrdr2 {
	border-bottom: solid #C9E4E9 2px;
	}
.rightBrdr {
	border-right: solid #C9E4E9 1px;
	}
