
body {margin:0px; padding:0px; overflow-x: hidden; overflow-y: auto;}
#page_container {position:relative; width:1000px; background-image:url(/images/body_bg.jpg); background-position:top left; background-color:#FFF; background-repeat: no-repeat; margin:0px; min-height:800px;  height:auto !important;  height:800px;   }
#topnav {position:relative; top:162px; left:215px; width:750px;}
#container {position:relative; top:220px; }
#leftnav {position:relative; display:inline; float:left; width:265px; }
#content {position:relative; display:inline; float:left; width:680px; vertical-align:top;}
#footer {position:relative; top:220px; float:left; height:50px; width:1000px; margin-bottom:10px; z-index:0;}
* html #footer {position:relative; top:220px; float:left; height:50px; width:1000px; margin-bottom:10px; z-index:-1;}
h1, h2, h3, h4, h5, h6 {font-family: Verdana, arial, tahoma}

	
	#lnav, #lnav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 16em;
	}
	
	#lnav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 12em;

	}
	
	#lnav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 13.7em;
		margin-top : -1em;
		color:#FFF;

	}
	
	#lnav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#lnav li a {
		width: 20em;
		w\idth : 19em;
		display : block;	
		font-weight : bold;
		text-decoration : none;
		background-color:#c82e26;
		color:#FFF;
		border : 0px solid #c82e26;
		padding : 0 0.5em;
	}
	
	#lnav li a:hover {
		color : white;
		background-color : black;		
	}
	
	#lnav li:hover ul ul, #lnav li:hover ul ul ul, #lnav li.sfhover ul ul, #lnav li.sfhover ul ul ul {
		left: -999em;		
		z-index:999;
	}
	
	#lnav li:hover ul, #lnav li li:hover ul, #lnav li li li:hover ul, #lnav li.sfhover ul, #lnav li li.sfhover ul, #lnav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
		z-index:999;
	}
	




