		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 12px Arial; line-height: 18px; }
		h2,h4			{ color: #333; }
		a.hover		  	{ text-decoration:underline;}
		a				{ color: #008000; }
		p				{ margin: 0 0 15px; }
        
		.centeredImage { 
        text-align:center;
        margin-left:auto;
        margin-right:auto;
         display:block;}
        
        #wrapper		{ float: left; width:100%}
		#image          { float: left; padding-right: 15px;}
		/* Header */
		#header			{ background-color:#FFAA14; height:81px;}
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; padding-top:20px; padding-left: 10px;}
		#navigation ul  { padding: 0 18px 9px; }
		#extra			{ border-left: 1px solid #ccc; border-bottom: 1px solid #ccc; padding-left: 10px; line-height: 15px }
		#extra ul		{font-weight:bold;list-style:disc; }
        #content        {font-size: 14px;}
		#content p, #extra p { padding-right: 10px}
		
		/* Content Positioning & Size */
		#navigation		{ font-weight: bold; font-size: 15px; float: left; width: 182px; margin-left: -100%; line-height: 25px}
		#content		{ margin: 0 205px 5px;}
		#extra			{ float: left; margin-left: -210px; width: 190px; }			

		/* Footer */
		#footer			{ background: #999; border-bottom: 2px solid #999; clear: left; width: 100%; }
		#footer a		{ color: #eee;}
		#footer	p		{ color: #000; 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; }
