body {
margin : 0;
padding : 0;
border-color : #cc0000;
background-color : #ffffff;
color : #000000;
}

p, ul, ol, li {
font : 10pt Arial,geneva,helvetica;

}
h1 {
font : bold 14pt Arial, Helvetica, geneva;
}

h2 {
font : bold 12pt Arial, Helvetica, geneva;
}

h3 {
font : bold 10pt Arial, Helvetica, geneva;
}



/*		height: 120px;  */


#header {
	width: 750px;
	height: 125px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #FFFBFD url(images/clearwaterbeach10d.jpg);
	clear: left;
	float: left;
}



#leftnavigation {
	position : absolute;
	left : -6px;
	width : 150px;
	margin-left : 10px;
	margin-top : 20px;
	color : #000000;
	padding : 3px;
	background-color: #FFFFFF;
	border-top: 1px none #CC3300;
	border-right: 1px solid;
	border-bottom: 1px none;
	border-left: 1px none;
	height: 620px;
	top: 147px;
}

#rightnavigation {
	position : absolute;
	top : 163px;
	width : 142px;
	z-index : 3;
	color : #000000;
	padding : 3px 3px 3px 10px;
	background-color: #ffffff;
	left: 591px;
	clear: none;
	float: left;
	border-top: none;
	border-right: 1px solid #333333;
	border-bottom: none;
	border-left: 1px solid #333333;
	height: 620px;
}

/** makes the title red**/
#rightnavigation h2{
color : #003366;
} 

#content {
	position : absolute;
	top : 169px;
	margin : 0px 25% 0 180px;
	padding : 3px;
	color : #333333;
	width: 400px;
	left: -8px;
}

#content h1, #content h2 {
color : #cc0000;
} 


.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #505050;
background-color: #f4f4f4;
line-height: 1.3em;
}

.small {
	font-size: 0.8em;
	text-align: center;
}

/***************************/

#lmenu {
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#lmenu ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
	background-color: #0033FF;
}	

#lmenu li {
margin-bottom: 4px;
}

#lmenu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #505050;
display: block;
padding: 6px 0 0 10px;
background: #f4f4f4;
border-left: 4px solid #cccccc;
}	
	
#lmenu li a:hover {
background: #eaeaea;
color: #286ea0;
border-left: 4px solid #286ea0;
}



/*
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px;
	border-top: 1px solid #f0f0f0;
	width: 750px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
	bottom: 600px;
}
*/
