body 
{
    color: white;
	 background: #002139 url(../images/homePageBg.gif);			
	 margin: 0px;
	 text-align: center;
	
}

#container   
{
   width: 798px;
	width: 798px;
	\width: 820px;
	w\idth: 798px;
   margin-left: auto;
	margin-right: auto;
}

#header{

    height: 100px;
    margin-top: 45px;

}

/* Main Navigation Bar */
#navcontainer
{
   margin: 8px 0 8px 0px;
   padding-top: 0;
   font: normal 12px  'Times New Roman', 'Times', serif;
}

#navcontainer ul
{
   border: 0;
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;  
}

#navcontainer ul li
{
   display: block;
   float: left;
   margin: 0;
   border: 1px solid #B99D5F;
}

#navcontainer ul li a
{
   background: #002139;
   width: 112px;
   padding: 4px 0  4px 0;
   color: #fff;
   text-decoration: none;
   display: block;
   text-align: center;   
}

#navcontainer ul li a:hover
{
	color: #002139;
	background: #B99D5F;
}

#navcontainer a:active
{
	color: #002139;
	background: #B99D5F;
}

#navcontainer li#active a
{
	color: #002139;
	background: #B99D5F;
}
#navcontainer ul li #current
{  
	color: #002139;
	background: #B99D5F;
	font-weight: bold;
}


#copy{
    color: #8EA8B3;
    font-style: italic;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 1.25em;
    padding-top: 8px;
}

#footer{
    margin-top: 70px;
    font: normal 10px  helvetica, arial, sans-serif;
}

#footer ul li
{
	 display: inline;
	 list-style-type: none;
	 padding-right: 20px;
}

#footer ul li a
{
    color: #B99D5F;
    text-decoration: none;   
}

#footer ul li a:hover
{
	 color: #fff;
}

#footer a:active
{
	 color: #fff;
}

#footer li#active a
{
	 color: #fff;
}

#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 144px;
width: 144px;
background: url(../images/cornerBanner.png) no-repeat;
text-indent: -999em;
text-decoration: none;}