body
	{
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00578E;
	background: url(../images/background.jpg) no-repeat top left;
	margin: 0px;
	padding: 0px;
	}

body.home
	{
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #00578E;
	background: url(../images/background_plain.jpg) no-repeat top left;
	margin: 0px;
	padding: 0px;
	}


h1.title
	{
	font-size: 25px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

h1.title a
	{
		color: #fff;
	}

h1.title a:hover
	{
		color: #F7921E;
	}

h3.title
	{
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	}

div#header
	{
	background: none;
	height: 230px;
	}

div#text
	{
	position: absolute;
	top: 0px;
	left: 0px;
	color: #FFF;
	margin-right: 200px;
	margin-left: 5px;
	margin-top: 5px;
	}

div#logo
	{
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 10px;
	width: 210px;
	height: 210px;
	z-index: 100;
	}

div#seagull
	{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 150;
	}

div.orange
	{
	float: right;
	margin: 2px;
	width: 100px;
	height: 100px;
	background: #F7921E;
	}

div.blue
	{
	float: right;
	margin: 2px;
	width: 100px;
	height: 100px;
	background: #00578E;
	}

div.blank
	{
	float: right;
	margin: 2px;
	width: 100px;
	height: 100px;
	background: none;
	}

div#container
	{
	width: 98%;
	background: url(../images/leftgrafx.gif) no-repeat bottom left;
	}

.content
	{
	padding-left: 165px;
	margin: 10px 200px 2px 0px;
	padding-bottom: 20px;
	background: none;
	}

.content a
{
	font-size: 14px;
	font-weight: bold;
	color: #00578E;
	text-decoration: underline;
}

.content a:hover
{
	color: #F7921E;
}


div#navigation
	{
	position: absolute;
    top: 210px;
    left: 0px;
	background: none;
	width: 140px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-bottom: 2px;
	}

#navigation table
	{
		margin: 10px;
		width: 140px;
	}

div#navigation a
	{
	font-size: 12px;
	font-weight: bold;
	color: #00578E;
	text-decoration: none;
	}

div#navigation a:hover
	{
	color: #F7921E;
	}

div#footer
	{
	background: none;
	width: 100%;
	height: 104px;
	margin-left: 4px;
	background: url(../images/footgrafx.gif) no-repeat bottom left;
	}

a.footinfo
	{
	color: #00578E;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat bottom left;
	margin: 0px 0px 0px 300px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 20px;
	}

a.footinfo:hover
	{
	color: #F7921E;
	}

a.footlinks
	{
	color: #00578E;
	text-decoration: none;
	}
	
a.footlinks:hover
	{
	color: #F7921E;
	}

span.copyright
	{
	margin-left: 20px;
	color: #FFF;
	}

div.block1
	{
	float: left;
	width: 15%;
	color: #000;
	height: 20px;
	text-align: center;
	}

div.block2
	{
	float: left;
	width: 35%;
	color: #00578E;
	height: 20px;
	text-align: center;
	}

div.spacer
	{
	float: left;
	width: 5%;
	color: #FF0;
	height: 20px;
	text-align: center;
	}


/*	Following switches off all items that are only for printing	*/

span.print
{
	display: none;
}


/*	MAILING LIST BOX STYLES	*/

.mailingList
{
	margin: 0px 0px 15px 5px;
	padding: 0px;
	background: url(/images/mailing_bg.gif) no-repeat top left;
	/*border: 1px solid #00578E;*/
	width: 542px;
	height: 106px;
	font-size: 10px;
}

.mailingList h2
{
	margin: 0px 0px 3px 0px;
	padding: 3px 5px 3px 5px;
	color: #00578E;;
	/*background: #00578E;*/
	/*border-bottom: #00f;*/
	font-size: 12px;
	font-weight: bold;
}

.mailingList h2 span
{
	color: #00578E;;
	text-align: right;
	font-size: 10px;
}

.mailingList p
{
	margin: 0px;
	padding: 3px 10px 3px 3px;
	color: #00578E;
	font-weight: bold;
	text-align: right;
	font-size: 10px;
	line-height: 5px;
}

.mailinglist form
{
	margin: 0px;
	padding: 0px;
}