

.dropmenu {
   position: absolute;
   left: -1500px;
   visibility: visible;
   z-index: 101;
   float: left;
   width: 126px;

   border-width: 0px;
   border-style: solid;
   border-color: #000000;	
   background-color: #D4D4D4;
}
.dropmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
.dropmenu li {
   display: inline;
}
.dropmenu a, .dropmenu a:visited, .dropmenu a:active {
   display: block;
   width: 120px;

   padding: 0px;
   margin: 3px;
   font-family: Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #805E00;
}
.dropmenu a:hover {
   padding: 0px;
   margin: 3px;
   font-family: Sans-Serif;
   font-size: 11px;
   font-weight: normal;
   text-align: center;
   text-decoration: none;

   color: #FFFFFF;
   background-color: #D4B400;
}

body {
  padding: 0px;
  margin: 0px;
}
body, table, td, li, ol, font, div, a {
	font-family: Verdana;
	font-size: 11px;
}
textarea, input {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
a, a:active {
	text-decoration: none;
	font-weight: bold;
}
a:visited, a:hover {
	text-decoration: underline;
	font-weight: bold;
}
.redlink {
	color: #AF0000;
}
.headbar {
	background-color: #AA0000;
	color: #FFFFFF;
}
.navbar {
	background-color: #AA0000;
	padding-top: 10px;
	padding-left: 5px;
	line-height: 22px;
	padding-right: 5px;
}
.navtab {
	background-color: #CDA519;
	border-left: 2px solid #EFC73B;
	border-top: 2px solid #EFC73B;
	border-right: 2px solid #AB8307;
	border-bottom: 2px solid #AB8307;
	color: #FFFFFF;
	font-weight: bold;
}
.navtab2 {
	background-color: #DEB62A;
	border-left: 2px solid #FFD84C;
	border-top: 2px solid #FFD84C;
	border-right: 2px solid #BC9408;
	border-bottom: 2px solid #BC9408;
	color: #A64A00;
	font-weight: bold;
	cursor: pointer;
}
.navlink {
	color: #FFFFFF;
}
.content {
	padding-top: 5px;
	padding-left: 15px;
	background-image: url('images/wleaf.gif');
}
.indent {
	padding-left: 20px;
}
li {
	padding-left: 20px;
}
.pic {
	border: solid 2px black;
}
