html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 1em Helvetica, Arial, sans-serif; line-height: 1.5em; }
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#wrapper		{ float: right; width: 100%; margin-left: -225px; }
		
		/* Header */
		#header			{ background: #000000; border-bottom: 2px solid #ddd; margin-bottom: 5px }
		#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-left: 18px; }
		#navigation ul	{ padding: 0 18px 9px; list-style: none}
        #navigation h2  { font-size: 11px; text-align: center;}
		#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 h2     {larger;}
        #headline     { margin-left: 243px; color: #004b6f; font-size: 24px}
        #subHeadline  { margin-left: 253px; color: #004b6f; font-size: 16px}
        span.creditline {font-size: smaller; font-style: bold }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 200px; }
		#content		{ margin-left: 243px; }
		#extra			{ float: left; clear: left; width: 200px; }		/* 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: 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; }