body{
	margin:0px;
	padding:0px;
	background-color: #F3E9A6;
	/*background-image:url(images/bg_wve.jpg);*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 24px; */
	color: #336666;
}
p {
font-size: small;
}

a:link, a:visited, a:active {
	color: #336666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* overrides decoration from previous rule for hovered links */


h1 { 
	font-size:14px;
	font-weight:bold;
	color:#336666;
	display: block;
	background-color:F8F4D6;
	line-height:14px;
	}

h2{
 font-size: 18px;
 color: #336666;
 font-weight:bold;
}

h3{
 font-size: 100%;
 color: #336666;
 font-weight:bold;
 line-height:14px;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
h6 {
	font-size:14px;
	font-weight:bold;
	padding:0px;
	}
ul{
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% "Times New Roman", Times, serif;
 color: #334d55;
}
.imglinks {
 margin-right:10px;}
 .imgrechts {
 margin-left:10px;}
				
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main_container {
	margin: 0px auto 0px auto;
	background-image:url(images/bg_wve.jpg);
	background-repeat:repeat-y;
	width:950px;
	height:590px;
	}
#masthead{
	margin: 0px;
	padding:  0px;
	width: 100%;
}
/*********** #navBar link styles ***********/
#navBar{
float:left;
	margin-top: 5px;
	margin-left: 15px;
	width:150px;
	padding: 0px;
}
#navBar p {
	font-weight:bold;
	display: block; 
	height:20px;
	background-color:#F8F4D6;
	padding:2px;}
#navBar ul {
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-weight:bold;
	}
	
#navBar ul li a:link, #navBar ul a:visited, #navBar ul a:active {
	display: block; 
	height:18px;
	font-weight:bold;
	padding-left:10px;
	border:2px solid #E5D045;} 
#navBar ul a:hover{
	padding-left:10px;
	display: block; 
	height:18px;
	background-color:#F8F4D6;
	font-weight:bold;
	border:2px solid #E5D045;} 	
.head {
	display: block; 
	height:18px;
	background-color:#F8F4D6;
	font-weight:bold;
	border: 1px solid #336666;
	padding:3px;} 	
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


#content{
    float:right; 
	width: 725px;
	height:396px;
	margin: 5px 15px 0 0; 
	overflow-y:auto;
	overflow-x:hidden;
}

#footer {
	clear:both;
	margin: 0px auto 0px auto;
	background-image:url(images/bgbottom_wve.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:38px;
	font-size:10px;
	text-align:right;
	padding-top:10px;

	}



/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-weight: bold;
}
.relatedLinks hover{
text-decoration:underline;
}

