		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 14px Helvetica, Arial, sans-serif; line-height: 20px; }
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		#wrapper		{ float: right; width: 100%; margin-left: -33%; }
		
		/* Header */
		#header			{ background: #006600; border-bottom: 2px solid #ddd; }
		#header h1  	{ color: #FFFFFF; margin: 0 0 3px; padding: 22px 18px 0; }
		#header p		{ color: #FFFF99; font-size: 18px; font-weight: bold; padding: 5px 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 { padding-right: 18px; }
		
		/* Content Positioning & Size */
		/*#navigation		{ float: left; width: 30%; }*/
		#content		{ margin-left: 34.3%; }
        #content1       { margin-left: 100%; }
		#extra			{ float: left; clear: left; width: 30%; }		
        
        /* Footer */
		#footer			{ background: #006600; 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 #FFFF99; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
 
        /*New Vertical Navigation*/
        #navlist
        {
        color: white;
        background: #FFFFFF;
        border-bottom: 0.2em solid #FFFFFF;
        border-right: 0.2em solid #FFFFFF;
        padding: 0 18px;
        margin-left: 0;
        width: 24em;
        font: normal 0.8em Verdana, sans-serif;
        }
         
        #navlist li
        {
        list-style: none;
        margin: 0;
        font-size: 1em;
        }
        
        #navlist a
        {
        display: block;
        text-decoration: none;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
        color: white;
        background: #006600;
        border-width: 1px;
        border-style: solid;
        border-color: #5bd #035 #068 #6cf;
        border-left: 1em solid #fc0;
        padding: 0.25em 0.5em 0.4em 0.75em;
        }
         
        #navlist a#current { border-color: #5bd #035 #068 #f30; }
        
        #navlist a
        {
        width: 99%;
        /* only necessary for Internet Explorer */
        }
        
        #navlist a
        {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 16em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
        }
        
        #navcontainer>#navlist a
        {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
        }
        
        #navlist a:hover, #navlist a#current:hover
        {
        background: #00A300;
        border-color: #069 #6cf #5bd #fc0;
        padding: 0.4em 0.35em 0.25em 0.9em;
        }
        
        #navlist a:active, #navlist a#current:active
        {
        background: #999900;
        border-color: #069 #6cf #5bd white;
        padding: 0.4em 0.35em 0.25em 0.9em;
        }