html 
{	
}

body
{
   background-color:#FFFFFF;
   color:Black;
   width: 1000px;
   border:0;
   font-family: verdana, sans-serif;
   font-size:smaller;
   
   margin: 0 auto 0 auto;
   padding: 0;
   /*overflow:visible   
   text-align: center; 
   */
}
.left {float:left;}
.right {float:right;}
.fill {float:none;}
.header 
{
   background-color:#00315C;
   color:White;
   float:inherit;
   height:120px; 
   vertical-align:middle; 
   font: normal inherit Tahoma,sans-serif;
	width:800px;
   	  
}
.header .left 
{
   border:0;
   padding-right:10px; 
   height:70px;    
}
.header .fill
{
   height:70px;
   padding:2px 0px 4px 0px;   
}
.header h1
{
   font-size:15pt;
   font-family:Lucida Bright;
   /*font-size:large;*/
}
.header a 
{
   border:0;
   outline:0;
}

.header .menu 
{
	background: #004C8F url(Images/nav.bmp);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	padding-left:272px;
}
.menu a {
	background: #004C8F url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	border-left: 1px solid #AFBEC7;
	color:White;
	display: block;
	float: left;
	font: bold 1.0em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.menu a:hover 
{
   background-position: left bottom; 
   background-color:#005CAD;
}

.main
{
   float:left;
   width:inherit;
}

.main td
{
   width:inherit;
   font-size:smaller;
}

.container 
{   
   width: 800px;
   /*padding: 0 100px 0 100px;*/
   margin: 10 auto 10 auto;
   /*border:solid 2px blue;*/
   position: relative;
   font-size:smaller;
}


.sidenav 
{
   float:left;   
   width: 210px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EaEaDa;
}

.features 
{
   height:850px;
   
}
.features .left 
{   
   padding-top:10px; 
   height:321px;
   line-height:150%; 
   float:none;
              
}
.features .right
{
   width:350px;
   /*height:600px;*/
   border:0;   
}
.features li
{
}


.footer 
{
   float:left;  
   width:800px;
   font-size:small; 
}
.footer td
{
   font-size:small;      
   /*width:500px;*/
}

.clearer {clear: both;}

