html, body 		{ background-color: #094179; margin: 0; padding: 0; }
		body 			{ color: #052749; font-family: Trebuchet, sans serif, Helvetica, Arial, sans-serif; }
		h2				{ font-family: Georgia, serif; font-size: 20px; color: #E43C0B; border-bottom: 2px dotted #FFCB29; padding-bottom: 5px; }
		h3				{ font-family: Georgia, Times New Roman, serif; font-size: 14px; color: #094179; padding-top: 10px; }
		h4		        { font-size: 13px; color: #1682ED; font-style: italic; }
        h5              { font-size: 13px; color: #052749; font-family: Trebuchet, sans serif; padding-left: 5px; } 
		a				{ color: green;  font-size: 14px; line-height: 24px; text-decoration: none; }
		p				{ margin: 0 0 18px; font-size: 14px; line-height: 20px; }
		#container		{ background-color: white; width: 820px; margin: 0 auto;  }
		
		/* Header */
		#header			{ background-color: #094179; border-bottom: 3px solid black; }
		#header h1  	{ color: red; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content */
		#content		{ margin-left: 18px;  border-right: 2px dotted #ffcb29; border-bottom: 2px dotted #ffcb29;}
        #content a.norightborder { margin-left: 18px; border-bottom: 2px dotted #ffcb29; } 
		#content		{ background-color: white; float: left; width: 600px; }
		#content p, 	{ padding-right: 5px; }
        #content ul     { list style: none; padding-right: 5px; }
        #content li     { font-size: 14px; }
		
		/* NAVIGATION */		
		#navigation		{ background-color: white; margin-right: 18px; }
		#navigation a	{ font-size: 12px; line-height: 24px; }
		#navigation		{ float: right; width: 175px; }
		#navigation ul	{ padding: 5px 0 5px 0px; list-style: none; list-style-position: outside;  }
		#navigation li  { padding: 8px 0 8px 10px; border-bottom: 1px solid #ffcb29; }
			
		/* extra */#094179
		#extra			{ background-color: white; margin-right: 18px; }
		#extra			{ float: right; clear: right; width: 175px; }
	    #extra p 		{ font-size: 11px; line-height: 18px; padding-right: 18px; padding-left: 5px; }
		#extra h3		{ font-size: 14px; padding-left: 5px; }
        
        blockquote.withline   { font-size: 12px; font-family: "Courier New", Courier, monospace; text-align: justify; padding:20px; border-left: 1px solid #ffcb29; }
        
        address { color: #052749; margin: 0px 5px 10px 10px; font-family: Times New Roman, serif; 	font-size: 14px; line-height: 18px; font-weight: bold; border-left: 5px solid #ffcb29;; padding: 10px; }
    
		/* Footer */
		#footer			{ background: #c1060a; border-bottom: 2px solid #ffe971; clear: both; width: 100%; }
		#footer a		{ color: #ffe971; text-decoration: underline; font-size: 10px; }
		#footer	p		{ font-size: 11px; color: #ffe971; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 10px; font-weight: bold; padding-right: 13px; }