body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
/*	font-family: tahoma, sans-serif;
	font-size: 12px;
*/
	font: normal 62.5% arial,sans-serif;
	color: #444444;
}

a, a:visited, a:active {
/*	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
*/	
	color: #286EA0;
}


h2 {
	line-height:125%;
	font-size:1.3em;
	padding-bottom:10px;
}

h3 {
	margin-top: 30px;
	font-size: 1.1em;
	font-weight: bold;
}

.pcenter {
	text-align: center;
}

img {
	border:0;
	margin: 10px;
}



ul {
	list-style-type: square;
}


#header {
/* CHANGED FROM 110 TO MAKE ROOM FOR NAVIGATION TABS*/	height: 124px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #758A7B url('../images/header/hback.gif') left top repeat-x; 
	margin-right: auto; 
	margin-left: auto; 
	border-bottom: 10px solid #C8D0CA;
}

#headercontent {
	width: 785px;
	font-size: 1.4em;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 28px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-right: auto; 
	margin-left: auto; 

}

.headimg {
	position:relative;
	left: 100px;
	top: -70px;
}

#title {
	float: left;
}

#title h1 {
	letter-spacing: -1px;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


#title h1 a {
	letter-spacing: -1px;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#title h1 a, #title h1 a:visited, #title h1 a:active, #title h1 a:hover {
	letter-spacing: -1px;
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


#topmenu {
/*CHANGED*/ width:785px;
	float: right;
	height: 25px;
	padding-bottom: 0px;
/*CHANGED*/	margin-top: 24px; 
	margin-right: 0px;
	margin-bottom: 0px; 
}

#topmenu ul {
	margin: 0;
	padding: 0;
}

#topmenu li {
	display: inline;
	list-style: none;
}

#topmenu li a, #topmenu li a:visited, #topmenu li a:active {
	display: block;
	color: #ffffff;
	font-weight: bold;
	background: #ACB9B0 url('../images/header/bl.gif') left top no-repeat;
	text-decoration: none;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 8px 0px 8px 25px;
}

#topmenu li a span, #topmenu li a:visited span, #topmenu li a:active span {
	padding-right: 25px;
	padding-top: 8px;
	text-decoration:underline;
	background: #ACB9B0 url('../images/header/br.gif') right top no-repeat;
}

#topmenu li a:hover {
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	padding: 8px 0px 8px 25px;
	background: #C8D0CA url('../images/header/lbl.gif') left top no-repeat;
	color: #5D6E63;
}

#topmenu li a:hover span {
	background: #C8D0CA url('../images/header/lbr.gif') right top no-repeat;
}

#container {
	font-size: 1.5em;
	width: 785px;
	padding-left: 7px;
	padding-right: 7px;
	text-align: left;
	margin-top: 20px; 
	margin-bottom: 0px; 
	margin-right: auto; 
	margin-left: auto; 
}

#sidebar {
	width: 210px;
	margin-top: 13px;
	margin-bottom: 60px;
	float: right;
	display: inline;
}

/* sidebar division box */
.anothersidebox
{
min-height:100;
mix-width:180px;
}
.anothersidebox img
{
	border:0;
	margin:0;
	padding-left: 18px;
}


.sidebarbox {
	background: #F1F3F2 url('../images/header/mb.gif') left bottom no-repeat;
	display: block;
	margin: 0px 0px 14px 0px;
}

.sidebarboxtop {
	background: url('../images/header/mt.gif') left top no-repeat;
	padding: 10px 15px 11px 15px;
	width: 180px;
}

#sidebar h2 {
	margin-top: 4px;
	margin-bottom: 13px; 
	padding-bottom: 1px;
	font-size: 16px;
	font-weight: normal;
}

#sidebar ul {
	list-style: none; 
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar li {
	margin-left: 0px;
	margin-bottom: 6px;
	padding: 4px;
}

#sidebar a, .content a{color:#286EA0; font-weight:700; text-decoration:underline;}
#sidebar li a:hover {
	color:#0099FF;
	font-size: 1.1em;
}


#content {
	margin: 0px 0px 60px 0px;
	padding: 0;
	float: left;
	width: 535px;
	display: block;
}

.posttext {
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1px;
}



#footer {
	padding: 12px 0px 12px 0px;
	clear: both;
	display: block;
	margin-top: 60px;
	text-align: center;
	background-color: #F1F3F2;
	border-top: 1px solid #C8D0CA;
	margin-right: auto; 
	margin-left: auto; 
	font-size: 1.3em;
}


#footer a {color:#286EA0; text-decoration:underline;}
#footer a:hover {color:#0099FF;}

/* MISC */
	.clearer {clear: both; font-size: 0;}
	.left {float: left;}
	.right {float: right;}
	.center {text-align:center;}
	.quote {font-style:italic;}
	.bold {font-weight:bold;}
	



	/* top of main content GOOGLE add box*/
	.bigadbox {float: left; margin-top: 10px; margin-right: 35px; margin-bottom: 10px; margin-left: 0; border-top-width: 3px;
 border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px;}
 
 	.tideadbox {float: left; margin-top: 10px; margin-right: 45px; margin-bottom: 10px; margin-left: 45px; border-top-width: 3px;
 border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px;}
 
 	/* LEFT COLUMN ADD BOX */
		.leftadd {repeat-x bottom left #f4f4f4;
	float:left;
	border-bottom:1px solid #d8d8d8;
	border-left:1.3px solid #ccc;
	border-right:1px solid #d8d8d8;
	border-top:1px solid #d8d8d8;
	clear:left;
	line-height:1.3em;
	padding:5px;
	width:124px;
	margin-left: 7px;
	}
	
.tides
{margin-left:20px;}

.space
{
	margin-bottom: 1.5em;
}
