/* Body text and page background */

/* layout */

body {background-image: url ("bkgrd_2.gif");
	  background-repeat: repeat;
	  }

#container {
	position:relative;
	margin:0 auto;
	width: 700px;
	padding: 0px;
	border-bottom: 5px solid #CCCCCC;
	background-color: #FFFFFF;
	z-index: 0;
}


#header {
position: relative;
width: 700px;
height: 69px;
border:none;
background-color:#294369;
background: url(current_tide.gif); 
}

#main {
text-align:justify;
padding:5px;
background-color:#ffffff;
margin-left:0px;
}

/* type */

h1 {color: #000000;
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9pt;
            font-style: normal;}
h2 {color: #000000;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9pt;
            font-style: normal;}
h3 {color: #000000;
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 7pt;
            font-style: normal;}
h4 {color: #000000;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 7pt;
            font-style: normal;}
h5 {color: #ffffff;
            font-weight: normal;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9pt;
            font-style: normal;}
h6 {color: #ffffff;
            font-weight: bold;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 9pt;
            font-style: normal;}
			
a:link {color: #294369; text-decoration: none}
a:active {color: #294369; text-decoration: none}
a:visited {color: #294369; text-decoration: none}
a:hover {color: #0099fff; text-decoration: underline}
