		/* COLORS 
		#CC3333	  	Red-medium
		#993333		Red-dark
		#00CC66		Green-medium
        #009966     Green-dark
		#FFCC00		Yellow-gold
		#FFCC66		Orange-gold-banner
        #FF9900     Orange-gold-dark
		#660099		Purple-dark
		#9933CC		Purple-medium
		*/

		#
		html, body 		{ margin: 0; padding: 0; }
		body 			{ font: 12px Verdana, Helvetica, Arial, sans-serif; }
		h1				{ font-size:300%; color:#660099; } /*dark purple*/
		h2				{ font-size:200%; color: #CC3333; } /*red*/
		h3				{ font-size:150%; color:#9933CC; } /*med purple*/
		h4				{ font-size:130%; color: #00CC66; } /*green*/
		h5				{ font-size:115%; color: #FF9900; } /*dark gold*/
		a:link			{ color: #660099; }
		a:visited		{ color: #993333; }
		a:hover			{ color: #CC3333; }
		blockquote		{ font-style: italic; }
		/* p			{ margin: 0 0 18px; } */
		#container		{ width: 760px; margin: 0 auto; }
		#wrapper		{ float: left; width: 100%; }
		
		/* Header */
		/* #header			{ background-image:url('banner1.png'); height: 180px; } */
		
		
		/* Content Style */
		#navigation		{ background-color: #CC99FF;  padding: 2px 2px 5px;}
		#navigation p	{ font-size:11px; font-weight: bold; line-height: 13px }
		#navigation a	{ text-decoration:none; }
		#navigation ul	{ font-size:10px; list-style-type: none; }
		#navigation li	{ margin-left: -3em }
		#extra			{ border: solid #9933CC; padding: 2px 1px 5px }
		#extra small	{ font-size: 11px; line-height: 15px; }
		#content		{  }
		#content p, #extra p	{ padding-right: 10px; }
        #content p		{ line-height:120% }
        #content li     { line-height:120% }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; margin-left: -760px; width: 140px; height: 300px; }
		#content		{ margin: 0 0px 36px 160px; }
		/* #extra			{ float: left; margin-left: -185px; width: 175px; } */		
		
		/* Footer */
		#footer			{ background: #FFCC66; border-bottom: 2px solid #999; clear: left; width: 100%; }
		#footer a		{ color: #9933CC; }
		#footer	p		{ color: #9933CC; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #FFCC00; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 10px; font-weight: bold; padding-right: 5px; }