 
html { height: 100%; }


body {
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;   
	background: url( ../images/bckgrd/brgrd-site.gif ) repeat-x center top;
	margin: 0px 0px 0px 0px;
	height:100%; 
}
 

#sitelayout {
	margin: 2px auto; 
	width: 	995px; 
	border-style: solid;
	border-width: 1px; 
	background-color: white; 
	min-height: 768px; 
	height: auto ;   
	overflow-y: auto;   
	#overflow-y: none;  /* IE hack to remove overflow scrollbars */
	
}
 

#headerwrap { 
/*	float: left;*/
	width: 990px;
	height: 50px;	
	margin: 0px 0px 0px 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	background-image: url('../images/header/background.gif');		
	background-repeat: repeat-x;
}

#headerleft {
	float: left;
	padding: 0px;
	width: 320px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	
}

#headercenter {
	float: left;
	padding: 0px;
	width: 300px; 
	height: 50px; 
	margin: 0px 0px 0px 0px;
	
}

#headerright {
	float: right;
	padding: 0px;
	width: 350px;
	height: 50px;
	margin: 3px 5px 0px 0px;
	
}

#headerwebcode {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	
}

#headersearch {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	
}

#menu {
/*	float: left;*/
	width: 990px;
	height: 91px;
	margin: 0px 0px 1px 2px;
	text-align:  left;
		
}

#navbar {
/*	float: right;*/
	width: 990px;
	height: 20px; #height: 18px;
	margin:  0px 3px 0px 0px;
	border-top-style: solid;
	border-top-width: 1px; border-top-color: #C0C0C0; 	
	background-image: url('../images/bckgrd/brgrd-navbar.jpg'); background-repeat: repeat-x; 
	clear: both;
}

#adminbar {
	margin: 2px auto; 
	width: 995px; 
	height:28px; 
	border-style: solid;
	border-width:1px; 
	border-color:#808080; 
	background-color: white;
}

#body {
/*	float: left;*/
	width: 995px;
	margin: 0px 0px 0px 0px;
	text-align: left;  
	min-height: 50%; 
    height: auto !important; 
    height: 50%; 
	
}

#leftnav {
	float: left;
	width: 185px;
	min-height: 550px;	
	margin: 0px 15px 0px 0px;
	align-text: left;
	background-color: #e6e6e6;  
}

#innerbody {
	float: left;
	width: 778px;
/*	margin: 0px 0px 0px 0px;*/
	text-align: left;	
    min-height: 50%; 
    height: auto !important;  
}




#footer {
/*	float: left;*/
	width: 995px;
	height: 151px;
	margin: 0px 0px 0px 0px;
}


