<style type="text/css" media="screen">
		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 16px; }
		h2				{ color: #333; font: 14px Arial, sans-serif; font-weight: bold; }
		a				{ color: #0000FF; font-weight: bold; }
		p				{ margin: 0 0 18px; }
		#wrapper		{ float: left; width: 100%; }
		
		/* Header */
		#header			{ width: 100%; background: #c0c0c0; border-bottom: 3px solid #333; border-top: 5px solid #333; border-left: 5px solid #333; border-right: 5px solid #333; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 9px 18px; }
		
		/* Content Style */
		#navigation		{ background: #c0c0c0; border-top: 3px solid #333; border-bottom: 3px solid #333; border-right: 3px solid #333; border-left: 5px solid #333; padding-left: 18px; }
		#navigation ul	{ font-weight: bold; padding: 1px 5px 1px; }
		#content		{ border-bottom: 4px solid #ccc; margin: 0 18px 9px; }
		#extra			{ margin: 0 0 0 18px; }
		#extra small	{ font-size: 11px; font-weight: bold; line-height: 20px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 175px; margin-left: -100%; }
		#content		{ margin-left: 243px; }
		#extra			{ clear: left; }		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 3px solid #fff; 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>

