<style type="text/css" media="screen">
		html, body 		{ background: #DFE8F7 margin: 0; padding: 0; }
		body 			{ color: #333; font: 14px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #333; }
		a				{ color: #004b6f; }
		p				{ margin: 0 0 18px; }
		#wrapper		{ float: left; width: 100%; background: #DFE8F7 }
		
		/* Header */
		#header			{ background: #DFE8F7; border-bottom: 2px solid #ddd; }
		#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-left: 2px  #333333;border-right: 2px  #333333;border-top: 2px  #333333;border-bottom: 2px  #333333; #ccc; padding-right: 18px; background: #DFE8F7}
		#navigation ul	{ padding: 0 18px 9px; }
        #under      		{ border-bottom: 1px solid #ccc; padding-right: 1px; }
        #under small        { font-size: 11px; line-height: 18px; }
		#extra			{ border-bottom: 1px solid #ccc; padding-left: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; margin-left: -200px; width: 182px; }
        #under      	{ float: left; margin-left: -200px; width: 182px; }
        #content		{ margin: 0 200px 36px; background: #DFE8F7}
        #content ol     { margin-left: 2em; padding-left: 1em; text-indent: -1em;}
		#content ul     { margin-left: 2em; padding-left: 1em; text-indent: -1em;}
		#extra			{ float: left; width: 182px; margin-left: -100%; }		
        
        /* Footer */
		#footer			{ background: #DFE8F7; border-bottom: 2px solid #999; clear: left; 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: 0px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
	</style>
