A:link,A:visited,A:active {
   text-decoration:underline;
   font-weight: bold;
   color:#316500;
}
A:hover {
   font-weight:bold;
   text-decoration:none;
   color:#7E7343;
}
.title{
   font-size: 30px; 
   font-family: garamond, book antiqua, perpetua, palatino linotype, verdana, times;
   font-weight: bold;
   color: #316500;
   text-align: left;	
	}
	.stitle{
   font-size: 20px; 
   font-family: trebuchet ms, verdana, garamond, times;
   font-weight: bold;
   color: #000000;
   text-align: left;	
	}
.HEAD { 
   font-size: large; 
   font-family: garamond, book antiqua, perpetua, palatino linotype, verdana, times;
   font-weight: bold;
   color: #000000;
   text-align: left;
}
.HEADbigger { 
   font-size: large; 
   font-family: garamond, book antiqua, perpetua, palatino linotype, verdana, times;
   font-weight: bold;
   color: #000000;
   margin: 10px 100px 0px 0px;
   line-height: 100%;
   height: 18px;
   text-align: left;
}
.SUBTITLE {
   font-family: garamond, book antiqua, perpetua, palatino linotype, verdana, times;
   color: #000000;
   text-align: center;
}
.CONTENT { 
   font-family: trebuchet ms, verdana, garamond, times;
   font-size: 14px; 
   color: #316500;
   text-align: justify;
}
p.basic { 
   font-family: trebuchet ms, verdana, garamond, times;
   font-size: 12px; 
   color: #316500;
}
.Focus {
      font-family: trebuchet ms, verdana, garamond, times;
   font-size: 14px; 
   color: #316500;
   text-align: center;
}
.Focusbig {
      font-family: trebuchet ms, verdana, garamond, times;
   font-size: 16px; 
   color: #316500;
   text-align: center;
}
.NAV { 
   font-family: garamond, book antiqua, perpetua, palatino lintoype, verdana, trebuchet ms, times; 
   color: #316500;
   text-align: left;
}

.Special {
   font-family: trebuchet ms, verdana, garamond, times;
   font-size: 14px; 
   color: #ffffff;
   text-align: left;
}
.articleList{
   font-family: trebuchet ms, verdana, garamond, times;
   font-size: 11px; 
   color: #ffffff;
   text-align: left;
}
.specialHEAD { 
   font-size: large; 
   font-family: garamond, book antiqua, perpetua, palatino linotype, verdana, times;
   font-weight: bold;
   color: #ffffff;
}
.sigNotes {
   font-family: garamond, book antiqua, perpetua, palatino linotype, verdana, times;
   color: #000000;
   text-align: center;
   font-size: 11px;
}
.attention{
   color:red; font-weight:heavy;
   }
 .credit {
  font-family: trebuchet ms, verdana, garamond, times;
   font-size: 10px; 
   color: #316500;
   text-align: center;
   }
.greenBox{
	background-color:#316500;
	width:890px;
	}   
//horizontal menu

ul.nav{
list-style-type:none;
margin-left: 2px;


}

a.nav{
float:left;
width:100px;
min-height:25px;
text-decoration:none;
color:white;
font-family:Georgia;
font-style:italic;
font-size:14px;
background-color:#316500;
padding-left:6px;
border-right:1px solid white;
}

a.nav:hover {
	background-color:#993300
	}

li.nav {
	display:inline
	}