body { margin: 0; 
          padding: 0;
	 font-family: Arial, Helvetica, sans-serif;
         font-size: 15px;
         height: 100%;
         overflow-y: auto;
color: #6e6e70;
background-color: #EDFED2;}




h2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	color: #6e6e70 ;
	line-height: 50px;
}

h3 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: bold;
	color: #6e6e70 ;
	line-height: 40px;
}

h4 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #489d4d;
	line-height: 30px;
}

h5 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #a4f923;
	line-height: 30px;
}
h6 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
	color: #edfed2;
	line-height: 30px;
}
.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 18px;
	color: #333333;


}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: normal;
	color: #333333;

}

a, tt {  
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
line-height: normal; 
font-weight: normal; 
color: #FA8309;
background-color: #edfed2;
margin: 0;
padding: 0;

}

a:active {
text-decoration: none;
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
line-height: normal; 
font-weight: normal; 
color: #990066;
margin: 0;
padding: 0;
}

a:hover {
text-decoration: underline;
font-family: Geneva, Arial, Helvetica, sans-serif; 
font-size: 10pt; 
line-height: normal; 
font-weight: normal; 
color: #0066CC;
margin: 0;
padding: 0;
}

#main {width:100%;
padding: 0;
margin: 0;}

#nav {position: fixed;
width:  260px;
height: 100%;
top: 0px;
left: 0px; 
float: left;
padding: 0;
background-color: #489d4d;
margin: 0;}

* html #nav {position: absolute;
}


#nav ul {margin: 15px 0 0 10px; 
padding: 0;
list-style-type: none;} 

#nav ul li {margin: 7px 0;
padding: 0;}

#content {width: 70%;
margin: 0 0 0 310px;
}

#content img { float:right;
padding: 20px;
border: 0;)



