*{
	margin:0;
	padding:0;
}



body{
		margin:0;
		padding:0;
		background: #CCCCCC;
}

p{ 
	margin:0;
	padding:0;

}


#wrapper{
		width:836px;
		position:absolute;
		left: 50%;
		margin-left:-418px;
		
}

#wrapper{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height:150%;
	
}


#container{
		width:836px;
		background: url(images/bg_main.gif) repeat-y;
		
}

#header{
	
}

#header #navtop{
	width: 447px;
	height: 57px;
	margin-left: 288px;
	
	background: url(images/bg_navtop.gif) repeat-x;
	
	text-align:right;
	
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}

#header #navtop a{
	color:#666666;
	text-decoration:none;
}

#header #navtop a:hover{
	color:#DE9E3A;
	text-decoration:none;
}

#header #navtop p{
	padding-top: 28px;
	padding-right: 10px;
}



#header #headerright{
	width: 101;
	height: 178px;
	float:right;
	
}


#nav{
		
		height: 137px;
		width: 198px;
		
		float:left;
}

#nav ul{
		background: url(images/bg_nav.gif) repeat-y;
		height:135px;
		width: 198px;
		margin:0;
		padding:0;
		
		padding-left: 34px;
		
		
}
	
#nav ul li{
		list-style-type: none;
		margin:0;
		padding:0;
		padding-left: 10px;
	
}



#contenttop{
	width: 569px;
	height: 74px;
	
	border-top:  3px solid #005382;
	margin-left: 25px;
	float:left;
}

#main{
	
	
}


#content{
	padding-right: 120px;
	padding-left: 65px;
	
	padding-bottom: 20px;
}


#main #content p, #main #content ul{
	margin-bottom: 10px;
	padding-top: 3px;
}


#main #content ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	line-height:150%;
	padding-bottom: 5px;
	
}

#main #content ul li{
	list-style-type:none;
	background:url(images/bullet.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom: 15px;
	

}


#main #contenttop h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	
	color: #135E8A;
	line-height:150%;
	padding-top: 10px;
	margin-bottom:-10px;
	
}

#main #content h1 a, #main #content a{
	font-weight:bold;
	color: #005382;
	text-decoration: none;
}

#main #content h1 a:hover, #main #content a:hover{
	font-weight:bold;
	color: #990000;
	text-decoration: none;
}

#main #contenttop h2, #main #content h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #990000;
	line-height:150%;
	font-weight:bold;
	margin-bottom: 0px;
}


#footer{
	
	background:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #990000;
	
	text-align:center;
	
	padding-bottom: 10px;
}

#footer span{
	color: #0B3261;
}


#footer a{
	text-decoration:none;
	color:#0B3261;
}

#footer a:hover{
	text-decoration:none;
	color:#990000;
}


.floatright{
	float:right;
	margin-top:15px;
	margin-left:20px;
}

.floatleft{
	float:left;
}


.imgborder{
	border: 1px solid #666666;
	padding:5px;
	background-color:#DADADA;
}

#mapContainer { 
  height: 250px; 
  width: 600px; 
  border: 3px double #005382;

}


