﻿html { height:100%; }
body 
{
	background-position: center top;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color:#073665;
	text-align:left;
}

#main 
{

	background:white;
	padding:0; 
	width:1024px; 
	left:35%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	text-align:left;
}


#header
{
    height:100px;

}
#logo
{
float:left;
   width:200px;
   height:100px;
}
#phone
{
	position:relative;
	top:4px;
	width:200px;
	left:460px;
	height:30px;
	font-size: 12pt;
	font-weight: 700;
}
#nav
{
	float:left;
	height:70px;
	width:821px;
}


#login
{
	position:relative;
}

#menu
{
	position:relative;
	height:31px;
	left:15px;
	top:19px;
	width: 795px;
}
#menuleft
{
float:left;
top:0px;
	height:31px;
	width: 16px;
	background-image:url(../images/menuitem_bkg.gif)
}
#menucontent
{

	float:left;
	top:0px;
	height:31px;
	width: 769px;
}


#subheader
{
    background-image:url(../images/content_bg.gif);
    background-repeat:repeat-y;
}
#content  
{
	float:left;
	background:white;
	width:1024px;

	
} 


#footer
{
	float:left;
	background-color:White;
   background-image:url(../images/footerborder.gif);
   background-repeat:repeat-x;
    height:30px;
    width:1024px;
    vertical-align:middle;
    text-align:center;
    font-size:9pt;
}




