/* CSS Document */

html, body {
	background: #FFFFF0;
	color: #373737;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h4 {
	font-size: 14px;
	color:#2B3F68;
	}
	
h5 {
	font-size: 12px;
	font-style: italic;
	color:#2B3F68;
	}
	
a:visited    {
	color:#2B3F68;
	text-decoration: underline;
}

a:link    {
	color:#5E889D;
	text-decoration: none;
}

a:hover    {
	color: #990000;
	text-decoration: underline;
}

a:active    {
	color: #990000;
	text-decoration: underline;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	}
	
#title {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 10px 0 0;
	border-bottom: 5px solid;
	border-bottom-color: #203F68;
	width: 100%;
	}

#search {
	width: 758px;
	background-color: #D7EAB1;
	margin: 0;
	padding-left: 2px;
	padding-top: 2px;
	clear: both;
	font-weight: bold;
	border-bottom: 5px solid;
	border-bottom-color: #203F68;
	}
	
.searcharea {
	margin: 0;
	padding-left: 5px;
	}	

/* Hide from IE-Mac \*/
	
#topnav {
	/*float: right;*/
	width: 540px;
	position: relative;
	top: -23px;
	margin-left: 220px;
	background-color: #D7EAB1;
	}
/* End hide */


#topnav a {
	display: inline;
	padding: 0px 5px 0px 7px;
	font-weight: bold;
	color: #373737;
	border-left: dotted 1px;
	text-decoration: none;
	}

* html .board {
	width: 98px;
	}
	
* html .calendar {
	width: 70px;
	}
	
* html .lunch {
	width: 55px;
	}
	
* html .maps {
	width: 50px;
	}
	
* html .site {
	width: 70px;
	}
	
* html .contact {
	width: 87px;
	}
	
* html .mail {
	width: 80px;
	}
	
#topnav a:hover, #topnav a:active {
	background-color: #203F68;
	color:#CCCCCC;
	}	

#main_content {
	width: 760px;
	margin: 0 auto;
	}
	
input.click { cursor: pointer }

table#perfect         { 
   background-color: #E3EAB3; 
   padding: 7px 0 5px 0; 
   margin-left: auto; 
   margin-right: auto; }
   
table#perfect caption { 
	color: #E3EAB3; background-color: #2B3F68;
    font-size: 110%; font-weight: bold; padding: 3px;
    margin-left: auto; margin-right: auto }
   table#perfect th      { text-align: right; font-weight: bold; padding: 3px; }			   
   table#perfect div     { text-align: center; margin-top: 6px; }
   table#perfect span    { float: right; font-size: 65%; }
   table#perfect a       { color: darkslategray; text-decoration: none; }	
   
table  td       {  
   padding: 3px 0 3px 3px; 
    }
	
table caption {
	padding-bottom: 5px;
	}
	
.redlink a:link    {
	color:#990000;
	text-decoration: none;
}
	
#noaa {
	padding: 0 0 0 10px;
	}
	
#noaa ul{
	list-style: none;
	}
	
.crumbs {
	float: left;
	width: 470px;
	padding-top: 5px;
	padding-left: 5px;
	}	
	
#content_left {
	clear: both;
	float: left;
	width: 490px;
	margin-left: 4px;
	padding-left: 2px;
	}
	
#content_left ul {
	margin: 10;
	padding: 10;
	}
	
#content_left li {	
	list-style: outside;
	list-style-type:square;
	}
	
#content_right {
	float: right;
	margin-top: 0;
	width: 245px;	
	}
	
#links {
	margin: 0px 0px 0 0px;
	padding-left: 5px;
	background-color:#DEEAB2;
	border: #2B3F68 1px dotted;
	}
	
#links ul {
	list-style-type: none;
	}	

p.footer {
font-style:italic;
font-size: 80%;
padding-left: 2px;
	}
	

