body {
	background-color: #BEDCF5;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #05438C;
	background-image: url(images/bluebkg.gif);
}
#header {
	height: 94px;
	min-width: 744px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header h1 {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #9999CC;
	line-height: 24px;
	text-align: right;
	margin-right: 15px;
}
#headertext {
	height: 94px;
	min-width: 744px;
	background-color: #FFFFFF;
	text-align: right;
	z-index: 2;

}

/* 	The parent container for the sidebar and maincontent DIVs */
#mainwrapper {
	width: 720px;
	margin: 0 0 0 40px;
	padding: 0 12px;
}

/* 	We float both the maincontent and sidebar DIVs right.
	Since sidebar comes first in the markup, it assumes
	the rightmost position. By floating both DIVs, we
	eliminate inherent bugs in IEPC and create a more
	stable layout.
	
	Width is calculated so that the sum of the sidebar and
	maincontent DIVs plus their left padding, right padding,
	left border, and (or) right borders is equal to the width
	of the mainwrapper DIV. */
#maincontent {
	width: 520px;
	margin: 0;
	padding: 20px 15px 15px 10px;
	font-size: 13px;
	background-color: #BEDCF5;
	line-height: 150%;
	height: 0 18px 18px 0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	float: left;

}
#maincontent p {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 140%;
}
#maincontent h1 {
	font-size: 16px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding: 0 0 0 10px;
}

#maincontent h2 {
	font-size: 16px;
	text-align: right;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 19px;
	padding: 0 0 0 10px;
}
#maincontent a, #maincontent a:visited {
	color: #05438C;
	text-decoration: underline;
}
#maincontent a:hover, #maincontent a:active {
	color: #176ACC;
}
.smalltext  {
	font-size: 9px;
}
/* 	Homepage News Section */
#news {
	border: solid 1px #689dc9;
	background-color: #d3e9fb;
	padding: 5px;
}

#news p {
	margin-top: 2px;
}

.newstitle {
	color: #67a2d4;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.75em;
	margin: 0;
	margin-top: -10px;
	text-align: center;	
}

.contact {
	font-size: 9px;
	width: 475px;
	text-align: center;
	margin-left: 19px;
	padding: 3px;
	margin-bottom: 15px;
	line-height: 125%;
	color: #05438C;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 160px;
	height: 425px;
	padding: 0 0 0 0px;
	font-size: 11px;
	background-color: #327CC0;
	color: #FFFFFF;
	background-image: url(images/navbkg.jpg);
	background-repeat: no-repeat;
}

/* 	We set the top margin on the UL that holds the navbar */
#nav {
	margin-top: 18px;
	padding: 0;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 	We set the bottom margin of each list item to 1px and
	we turn off the default bullet character. */
#nav li {
	margin: 0;
	padding: 0 5px 5px 0; 
	list-style-type: none;
}

.navbutton a {
	height: 39;
	padding: 5px 10px 0 0;
	color: #EAC302;
	font-size: 12px;
	background-image: url(images/navbutton.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.navbutton a:hover {
	color: #FFFFFF;
}

/* 	For navbar links only - We turn off underlines, assign
	3px padding, a border, a background color, a text color
	and we set the link to display block which makes it act
	like a "button" */
#nav a, #nav a:visited {
	text-decoration: none;
	padding: 0;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
}

/* 	the hover class is obvious. Active serves a dual purpose. In
	all browsers, it is triggered when the mouse is down and
	releases when the link loses focus. In IEPC it also is the
	state of the link when tabbed to using the keyboard. Focus
	is triggered when the link is tabbed to in browsers other
	than IEPC. */
#nav a:hover, #nav a:active, #nav a:focus {
	color: #EAC302;
}

#footer {
	clear: both;
	background-color: #FFFFFF;
	font-size: 9px;
	padding: 8px;
	min-width: 728px;
	border-bottom: 2px solid #BEDCF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0;
}

/* weather widget */

#weather-widget {
	width:122px;
	text-align:center;
	font-family:verdana,arial,sans-serif;
	font-size:8pt;
	color: #05438C;
	border: solid #fff 1px;
	position: absolute;
	top: 395px;
	left: 70px;
}

#ww-header {
  padding:2px;
  color: #fff;
}

#ww-title {
  font-weight:bold;
}

#ww-location {
  font-size:7pt;
}

#ww-body {
  background-color: #ffffff;
  padding:2px;
  text-align:center;
  border: solid #307BBE 1px;
}

.ww-float {
  width:32%;
  float:left;
}

#ww-wind {
}

#ww-date {
}

#ww-temp {
  padding-top:8px;
}

#ww-bottom {
  clear:both;
  padding-top:8px;
}

/*Style Applied to Tide Widget */
.tidetables {
	border: 1px solid #000;
	width: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 10px;
	margin: 0 0 0 -1px;
	padding: 0;
}

.tide_header {
	font-size:9px;
	font-weight: bold;
	background-color: #ccc;
}

.tidecats {
	background-color: #fff;
	width: 20px;
	padding: 2px;	
}


.bkgcolor1 {
	background-color : #fff;
	margin: 0;
	padding: 2px;
}

.bkgcolor2 {
	background-color : #ddd;
	margin: 0;
	padding: 2px;
}
ol {
	margin-top: 0;
	margin-bottom: 0;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
}
