@charset "utf-8";
/* CSS Document */

body{
	   font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, scans-serif;
	   color: #4F4A4a;
	   background: #F4FFDF;
	   margin: 0;
	   padding: 0;
	}
#wrapper {
		    width: 1000px; 
			margin: 30px auto;
			background: #dbf5ab url(../images/logo.jpg) center top no-repeat;
			padding: 25px 25px 25px 25px;
			/**border: 12px solid #7fbf10; */
			position: relative;
}
 h1 {
	        text-transform: uppercase;
			text-align: center;
			margin: 0; 
			padding: 0.3em 0;
			text-indent: -99999px  
			font-family: Arial, Helvetica, sans-serif;
  }
  
  h2 {
	        margin: 0;
			padding: 0.5em 0;
			color: #568945;
			font-family: Arial, Helvetica, sans-serif;
	  }
	  
 p {
	        margin: 0;
			padding: 0.4em 0;
			color: #4F4A4A;
			line-height: 1.4em;
			
	 }
 

	 
  #nav  {
	        list-style: none;
			padding: 0;
			margin: 10px 0 20px 0;
			background: #7fbf10;
			display: block;
			overflow: hidden;
			font-size: lem;
			height: 33px;
			font-weight: bold;
			text-transform: capitalize;
	 }	

  #nav  li {
	        display: inline;
      }
 
    a:link {color: #004080;	text-decoration: none;	font-family:"title_font";font-size:14px;position: relative;}
	a:visited {	color: #004080;	text-decoration: none;}
	a:hover, a:focus {
			color: #FF0000;text-decoration: underline;
			-webkit-transition: color .35s linear;
			transition: color .35s linear;
			}
 
  #nav  li a {
	       display: block;
		   float: left;
		   padding: 10px 20px;
		   color: white;
		   text-decoration: none;
	  }
 
 #nav  li a.current {
	       background: #449F00;  
	 }
 #nav  li a.eoe:link {
	       text-decoration: none;
		   display: block; 
		   text-decoration: none;
		   color:#FFF;  
	 }
 #nav  li a.eoe:visited {
	         text-decoration: none;
		     display: block; 
		     text-decoration: none;
		     color:#FFF; 
	 } 
 #nav  li a.eoe:hover , a.eoe:focus{
	       /*background: #449F00; */
		    color: #FF0000;
			text-decoration: underline;
			-webkit-transition: color .35s linear;
			transition: color .35s linear;
			display: block; 
			text-decoration: none;
	 }
	 
 #content img.right {
	       float: right;
		   margin: 0 0 8px 8px;
	 }
	 
 #foot {
	 padding: 15px;
	 color: #7fbf10;
	 text-align: center;
	 margin: 30px 0 0 0;
	 border-top: 1px solid #7fbf10;
	 }
 #foot  b.eoe { 
             color:#F00;
		  }
 
	 
	 
	 
	 
	 
 