html {margin: 0;
		padding: 0;}

	body {margin: 20px;
		padding: 0px;
		background: #001600;
		font: 1em/1.7em verdana, arial, sans-serif; }
		
	pre {font: 1em/1.7em verdana, arial, sans-serif; text-indent: 30px}	
	
	#banner {position: absolute;
		top: 0;
		left: 0;
		height:50px;
		width: 100%;
		padding: 0;
		margin: 0;
		border-bottom: 3px solid white;
		color: white;
		background: #003200;
		z-index: 5;}		
	body>#banner {position: fixed;}
	
	#banner h1 {margin: 0;
		padding: 5px;}
	
	#tabmenu {color: #fff;
		position: absolute;
		top: 47px;
		padding: 0;
		margin: 0;
		z-index: 10;
		left: 15px;}
	body>#tabmenu {position: fixed;} /*Opera and Mozilla*/
	
	#tabmenu li {display: inline;
		overflow: hidden;
		margin:0; 
		border: 0;
		list-style-type: none;}
		
	#tabmenu a, a.active {color: #fff;
		background: #001600;
		font-weight: bold;
		border: 3px solid white;
		padding: 2px 8px;
		margin: 0 2px;
		text-decoration: none;}
		
	#tabmenu a.active {background: #003200;
		border-top: 3px solid #003200; z-index: 30;}
		
	#tabmenu a:hover {color: #fff;
		background: #003200;
		border-top:  3px solid #003200;}	
		
	#tabmenu a:visited {color: #BDB76B;}
		
	#tabmenu a.active:hover {background: #003200;
		color: #FFFFFF;}
		
	#lowmenu {
		color: #fff;
		border-bottom: 2px solid white;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#lowmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#lowmenu a, a.lowactive {
		color: #fff;
		background: #001600;
		font: 1em/1.7em verdana, arial, sans-serif;
		border: 2px solid white;
		border-bottom:  2px solid #001600;
		padding: 3px 8px;
		margin: 0;
		text-decoration: none; }

	#lowmenu a.lowactive {
		background: #003200;
		color: #BDB76B;
		border-bottom: 4px solid #003200; }

	#lowmenu a:hover {
		color: #fff;
		background: #003200; }

	#lowmenu a:visited {
		color: #BDB76B; }

	#lowmenu a.lowactive:hover {
		background: #003200;
		color: #FFFFFF; }
	
		
	#content {background: #003200;
		color: #fff;
		font: 1em/1.7em verdana, arial, sans-serif;
		height: auto;
		text-align: justify;
		padding: 20px;
		border:  2px solid white;
		border-top: none;
		z-index: 2;}
		
	#content a {text-decoration: none;
		color: #BDB76B;}
		
	#content a:hover {background: #CEC87C;}	