/* Global Styles */

td {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	padding-bottom: 15px;
}

ul {
	list-style: disc inside
	
}

a {
	color: #993300;
}

a:hover {
	color: #CC9900;
}

/* ID Styles */
#navigation td {
	border-bottom: 1px solid #F4FFE4;
	padding-bottom: 0px;
	padding-right: 0px;
}

#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height: 16px;
	letter-spacing: .1em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
}

#navigation a:hover {
	background: #99CC66;
	color: #993300;
}

#tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing: .4em;
	line-height: 18px;
}

/* Class Styles */
.bodyText {
	font: 14px Arial, Helvetica, sans-serif; <!--
	color: DarkSlateGray; -->
	color: Black;
	line-height: 20px;
	margin-top: 10px;
	margin-left: 10px;
}

.contactsTable {
	font: 14px Arial, Helvetica, sans-serif;
	color: Black;
	line-height: 20px;
	margin-top: 0px;
	margin-left: 50px;
}

.unorderedList {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 20px;
	margin-top: 0px;
}

.pageName {
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height: 26px;
	letter-spacing: .21em;
}

.subHeader {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height: 22px;
	letter-spacing: .2em;
}

.subHeaderText {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height: 12px;
}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height: 30px;
}

.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
}

.navText {
	color: #D5EDB3;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.mainAnnouncement {
	border-style: solid; 
	border-width: 2px; 
	border-color: black;
	padding-left: 5px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: 336600;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 336600;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 336600;
}

.Header {
	zindex: 1;
	height: 101;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 856px;
	border-width: 1px;
	border-style: none;
	border-color: none;
	padding-bottom: 0px;
}

.HeaderOverlay {
	zindex: 2;
	position: absolute;
	top: 65px;
	left: 300px;
	width: 550px;
	border-width: 1px;
	border-style: none;
	border-color: none;
	color: white;
	text-align: right;
	margin-bottom: 1px;
}

.Spacer {
	zindex: 300;
	height: 20;
	position: absolute;
	top: 103px;
	left: 2px;
	width: 856px;
	border-width: 1px;
	border-style: none;
	background-color: Orange;
	font-color: white;
	font-size: small;
	padding-top: 1px;
	padding-bottom: 1px;
}

.LeftPanel {
	zindex: 0;
	height: 90%;
	position: absolute;
	top: 118px;
	left: 1px;
	width: 110px;
	border-width: 0px;
	border-style: none;
	border-color: none;
}

.CenterPanel {
	top: 119px;
	width: 500px;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 7px;
	padding-right: 7px;
	border-width: 0px;
	border-style: none;
	border-color: none;
}
.CenterPanelWide {
	top: 119px;
	width: 600px;
	margin-top: 20px;
	margin-left: 20px;
	padding-left: 7px;
	padding-right: 7px;
	border-width: 0px;
	border-style: none;
	border-color: none;
}

.RightPanel {
	zindex: 0;
	height: 90%;
	position: absolute;
	top: 175px;
	left: 770px;
	width: 220px;
	border-width: 0px;
	border-style: none;
	border-color: none;
}

body {
	margin-top:120px; 
	margin-left:125px;  
	font: 11px Arial, Helvetica, sans-serif;
}

* {
	padding:0; 
    margin:0;}

.dropdown {
	float:left; 
	width:140px; 
	padding-right:8px;}

.dropdown dt {
	width:140px; 
	border-right:1px solid #F4FFE4; 
	padding:9px; 
	font-weight:bold; 
	cursor:pointer; 
	background:DarkGreen; 
	border-top:none; 
	border-bottom:none; 
	color:#D5EDB3;}
	
.dropdown dt:hover {
    background:#99CC66 color:#993300;}
	
.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:140px; 
	display:none; 
	font-weight:bold; 
	background:DarkGreen; 
	z-index:200; 
	opacity:0;}
	
.dropdown ul {
	width:120px; 
	border:0px solid #9ac1c9; 
	list-style:none; 
	border-top:none;}
	
.dropdown li {
	display:inline; 
	font-weight:bold; 
	color: #D5EDB3;}
	
.dropdown a, 
.dropdown a:active, 
.dropdown a:visited {
	display:block; 
	padding:6px; 
	color:#D5EDB3; 
	text-decoration:none; 
	background:DarkGreen; 
	width:140px;}
	
.dropdown a:hover {
	background:#99CC66; 
	color:#993300}
	
.dropdown .underline {
	border-bottom:1px solid #F4FFE4}


