@charset "iso-8859-1";
/* CSS layout */
* {
	padding: 0;
	margin: 0;}
	
#masthead {
	margin: auto;
	width: 1000px;
	height: 269px;
	background: #fff url('images/bluewater-banner.jpg') no-repeat;}

#topbar {
	margin: auto;
	width: 1000px;
	color: white;
	background-color: #0D194C;
	text-align: center;}

#wrap {
	margin: auto;
	width: 1000px;
	background-color: #0D194C;}

#container {
	margin: auto;
	width: 980px;}	

#page_content {
	width: 720px;
	float: right;
	color: #0D194C;
	background-color: white;}
	
#page_content a:link {
	text-decoration: underline; 
	color: #0D194C; 
	font-weight: bold;}
	
#page_content a:visited {
	text-decoration: underline; 
	color: #0D194C;
	font-weight: bold;}
	
#page_content a:hover {
	text-decoration: underline;
	font-weight:bold; 
	color: #C8C8D0;}
	
#page_content a:active {
	text-decoration:underline;
	font-weight:bold; 
	color: #C8C8D0;}

#featured {
	width: 250px;
	float: left;
	color: #0D194C;
	background-color: #C8C8D0;
	text-align: center;
	line-height: 200%;}
	
#featured ul {
	list-style-type: circle;}
	
#featured a:link {
	text-decoration: underline; 
	color: #0D194C; 
	font-weight: bold;}
	
#featured a:visited {
	text-decoration: underline; 
	color: #0D194C; 
	font-weight: bold;}
	
#featured a:hover {
	text-decoration: underline;
	font-weight:bold; 
	color: white;}
	
#featured a:active {
	text-decoration: underline;
	font-weight:bold; 
	color: white;}
		
#footer {
	margin: auto;
	width: 1000px;
	color: white;
	background-color: #0D194C;
	padding: 5px 0 5px 0 ;}

#footer p {
	font-size: medium;
	text-align: center; 
	font-weight: bold;
	line-height: 110%;}

#tagline {
	color: gray; 
	text-align: center;
	font-size: small;}
	
#tagline a { 
	color: gray; 
	font-weight: bold; 
	text-decoration: none }
	
#tagline a:hover { 
	color: gray; 
	text-decoration: underline }
	
.innertube {
	padding: 10px;}
	
.dot {
	font-size: x-large;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	color: White; }

a:link {
	text-decoration: none; 
	color: #C8C8D0; 
	font-weight: bold;}
	
a:visited {
	text-decoration: none; 
	color: #C8C8D0;
	font-weight: bold;}
	
a:hover {
	font-weight:bold; 
	color: white;}
	
a:active {
	font-weight:bold; 
	color: white;}

h1 {
	color: #0D194C;
	font-weight: bold;
	line-height: 125%;
	font-style: italic;}
	
h2 {
	color: #0D194C;
	font-weight: bold;
	font-style: italic;}

ul {
	list-style-type: disc;
	padding-left: 40px;
	text-align: left;}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 140%;}	
