body {
	font: 12px arial, hevetica, verdana, sans-serif;
	line-height:17px;
	color:#555;
	background-color:#003875;  
	padding:0px;
	margin:0px;
	text-align: center;
}
#container {       
	position: relative;
	text-align: left;
	vertical-align: top;       
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background: none;  
}
#top {       
	width: 800px;
	height: 135px;
	margin: 0px;
	padding: 0px;
	background: none;
}
#slideshow {    
	width: 800px;
	height: 145px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;       
	background: url(images/slideshowclouds.jpg) no-repeat;
}
#nav {    
	width: 800px;
	height: 65px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;       
	background: none;
}
#content {    
	width: 800px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;       
	background: url(images/contentsbg.gif) repeat-y;
	background-color: #fff;
	min-height: 310px;
}
* html #content {
	height: 310px;
}

#leftcol {    
	float:left;
	width: 240px;
	padding: 20px;
	margin: 0px;
	vertical-align: top;       
	background: none;
	display: inline;
}
#rightcol {    
	float:left;
	width: 460px;
	padding: 20px;
	margin: 0px;
	vertical-align: top;       
	background: #none;
	display: inline; 
}
#contactform {    
	padding: 0px;
	margin: 0px;
	vertical-align: top;       
	background: none;
}
#contactform p {    
	padding: 0px;
	margin: 0px;
	vertical-align: top;       
	background: none;
}
#contactform input {    
	margin-bottom: 10px;
	vertical-align: top;       
}

#footer {   
	position:relative;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background: none;
}

.serifcaps {
	font: 13px georgia, times, "times new roman", serif;
	text-transform: uppercase;
}
h1 {
	font: 19px georgia, times, "times new roman", serif;
	font-weight:bold;
	color:#003875;
	text-transform: uppercase;
	border-bottom:1px solid #bbb;
	padding:0 0 3px 0;
}
h5 {
	font: 13px georgia, times, "times new roman", serif;
	color:#003875;
	font-weight:bold;
	text-transform: uppercase;
	line-height:17px;
}
p img {
	margin:5px 0px;
}
.hidden {
	display:none;
}
a:link { color: #003875; }
a:visited { color: #000; }
a:hover, a:active { color: #0364dd;}
