﻿HTML
{
	height: 100%;
}

BODY
{
}

/********************************************************
*** HOME PAGE ***/

#HomePageWindow
{
	margin: 0 auto 0 auto;
	width: 900px;
	height: 100%;
}


/********************************************************
*** NAVIGATION FLOAT ***/

#NavigationFloat
{
	background: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

#NavigationFloat A
{
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
	padding:0 9px 0 3px;
}

#NavigationFloat A:hover
{
	text-decoration: underline;
}



/********************************************************
*** EYEBROW ***/

#Eyebrow
{
	position: relative;
}

#HomePage_Eyebrow
{
	position: relative;
}

/********************************************************
*** NAVIGATION MAIN ***/

#NavigationMain_Wrapper1
{
	background: url(../Images/topmenu_bg.gif);
}

#NavigationMain_Wrapper2
{
	margin: 0 auto 0 auto;
	width: 828px;
}

#NavigationMain
{
	position: relative;
	top: 0;
}

.NavigationMain_Popout
{
	margin: 98px 0 0 3px;
}

/********************************************************
*** HOMEPAGE NAV ***/

.HomeNav
{
	width:220px;
	margin:auto 0px auto auto;
}

.HomeNav A
{
	width:204px;
	height:30px;
	padding-top:7px;
	padding-left:16px;
	display:block;
	background-image:url(../Images/Arrow.gif);
	background-repeat:no-repeat;
	border-bottom:dotted 1px #536A9B;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	text-decoration:none;
}

.HomeNav A:Hover 
{
	background:#536A9B;
}

.HomeContent 
{
	width:880px;
	margin:15px auto 0 auto;
	color:#595959;
	font:14px Tahoma;
}

.HomeContent TD 
{
	padding:25px;
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:top;
}

.HomeContentLeft 
{
	width:289px;
}

.HomeContentCenter 
{
	width:289px;
	text-align:center;
	border-left:dotted 2px #948575;
	border-right:dotted 2px #948575;
}

.HomeContentCenter img 
{
	margin-top:5px;
}

.HomeContentRight 
{
	width:150px;
	text-align:center;
}