﻿body 
{
	background: #002147 url('Images/bg.gif') repeat-x;
	font: normal normal normal 13px Arial, Sans-Serif;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: none;
}

a
{
	outline: none;
}

a:link, a:visited
{
	color: #C0C0C0;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.Footer
{
	text-align: center;
	font-size: 10px;
	color: Gray;
}

.Content
{
	text-align: justify;
}

.Content p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.Content p+p
{
	margin-top: 10px;
	margin-bottom: 0px;
}

.Content ul
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.Content li
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.SectionTitle
{
	font-size: 16px;
	font-weight: bold;
}

.Quote
{
	line-height: 22px;
	color: #f7ecb2;
	font-style: italic;
	font-weight: bold;
}

.MapPanel, .FLMapPanel
{
	float: right;
	padding: 2px;
	background-color: #002147;
	border: solid 2px #001125 !important;
	margin: 0px;
}

#header 
{
	width: 800px;
	height: 140px;
	z-index: 1;
}

#logo
{
	width: 800px;
	height: 140px;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-image: url('Images/header.jpg');
}

.hide 
{
	visibility: hidden;
}

#homelink
{
	position: absolute;
	width : 300px;
	height: 120px;
	left: 0px;
	top: 0px;
}

#homelink:hover
{
	text-decoration: none;
}

#headercontent
{
	display: none;
}

#menu
{
	width: 800px;
	top: 120px;
	left: 0px;
	z-index: 3;
}

#wrapper  
{
	width: 796px;
	background-color: #193759;
	border-right: 2px #001125 solid;
	border-bottom: 2px #001125 solid;
	border-left: 2px #001124 solid;
	z-index: 0;
}

#leftborder  
{
	display: none;
}

#content 
{
	width: 766px;
	padding: 15px 15px 15px 15px;
}

#rightborder  
{
	display: none;
}

#bottomborder  
{
	display: none;
}

#footer
{
	width: 770px;
	padding: 10px 15px 0px 15px;
	clear: both;
}