﻿body
{
    background-color: #016B69;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #FFFFFF;
    margin: 5px;
    text-align:center;
}

td
{
    font-size: 0.9em;
    line-height:1.4em;    
}

td.justify
{
	text-align:justify;
	padding-left:10px;
	padding-top: 15px;
	padding-right: 10px;

}

h2
{
    font-size:2.5em;
    font-family: Times New Roman;
    color:#FFDEF0;
    border-bottom:1px solid #ffffff;
    padding-bottom:10px;
    line-height:1em;
}


#content
{
	margin: 0px auto;
	width: 800px;
	background-color: #696969;
	text-align: left;
	float: none;
}

 
#content .bg
{
	background-image: url(http://www.palmbeachfl.com/images/StarGraphicBackground.gif);
}
 
 
#header
{
	width: 800px;
	margin: 0px auto;
}
 
 
#footer
{
	padding: 2px;
	font-size: 0.7em;
	width: 800px;
	color: #ffffff;
	margin: 0px auto;
	background-color: #000000;
}

#footer img
{
	border:1px solid white;
}

table.header
{
	background-image: url(http://www.palmbeachfl.com/images/HeaderBackground.gif);
	background-repeat: no-repeat;
}

table.header div.banner
{
	width: 500px;
	padding-top: 5px;
	padding-right: 10px;
	float: right;
	text-align: right;
}

table.header div.logo
{
	padding-left: 10px;
	padding-top: 5px;
	float:left;
	text-align: left;
}



/* TEXT ELEMENTS */
.small
{font-size: 0.7em;}
.caption {font-size:10px;}




/* Hyperlinks */
a
{
	font-weight: bold;
	color: #ffdc8a;
	text-decoration: none;
}

a:hover
{
	color: #66ccff;
	text-decoration: underline;
}

a:visited, a:active 
{
	color: #66ccff;
}

a.Normal
{
	font-weight: normal;
}