        html, body 		{ margin: 0px; padding:0px; }
		body 			{ background-color:#747474; color: #000000; font: 12px Arial, Helvetica, sans-serif; line-height: 20px; }
        h1				{ font:Arial Black, Arial Black, Gadget, sans-serif; color: #000000; font-size:large; line-height:20px; margin-top:-1px; }
        h2              { font: Arial Black, Arial Black, Gadget, sans-serif; color: #000000; font-size:medium; underline; }
        h3              { font: Arial Black, Arial Black, Gadget, sans-serif; color: #5E8204; font-size:medium; underline; }
        h4              { font: Arial Black, Arial Black, Gadget, sans-serif; color: #000000; font-size:14px; underline; }
        h5              { font: Helvetica, sans-serif; color: #000000; font-size:smaller; }

        a				{ color: #000000; }
        
        	
        #header         { width:980px; height:230px; }
        #nav            { width:980px; height:auto; background-color:#E1A900; padding-bottom:5px; text-align:right; margin-right:30px; }
        #info           { background-color:#96E100; float:left; width:198px; height:auto; border:0px; padding-top:10px; padding-bottom:20px; }		
        #content     	{ float:right; text-align:justify; background-color:#FFFFFF; border:0px; margin:0px; width: 742px; height:auto; padding-left:20px; padding-right:20px; }
        #col1           { float:left; padding-right:20px; width:230px; height:auto; padding-bottom:30px; }
        #col2           { float:left; padding-right:20px; width:230px; height:auto; padding-bottom:30px; }
        #col3           { float:left; width:230px; height:auto; padding-bottom:30px; }

		#container		{ background-color:#96E100; padding-bottom:0px; width: 980px; height: auto;  margin-left: auto; margin-right: auto; }
		#footer			{ width:980px; color:#FFFFFF; font-size:11px; background-color:#000000; border:0px;  clear: right; }
		#footer ul		{ text-align: center; border-bottom:none; list-style: none; margin: 0 0px 0px; padding: 10px 0 0px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
      

		A:link          { text-decoration: underline; color:#000000; }
		A:visited       { text-decoration: underline; color:#000000; }
		A:active        { text-decoration: none; }
		A:hover         { text-decoration: underline; color:#747474; }	
        
        .class1 A:link            {color:#FFFFFF; text-decoration:none; }
        .class1 A:visited         {text-decoration:none; color:#FFFFFF; }
        .class1 A:hover           {color:#96E100; }
        .class1 A:active          {}

    