<!-- Style Sheet created with the CoffeeCup StyleSheet Maker -->
<!-- http://www.coffeecup.com -->
<style type="text/css">
		html, body 		{ margin: 0; padding: 3; }
		body 			{ color: #000; font: 14px Calibri, Arial, sans-serif; line-height: 18px; }
		h1              { color : #000099; font-size: large; font-weight: 900;}
        h2				{ color: #555593; font-size: medium; font-weight: 700;}
        h3              { color: #000099; font-size: medium; font-weight: 900;}
		a				{ color: #9D3324; }
        a-visted        { color: #000 ;  }
        a-image         { outline-width: thick; outline-color: green ;}
		p				{ margin: 0 0 18px; }
		#container		{ width: 760px; margin: 0 auto;}
		
		/* Header */
		#header			{ background: #fff; border-bottom: 2px solid #ddd; 
                        padding-bottom: 10px; }
		#header h1  	{ color: #555593; margin: 10 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #555593; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation		{ border-bottom: 0px solid #555593; margin-right: 18px;}
		#navigation ul	{ padding: 0 0px 9px; }
		#extra			{ /*border-top : 1px solid #555593 ; */ margin-right: 18px; padding-left: 10px ;   border-left : 1px solid #555593 ;}
        #extra ul       { padding: 0 0 px 9px ; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-right: 0px solid #555593; margin-top: 15px ; margin-left: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: right; clear: right; width: 200px; }
		#content		{ float: left; width: 510px; }
		#extra			{ float: right;  width: 200px; }		/* Footer */
		#footer			{ background: #555593; 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: 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>

