﻿HTML
{
	height: 100%;
}

BODY
{
	background: #E6E5DB url(../Images/HomeBg.gif) repeat-x top;
}

/********************************************************
*** HOME PAGE ***/

#HomePageWindow
{
	margin: 0 auto 0 auto;
	width: 828px;
	height: 100%;
}

.HomePageContent 
{
	margin: 15px auto 0 auto;
	padding-top:4px;
	width: 828px;
	height:417px;
	background:url(../Images/HomeContent.gif) no-repeat;
}

.HomeTitle 
{
	margin-left:12px;
	font:24px Georgia;
	color:#A40E2B;
}

.HomeText 
{
	width:798px;
	padding:15px;
}

/********************************************************
*** 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: 96px 0 0 1px;
}