<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; }
        h3              { color: #003F5E;}
		a				{ color: #003F5E; }
		p				{ margin: 0 0 18px; }
        table           { float: right; width: 100%; border: 10 px solid black; }
		/*#wrapper		{ float: left; width: 100%; }*/
		
		/* Header */
		#header			{ background: #ffffff; border-bottom: 2px solid #ddd; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 5px 5px 0;  }
		#header h3  	{ color: #003F5E; margin: 0 0 3px; padding: 5px 5px 0; }
		#header p		{ color: #666; font-size: 9px; font-weight: bold; padding: 0 8px; }
		
		/* footer */
		#footer			{ position: center; bottom: -50%; background: #fff; border-bottom: 1px solid #ddd; }
		#footer h1  	{ color: #004b6f; margin: 0 0 3px; padding: 5px 5px 0; }
		#footer p		{ color: #000; font-size: 6px; font-weight: normal; padding: 0 8px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; padding-left: 18px; }
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ border-bottom: 1px solid #ccc; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ padding-left: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		/*#navigation		{ float: left; width: 50px; margin-left: -100%; }*/
		#content		{ margin: 0 25% 36px 225px; }
		#extra			{ float: left; margin-left: -27%; width: 25%; }		/* Footer */
		#footer			{ background: #FFFFF; border-bottom: 0 solid #999; clear: left; width: 100%; font: 8px Helvetica, Arial, sans-serif; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; 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>
	<!--[if IE]>
	<style type="text/css">
	   /* #navigation,*/ #content, #extra { margin-top: 20px; }
	</style>
	<![endif]-->