html, body 		{ margin: 0; padding: 0; height: 100%;}
body 			{ color: #00000; font: 13px veranda, Arial, sans-serif; line-height: 18px; background-color:#f7f9ff;}
h2				{ color: #00000; }
a				{ color: #00000; }
p				{ margin: 0 0 18px; }
#wrapper		{ float: right; width: 100%; margin-left: -225px; }
		
/* Header */
#header			{ background: #182b6b;}
#header h1  	{ color: #000000; margin: 0 0 3px; padding: 0px 0px 0;}
#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
/* Content Style */
#navigation		{ : 1px solid #ccc; padding-left: 18px; }
#navigation ul	{ padding: 0 18px 9px; }
#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; width: 200px; }
#content		{ margin-left: 243px; }
#extra			{ float: left; clear: left; width: 200px; }		
/* Footer */
#footer			{ background: #182b6b; border-bottom: 2px solid #000000; clear: both; width: 100%; position:relative; bottom: 0}
#footer a		{ color: #d5effc; }
#footer	p		{ color: #d5effc; margin: 0; padding: 0 18px 10px; text-align:center;}
#footer ul 		{ border-bottom: 1px solid #000000; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; text-align:center;}
#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
