html, body {
	margin: 0;
	padding: 0;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
  text-align: center; /* required for centering the page in IE */

 background-image: url(images/bground.jpg); 
	   background-attachment: fixed;
      background-position: 0% 0%;
     background-repeat: repeat;


		}

	
.leftnav {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold}

#container{
 background-color:#bcd5a2;
      width: 1000px;
	margin: 0 auto; 
    margin-top:20px;
  
  

}

#nav {
	width: 120px;
	float: left;
	margin-left: -1px;
	margin-top:100px;
         height:600px;
	padding: 10px;
    

	}



#content {
        padding-top:10px;
       padding-right: 10px;
       padding-bottom:20px;
	margin-left: 130px;
	 text-align:left;
	

      		}

#header {
	color: #006;
         text-align: center;
         padding-top:2px; 
   		
	}
	
	

#subheader{
    	color: #006;
         text-align: center;
        
   		
	}
	
	
	
#footer {
		
	font-size: .7em;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
	}

#footerMessage {
 
margin-bottom:10px;
font-size:1.5em

}


.spacer {
	clear: both;
	}
	
p {
	padding: 5px;
	margin-top: 0px;
  text-align:left;
  	}

dd, dt {
	font-size: 0.95em;
	}


H1,H2,H3 { font-family:serif};

   H4,H5{ font-family: Arial; color:green} 

#jgm { color: green; ;text-decoration: none;}
#jgm:active  { color: green; text-decoration: none;}
#jgm:hover{ color: green; text-decoration: underline;}


 
