			html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 14px Helvetica, Arial, sans-serif; line-height: 18px; background-color: #004a25;  }
		h1				{ color: #333; font-size: 1.6em; margin: 10px 0 0 10px; }
		h2				{ position: absolute; top: 130px; left: 220px; color: maroon; font-size: 1.2em; line-height: 1.2em; font-weight: 800; margin-top: 0; }
		h3				{ position: absolute; top: 240px; right: 60px; color: #fff; font-size: 1.4em; background-color: #333; padding: 5px 8px; }
		a img			{ border: 0; }
		h6				{ font-size: 1.2em; color: #333; margin: 10px 0 -5px 10px; }			
		a				{ color: maroon; }
		p				{ margin: 20px 15px 14px 20px; text-align: justify; }
				
		/* Header */
		#header			{ width: 985px; height: 220px;  background-image: url('welcome-960x220.gif'); background-position: top; background-repeat: no-repeat; }
		#header h1  	{ font-size: 2em; font-variant: small-caps; color: white; background-color: black; margin: 180px 95px 0 240px; padding: 10px; }		
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
				
		/* Content Positioning and Size */
		#navigation		{ float: left; width: 350px; }
		#container		{ position: relative; width: 985px; height: 500px; margin: auto; background-color: #ffffff; background-image: url('headerblank-985x188.png'); background-repeat: no-repeat; border-bottom: 3px solid #efefef; }
		#label			{ position: absolute; top: 20px; right: 20px; width: 100px; height: 60px; }		
		#content		{ position: absolute; top: 100px; left: 290px; width: 675px; height: 420px; }
		#content p, #extra p { margin: 10px 20px 20px 10px; }		
		
		/* Footer */
		#disclaim	{ position: absolute; top: 630px; left: 138px; width: 675px; height: 80px; background-color: #efefef; padding: 10px 10px 0 10px; }		
		#disclaim p		{ font-size: 12px; line-height: 13px; font-weight: medium; margin: 0 10px 0 80px; }
		#pride			{ position: absolute; top: 13px; left: 10px; }
		#powered		{ position: absolute; top: 610px; left: 423px; height: 30px; width: 120px; }
				
		/* Top nav test from CSS COOKBOOK pg 242 */
		#navsite h5{
	display: none;
	}
	#navsite ul {
	padding: 4px 0;
	margin-left: 2px;
	margin-top: 5px;
	border-bottom: 1px solid #778;
	font: bold 14px Verdana, sans-serif;
    text decoration: none;
	}
	#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
	}
	#navsite ul li a{
	padding: 3px 0.5em;
	margin-left: 2px;
	border: 1px solid #778;
	border-bottom: none;
	background: #004a25;
	text decoration: none;
	}
	#navsite ul li a:link{
	color: #fff;
	}
	#navsite ul li a:visited{
	color: #fff;
	}
	#navsite ul li a:link:hover, #navsite ul li a:visited:hover{
	color: #000;
	background:#f5be46;
	border-color: #227;
	}
	#navsite ul li a#current{
	background: white;
	border-bottom: 1px solid white;
	}