@charset "UTF-8";
/* CSS Document */

a {text-decoration: none;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}	
a:hover {text-decoration: underline;}
a:active {text-decoration: underline;}


body {
	background: url(images/oceanbkgd_1400.jpg);
	}
	
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

p {
	margin: 0;
	padding: 0;
	}
	
#container {
	width: 900px;
	margin: 20px auto 0 auto;
	background: #FFFFFF;
	border: 2px solid #13567D;
	}

#navholder {
	width: 900px;
	margin: 0 0 10px 0;
	}	
	
	
#pageholder {
	padding: 10px 30px;
	}
	
#footer {
	width: 300px;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .7em;
	text-align: center;
	padding: 0;
	margin: 5px auto;
	}		

.botmar10 {margin-bottom:10px;}

.center {display: block; margin: 0 auto;}

.centertext {text-align: center;}

.clearboth {clear: both;}

.floatright {float: right; margin-left: 10px;}
.floatleft {float: left; margin-right: 10px;}

.smallcaps {font-variant: small-caps;}