

* { padding: 0; margin: 0; }

body {

 background: #00336F;
 float: center;


}


h1 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: medium;
	margin: 0 0 10px 8px;
	padding:0;
}

#navcontainer ul, li {
	list-style-type: none;
	padding: 0;
	display: block;
	float: left;
	background: url("navbar/navBarBg.gif") repeat-x 20px;
	font: 12px/20px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	
}



#navcontainer a {
	color: white;
	text-decoration: none;
	display: block;
	width: 182px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 2px solid black;
	border-top: 2px solid black;


}

#navcontainer li#active { background: url("navbar/navBarBgHover.gif") repeat-x 20px;}
#navcontainer a:hover { background: url("navbar/navBarBgHover.gif") repeat-x 20px;}


#wrapper { 
 margin: 5px auto;
 width: 920px;
 border: 2px solid black;
 

}

#faux {
 background: #4B4B4B;
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%

}
#header {

 padding: 0px;
 height: 98px;
 margin: 0px 0px 0px 0px;
 background: url("images/banner.gifbackup") no-repeat top center;
 font-family: verdana;
 color: white;
 text-align: right;


}




#content { 

 float: left;
 color: #4B4B4B;
 margin: 0px;
 padding: 0px;
 height: 700px ;
 width:  920px;
 margin-bottom: 50px;
 overflow-x: hidden;
 overflow-y: auto;
}
 


#footer {
    background: url("navbar/navBarBg.gif") repeat-x bottom center;
    height: 20px; 
    border-top: 2px solid black;
  
}

.clear { clear: both; background: none; }


