<style type="text/css" media="screen">
		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2			{ color: #333; }
		a:link 			{ color:##3333CC; text-decoration: none }  
		a:visited		{ color:#8B0000; text-decoration: none }
		a:hover			{ font-size:150%; text-decoration: none }
		a:active		{ color:#FF8C00; text-decoration: none}
		p			{ margin: 0 0 18px; }
		table,th, td		{ border: 1px solid DARKGREEN;}
		th			{ background-color:DARKGREEN;color:white;}
		td			{ text-align:left;}
		#container		{ width: 760px; margin: 0 auto;}
		#wrapper		{ float: left; width: 100%; }
		
		/* Header */
		#header			{ background: DARKGREEN; border-bottom: 2px solid #ddd; }
		#header h1  		{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header h2		{color: WHITE;}
		#header p		{ color: #666; font-size: 24px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc;}
		#navigation ul		{ padding: 0 18px 9px; }
		#extra			{ border-bottom: 1px solid #ccc; }
		#extra small		{ font-size: 11px; line-height: 18px; }
		#content		{ }
		#content p, #extra p 	{ padding-right: 18px; }
		
		
		/* Content Positioning & Size */
		#navigation		{ float: left; margin-left: -742px; width: 175px; }
		#content		{ margin: 0 215px 36px 215px; }
		#extra			{ float: left; margin-left: -200px; width: 175px; }		/* Footer */
		#footer			{ background: DARKGREEN; border-bottom: 2px solid #999; clear: left; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: IVORY; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
	</style>