﻿body,td,th {
	text-decoration: none;
	color: #fff;
    font: 10pt century gothic,geneva,helvetica,verdana,arial,Garamond,Times New Roman;
}
body {
	padding:0px 0px 0px 0px;
	text-decoration: none;
	font-size: medium;
	background-color:#335A5D;
}

#header
{
	padding: 0px 0px 0px 0px;
	float:left; 
	width:100%;
	height: 84px;
}

#main 
{
	position:relative;
	padding:0px 0px 0px 0px;
	margin: 5px auto 20px auto;
	width:900px;
	height:580px;
	z-index:6;
	visibility: visible;
	background-color:#FFFFFF;
}

#mainOverlay 
{
	position:absolute;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	float:left;
	width:240px;
	top: 84px;
	left: 29px;
}

#notificationOverlay 
{
	position:absolute;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	float:left;
	width:240px;
	top: 80px;
	left: 200px;
	font-weight:bold;
}

#content
{
	/*
	background-color:#728136;
	height: 785px;
	color: #ffffcc;
	*/
	padding: 0px 0px 0px 0px;
	float:left; 
	width:100%;
	height: 321px;
}

#adOverlay 
{
	position:absolute;
	top: 405px;
	left: 85px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	float:left;
	z-index: 7;
}

div.centered 
{
	text-align: center;
}

a
{
    color: #FFFFC0;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none;
    font: 12pt century gothic,geneva,helvetica,verdana,arial,Garamond,Times New Roman;
    font-weight:bold;
}
a:hover
{
    TEXT-DECORATION: none;
    color: #ccff99;
    font-weight:bold;
}

#horizontalMenu
{
	position:absolute;
    top: 44px;
    left: 220px;
    width: 650px;
    color: #fff;
    background-color: #1a0000;
}

.footer
{
	text-align: center;
    color: #fff;
    width: 460px;
    font-size: 8pt;
}

		/*this is the css for the menu*/
		.vertical ul{
			width: 150px;
			list-style-type: none;
			padding: 0px;
			display: inline;
		}
		.vertical li a{
			display: block;
			text-decoration: none;
			height: 1.2em;
			padding: .1em 1px;
			border-top: 0px;
			font: 10pt century gothic,geneva,helvetica,verdana,arial,Garamond,Times New Roman;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			/*
			*/
			position: absolute;
			margin-top: -1.3em;
			margin-left: 80px;
		}
		
		
		/*colors for menu*/
		.bluewhite li a{
			background-color: white;
			color: navy;
			border-color: navy;
		}
		.bluewhite li a:hover{
			background-color: navy;
			color: white;
			border-color: navy;
		}
		.bluewhite ul{
			border-color: navy;
		}
		