
body {
 background-color: #9EA37A;
 color:              #535A3B;
 font-family:        "Times New Roman", Times, serif;
 font-size:          1.0em;
 margin: 10px 0px 0px 0px;
}

a{
	color : #937200;
	 text-decoration : none;
	font-family :  "Times New Roman", Times, serif;
	font-weight : normal;
	font-size: 1.0em;
}
a:hover { 
color: #02ab50; 
 text-decoration : underline; 
  }

  h3{
	color : #b08900;
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	margin-bottom: 0px;
	margin-top : 0px;
}
 
 h3 a{
	color : #937200;
	font-family : "Times New Roman", Times, serif;
	font-size : 20px;
	text-decoration : underline;
}
 
 h4{
	color : #575f40;
	font-family :  "Times New Roman", Times, serif;
	font-size : 17px;
	margin-bottom: 0px;
	margin-top : 0px;
}
 
 h4 a{
	color : #937200;
	font-family : "Times New Roman", Times, serif;
	font-size : 17px;
	margin-bottom : 0px;
	margin-top : 0px;
	text-decoration : underline;
	font-weight : bold;
}

UL {
	letter-spacing : 1px;
	margin-top : 5px;
	font-weight : normal;
}

/* main content */
.content { 
background-color: #fff;
padding: 0px;  
text-align: left; 
 font-family : Tahoma, Verdana, Helvetica, sans-serif;
  font-size : 13px;
  font-weight : 500;
  }
  
.choicesbox {
	background-color : Navy;
	border : 1px solid Yellow;
	color : #FFFFFF;
	margin : 5% 10%;
	padding : 10px 20px 10px 20px;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	azimuth : center-left;
}

.choicesbox2 a:link {
	color : #000000;
}

.choicesbox2 a:visited {
	color : #333333;
}

.choicesbox2 a:active, .choicesbox a:hover {
	color : #CC0033;
}

/* copyright stuff */
.footer {
 color: #bb9408;
 font-family:        Verdana, Arial, sans-serif;
 font-size:          smaller;
 padding:            5px;
 text-align:         center;
 width : 750px;
}

/* footer links need to be white, not blue */
.footer a { background-color: transparent; color: #6699FF; }

.navlink
{
	cursor:hand;
	display:block;
	font-size:8pt;
	font-family: Verdana, sans-serif;
	border: 1px solid #80865f;
	color: #545838;
	padding: 4px 2px 4px 2px;
	text-align: center;
	vertical-align: middle;
	border-bottom-width : 0px;
	font-weight : bolder;
}

.navlink:a
{
	cursor:hand;
	display:block;
	font-size:8pt;
	font-family: Verdana, sans-serif;
	border: 1px solid #80865f;
	color: #027e3b;
	padding: 4px 2px 4px 2px;
	text-align: center;
	vertical-align: middle;
}
	
}
.navlink:active
{
	cursor:hand;
	display:block;
	font-size:8pt;
	font-family: Verdana, sans-serif;
	border: 1px solid #51a5a6;
	color: #173b5f;
	padding: 4px 2px 4px 2px;
	text-align: center;
	vertical-align: middle;
}

.navlink:hover
{
	cursor:hand;
	display:block;
	font-size:8pt;
	font-family: Verdana, sans-serif;
	background-color: #e7efb3;
	background-image:none;
	border: 1px solid #bb9408;
	color: #027e3b;
	padding: 4px 2px 4px 2px;
	text-align: center;
	vertical-align: middle;
	text-decoration:none;	
}

.hovermenu-l-n { 
	visibility: hidden;
	position:absolute;
	border: 1px solid #02ab50;
	background-color: #ffffcc;
	padding: 2px 8px 2px 8px;
	width: 170px;
	z-index: 5;
}

.hovermenuover-l-n {
	visibility: visible;
	position: absolute;
	border: 1px solid #02ab50;
	background-color: #ffffcc;
	padding: 2px 8px 2px 8px;
	width: 170px;
	z-index: 5;
}
