BODY {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : #FCEE37;
margin-top:2px;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
color : #000000; 
background-color : transparent; 
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 11px; }

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.bg_dark, .alt_bg_dark {
	background-color : #B35D32;
	color: #FFFFFF;
}

.bg_medium, .alt_bg_medium {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FCEE37;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
    text-align:center;
	background-color: #1C3766;
}

.bg_light, .alt_bg_light {
	background-color : #FCEE37;
	color: #666666;
}
.header {
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-top: solid 1px black;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}
.main {
    background-color:white;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1C3766;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #274e00;
}
a:hover {
	color: #7CAB41;
}
.leftside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-color: white;
}
.rightside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: white;
    padding-left:2px;
}
.page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
.footer {
	background-color : #7CAB41;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
    border-left: solid 1px black;
    border-right: solid 1px black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #black;
}
.topbottom {
	background-color: #1C3765;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 13px;
    border-left: solid 1px black;
    border-right: solid 1px black;
}
.tagline {
    font-size:11px;
    font-style: italic;
    float:left;
    color: #ffff8f;
    padding-left: 5px;
    padding-top: 11px;
}

/* SELECTORS AND SUCH FOR SITE SEARCH BOX */
#sitesearch input {
    font-size:10px;
    font-family: Geneva, Arial, Verdana;
    color: black;
}

/* SELECTORS AND SUCH FOR ANNOUNCEMENTS */
.announceSubject {
 font-family:Geneva, Arial, Helvetica, sans-serif;
 font-size: 15px;
 font-weight: bold;
}
.announceExpires {
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #666;
 text-align:right;
}

/* SELECTORS AND SUCH FOR THE DHTML MENU */

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
ul.nav li {
	position: relative;
	}
	
ul.nav li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul.nav li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
    font-size: 10px;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul.nav li { float: left; height: 1%; }
* html ul.nav li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block;} /* The magic */

/* added by Tim - background color when hovering */
ul.nav li a:hover {
 background-color: #99cc99;
 color: black;
}
ul.nav li a:active {
 background-color: #789ec0;
 color: maroon;
}

/* STYLES FOR FAQs PAGES */
.question { font-family:Arial, Helvetica, sans-serif; font-style:italic;font-weight:bold; }
.answer { font-family:Arial, Helvetica, sans-serif; margin: 0px 10px 10px 20px; }

