﻿/* CSS Document */


<!--
body{
	margin:0px;
	background-color:#F5F4F4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:135%;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#topDIV {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:128px;
	z-index:1;
	background-color:#0873AC;
}
#darkblue {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:17px;
	z-index:2;
	background-color:#00669A;
}
#topContent {
	position:relative;
	width:990px;
	margin-left:-495px;
	left:50%;
	top:0px;
	z-index:3;	
}
#logo {
	position:relative;
	left:0px;
	top:0px;
	width:311px;
	height:94px;
	z-index:3;
}
#banner {
	position:relative;
	left:0px;
	top:0px;
	margin-top:-111px;
	margin-left:311px;
	width:639px;
	height:111px;
	z-index:3;
}
#lightblue {
	position:relative;
	margin-left:50px;
	top:0px;
	width:900px;
	height:17px;
	z-index:3;
	background-color:#86D1F4;
}
#mainDIV{
	position:relative;
	width:900px;
	left:50%;
	top:128px;
	width:900px;	
	margin-left:-445px;
	margin-top:0px;
	z-index:10;
	background-color:#FFFFFF;
	background-image:url(../images/background.gif);
	background-repeat:no-repeat;
	/*border:1px solid #000000;*/
}
#mainContent{
	position:relative;
	left:-17px;
	width:595px;
	height:572px;
	top:0px;
	margin-top:17px;
	float:right;
	background-color:#F3FAFA;
	padding-left:28px;
	padding-top:24px;
}
#menu{
	position:relative;
	width:100px;
	margin-top:40px;
	left:100px;
	float:left;
	z-index:100;
}
#hostamedia{
	position:relative;
	width:900px;
	left:50%;
	margin-left:-450px;
	margin-top:145px;
	height:33px;
}
.blue{
	color:#5CA7A9;
}
.maps{
	color:#5CA7A9;
	margin-left:15px;
}
.red{
	color:#F00;
	font-weight:bold;
}
.gray{
	color:#9E9E9E;
}
.darkblue{
	color:#0773AB;
}
.verydarkblue{
	color:#003366;
}

a{
	color:#0773AB;
	text-decoration:none;

}
-->
