	html, body 		{ margin: 0; padding: 0; }
		body 			{ background-color: #ECFFFF; color: #8C0023; font: 14px Helvetica, Arial, sans-serif; line-height: 18px; }
		h1, h2, h3, h4, h4, h5, h6				{ color: #8C0023}
        h2.wider        { color: #8C0023; line-height: 1.2;}
	    a:link      {text-decoration: none; color: #0000FF}
        a:active    {text-decoration: none; color: rgb(255,0,0)}
        a:visited   {text-decoration: none; color: #FF00FF}
        a:hover     {text-decoration: none; color: rgb(204,0,0)}
		p				{ color: 8C0023; margin: 0 0 18px; }
		#wrapper		{ float: right; width: 100%; margin-left: -33%; }
        div.c           { text-align: center;}

		/* Header */
		#header			{ background-color: rgb(0,51,153); border-bottom: 2px solid #ddd; }
		#header h1  	{ color: #ffffff; margin: 0 0 3px; padding: 24px 18px 10px; }
        #header h2  	{ color: #ffffff; margin: 0 0 3px; padding: 24px 18px 10px; }
        #header h3      { color: #ffffff; margin: 0 0 3px; padding: 24px 18px 10px; }
        #header h4      { color: #ffffff; margin: 0 0 3px; padding: 24px 18px 10px; }
		#header p		{ color: #ffffff; font-size: 14px; font-weight: bold; padding: 0 18px; }

		/* Content Style */
		#navigation		{ border-bottom: 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, #front p { color: 8C0000; padding-right: 18px; }

		/* Content Positioning & Size */
		#navigation		{ float: left; width: 30%; text-align: center;}
		#content		{ margin-left: 44.3%; }
        #front          { text-align: center; margin-left: 44.3%; }
		#extra			{ float: left; width: 30%; text-align: center; }
                
                /* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; width: 100%; }
		#footer a		{ color: #ccc; }
		#footer	p		{ color: #FFFFFF; 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; }

