address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li, menu, ol, p, pre, td, th, tr, ul {
	color: #000;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
}

body {
    background: #000;
}

form { margin: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 2px 0 2px 0;
	padding: 0 0 5px 0;
}

h1 { font-size: 120%; }

big, h2 { font-size: 115%; }

h3 { font-size: 110%; }

h4 { font-size: 100%; }

h5 { font-size: 95%; }

h6 { font-size: 90%; }

li { padding: 5px 0 5px 0; }

p {
    margin: 0;
    padding: 5px 0 5px 0;
}

P.hl {
	background: #c0c0c0;
	font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 5px;
}

small, sub, sup { font-size: 10px; }

/* this controls the color and font of standard text links */

a:link {
	color: #007900;
	text-decoration: none;
}

a:visited {
    color: #007900;
    text-decoration: none;
}

a:active {
    color: #007900;
    text-decoration: none;
}

a:hover {
    color: #007900;
    text-decoration: underline;
}

/* class and container defines */

a.footer_nav {
	color: #fc3;
	font-size: 10px;
	text-decoration: none;
}

a.nav {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.nav:hover {
	color: #fc3;
	text-decoration: underline;
}

.navigation {
  background: url(/images/nav_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

.content_border {
  background: url(/images/grass_bg.jpg) repeat-x #1c3813;
	margin: 0;
	padding: 0;
}

.content {
	background-color: #f6f5ee;
}

#breadcrumb {
  background-color: #bbb;
	border-bottom: 1px solid #000;
	font-size: 10px;
	padding: 0 5px 0 5px;
}

#pagetitle {
	border-bottom: 1px solid #000;
	margin: 0;
	padding: 0 5px 0 5px;
}

#content {
	height: 470px;
	padding: 0 5px 0 5px;
}

html>body #content {
    height: auto;
    min-height: 455px;
}

.textnav {
	background-color: #8f0000;
	color: #fc3;
	text-align: center;
}

html>body .textnav {
	padding: 5px 0 5px 0;
}

.contact_info, .copyinfo, .gold_text {
	color: #fc3;
  font-size: 10px;
	margin: 0;
  padding: 5px;
}

.gold_header {
	color: #fc3;
	font-size: 130%;
	padding: 5px;
}

.copyinfo {
  text-align: center;
}

#errorbox {
	background: #ededed;
	border: 1px solid #bbb;
	color: #f00;
	padding: 5px;
	margin: 5px;
}

/* Dropdown Navigation */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}

html>body #nav, #nav ul { /* all lists */
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#nav a {
	display: block;
	width: 140px;
}

#nav a.parent {
	background: url(/images/arrow.gif) center right no-repeat;
}

#nav li { /* all list items */
	float: left;
	width: 143px; /* width needed or else Opera goes nuts */
}

#nav li a.topLvl, #nav li.topLvl {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 150px;
}

html>body #nav li a.topLvl, #nav li.topLvl {
	width: 148px;
}

#nav li ul { /* second-level lists */
	background: #000;
	font-weight: bold;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin: 0 0 0 -75px;
	padding: 5px;
	position: absolute;
	text-align: left;
	width: 143px;
}

html>body #nav li ul { /* second-level lists */
	margin: 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 143px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: url(/images/nav_bg.gif) repeat-x;
}