/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
	font-size: 12px;
	color: #00185D;
	background:#00185D url(images/bg.jpg) 0 0 repeat-x;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#container{
	width:900px;
	overflow:hidden;
	position:relative;
	background: url(images/container_bg.jpg) 0 0 repeat-y;
	margin:0 auto;
	text-align:left;
	}

#shell{
	width:900px;
	background:url(images/shell_bg.jpg) top left no-repeat;
	position:relative;
	min-height:635px;
	_height:635px;
	}
	
#pics{
	width:637px;
	height:241px;
	top:188px;
	left:238px;
	position:absolute;
	}
	
#topnav{
	width:121px;
	height:31px;
	top:156px;
	left:753px;
	position:absolute;
	}	

#topnav .menuTitle{
float:left
	}	
	
#menu{
	width:232px;
	height:495px;
	margin-top:185px;
	float:left;
	}					
	
#contentcopy{
	width:518px;
	padding-top:476px;
	margin-left:308px;
	padding-bottom:20px;
	}	
	
#footertag {
	width:518px;
	font-size:10px;
	padding-top:5px;
	margin-left:308px;
	padding-bottom:35px;
	}
						

a {
	color:#00185D;
	text-decoration:underline;
	}
	
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
.centered{
	text-align:center;
	margin:0 auto 0 auto;
	}		
	
.right {
	margin:10px 0 14px 14px;
	float:right;
	}	
 
 h1, h2 {
 font-family:Verdana, Arial, Helvetica, sans-serif, "Futura Book";
 font-size:16px;
 color:#00185d;
 font-weight:bold;
 margin-top:0px;
 margin-bottom:8px;
 }

 strong {
	 font-weight:bold;
 }

li{
margin-bottom:5px;
line-height:18px;
}	

p {
	margin:4px 0 15px 0;
	line-height:18px;
	}
.sm {
	font-size:9px;
	}	

	
	
