form { margin: 0; } 

body {
	font-family: "Trebuchet MS";
}
a:link { 
	color: #196119;
	font-weight: bold;
	text-decoration: none;
}
a:visited { 
	color: #196119; 
	font-weight: bold;
	text-decoration: underline;
} 
a:hover { 
	background-color: #196119;
	color: #FFFB93;
	font-weight: bold;
	text-decoration: none;
} 

a#header:link { 
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a#header:visited { 
	color: white; 
	font-weight: bold;
	text-decoration: underline;
} 
a#header:hover { 
	color: #FFFB93;
	font-weight: bold;
	text-decoration: none;
} 

 hr {
	  border: 2px;
	  width: 80%;
	  background-color: #196119;
	  color: #196119;
}

td.header {
	background-color: #196119;
	color: white;
}

td.headertext {
	background-color: #196119;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

td.tagline {
	font-size: 16px;
	color: #FFFB93;
	font-weight: bold;
}

td.bodytagline {
	font-size: 16px;
	color: #800000;
	font-weight: bold;
}

td.sep {
	font-size: 2px;
}

td.heading {
	color: #800000;
	font-size: 14px;
	font-weight: bold;
}

td.currhigh {
	font-size: 13px;
	font-weight: bold;
	color: #487971;
}

td.archiveheading {
	font-size: 13px;
	font-weight: bold;
}

td.issuehigh1 {
	font-size: 13px;
	color: #0471B6;
}

td.issuehigh2 {
	font-size: 13px;
}

td.text {
	font-size: 13px;
}

td.formfields {
	font-size: 11px;
	font-weight: bold;
	color: #800000;
}

td.redlabel {
	font-size: 12px;
	font-weight: bold;
	color: #800000;
}

#underlinemenu{
margin: 0;
padding: 0;
background: #196119;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: right;
font-weight: bold;
width: 100%;
border-top: 1px solid #FFFB93;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: right;
color: white;
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
padding: 5px 12px 6px 12px;
text-decoration: none;
background: #800000 url(menudivide.gif) top left repeat-y;
}

#underlinemenu ul li a:hover{
color:#800000;
background-color: white;
border-bottom: 6px solid #800000;
padding-bottom: 0;
}

#underlinemenu ul #current a{
color:#800000;
background-color: white;
	border-bottom: 6px solid #800000;
padding-bottom: 0;
}

#dropinboxv2cover{
width: 460px; /*change width to desired */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
	width: 441px; /*change width to above width-20. */
	border: 2px solid #800000; /*Customize box appearance*/
	background-color: #FFFCDB;
	padding: 4px;
	position: absolute; /*Don't change below 3 rules */
	left: 0;
	top: 0;
}

.class_textbox {
	BORDER: #196119 1px solid;
	FONT: NORMAL 12px Trebuchet MS;
	width: 100px;
	height: 18px;
	padding-left: 3px;
}

.class_button {
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: 1px solid black;
	FONT: bold 11px Trebuchet MS;
	BORDER-LEFT: black 1px solid;
	COLOR: #333333;
	height: 18px;
	BORDER-BOTTOM: black 1px solid;
	background-color: #B7B7B7;
}
