body
{
    background-color: Black;
    color: Black;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    margin: 25px 0 0 0;
    padding: 0;
    text-align: center;
}
a, a:link, a:visited, a:active, a:hover
{
    color: Black;
}
h1
{
    font-size: 16pt;
    color: White;
}
h2
{
    font-size: 14pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
h3
{
    color: #009933;
    font-size: 12pt;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0;
}
img
{
    border: none;
}
#container
{
    width: 800px;
    margin: 0 auto;
}
#header
{
    clear: both;
    text-align: left;
}
#logo
{
	clear: both;
    width: 800px;
    height: 75px;
}
#palms
{
    clear: both;
    width: 800px;
    height: 160px;
    background: url(images/palms.jpg) no-repeat left top;
    text-align: left;
}
#numbers
{
	float: right;
	width: 240px;
	border: solid 1px #cccccc;
	margin: 5px 5px 0 0;
}
#numbers div
{
	text-align: center;
	padding: 5px 5px 5px 10px;
}
#numbers div label
{
	float: left;
	width: 40%;
	font-weight: bold;
	color: White;
	text-align: left;
}
#numbers div span
{
	float: left;
	width: 50%;
	font-weight: bold;
	color: White;
	text-align: left;
}
#menu
{
	clear: both;
	background-color: #1a8bd7;
    width: 800px;
    height: 33px;
}
#menu div
{
    background: url(images/menu_off.gif) no-repeat left top;
    float: left;
    width: 90px;
    height: 33px;
    text-align: center;
    margin-right: 1px;
    padding-top: 5px;
}
#menu div a
{
    color: White;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}
#body
{
    clear: both;
    background-color: White;
    text-align: left;
    width: 800px;
}
#body #content
{
    float: left;
    width: 550px;
}
#body #form
{
    float: right;
    width: 250px;
    background-color: #1a8bd7;
}
#bottom
{
	height: 80px;
    background-color: #1a8bd7;
}
#cred
{
	text-align: center;
	width: 550px;
	height: 80px;
	background-color: White;
}
#cred div
{
	display: inline;
	margin-right: 50px;
}
#footer
{
    width: 800px;
    color: White;
    border-top: solid 16px #009933;
    text-align: left;
    margin-bottom: 20px;
}
#footer a
{
    color: White;
}
#footer #links
{
	clear: both;
    float: left;
    margin-top: 5px;
}
#footer #name
{
    float: right;
    margin-top: 5px;
}
#footer #credits
{
    clear: both;
    margin-top: 5px;
    color: #666666;
}
#footer #credits a
{
    text-decoration: none;
    color: #666666;
}
fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}
fieldset label
{
    clear: both;
    float: left;
    width: 40px;
    color: White;
    font-size: 9pt;
    text-align: right;
    margin-top: 5px;
}
fieldset label.wide
{
    clear: both;
    float: none;
    width: 100%;
    color: White;
    font-size: 9pt;
    margin-top: 15px;
    text-align: left;
}
fieldset input
{
    float: left;
    width: 180px;
    margin: 5px  0 0 5px;
}
fieldset .cb
{
    float: left;
    width: 100px;
    margin-top: 5px;
    color: White;
    text-align: left;
}
fieldset .cb input
{
    float: none;
    width: auto;
    text-align: left;
}
fieldset textarea
{
    margin-top: 5px;
    width: 225px;
}
fieldset input.submit
{
    float: none;
    width: auto;
    color: White;
    border: solid 1px White;
    background-color: #009933;
    font-weight: bold;
    font-size: 12pt;
}

/* CSS HACKS
--------------------------------------------------------------------*/
.clearfix:after, #body:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px; /* RB - Added */
	clear: both;
	visibility: hidden;
}

.clearfix, #body
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix, * html # body
{
	height: 1%;
}
/* End hide from IE-mac */