body {  
	font-family: Geneva, Arial, Helvetica, san-serif; color: #000000; 
	font-size: 12px; 
	text-decoration: none; 
	background-color: #FFFFFF; 
}
#headers {
	margin-left: 0px;
	/* border-bottom-color: #BA5400;
	border-bottom-style: solid;
	border-bottom-width: 4px; */
}
div#topcorner {
	position:absolute;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 0px;
	padding-left: 10px; 
	height:180px;
	width:162px;
	left: 0px;
	top: 0px;
	bottom: 200px;
}
div#topheader {
	font-size: 12px;
	position:relative;
	width:610px;
	height:200px;
	margin-left: 172px;
	margin-right: 10px;
	padding-left: 10px;
	top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	bottom: 200px; 
	vertical-align: middle;
	border-left-color: #BA5400;
	border-left-style: solid;
	border-left-width: 8px;
}
.headertitle {
	margin-top: 0px;
	margin-left: 136px;
	position: relative;
}
.headerwords {
	margin-top: 0px;
	margin-left: 69px;
	position: relative;
}
div#contentwrap {
	position:absolute;
	left: 0px;
	width: 800px;
	border: none;
	height: auto;
	border-top-color: #BA5400;
	border-top-style: solid;
	border-top-width: 4px;
}
#nav, #nav2, #nav3, #nav4 {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-top: 10px;
	padding-left: 10px;
	clear: left;
	color: #BA5400;
	border-bottom-color: #BA5400;
	border-bottom-style: solid;
	border-bottom-width: 2px; 
}
#nav ul.navbar {
	display: inline; 
	margin-right: 0.5em;
}
#nav ul.navbar ul a {
	text-align: left;
}
#nav li.submenu ul {
	border-top: 1px solid black;
	top: 2.1em !important; 
	left: -8em !important; 
	/* width: 14.25em !important; */
}
#nav li.submenu ul li {
	border: 1px solid black; 
	border-top: none;
}
#nav a, #nav2 a, #nav3 a, #nav4 a {
	text-decoration: none;	
}
#nav a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover  {
	text-decoration: underline;	
	color: #990000;
}
div#main {
	padding-top: 10px;
	margin-left: 10px;
	margin-right: inherit; 
	margin-top: inherit; 
}
.footer {
	margin-left: 200px;
	vertical-align: bottom
}
.bottomrule {
	border-bottom-color: #BA5400;
	border-bottom-style: double;
	border-bottom-width: 3px;
	width: 100%;
	margin-left: 24px;
	position: relative;
}
p.indent {
  margin-left:25px;
}
a {  
	font-family: Verdana, Arial, Helvetica, sans-serif; color: #BA5400; 
	text-decoration: underline
}
a:visited {
	color: #CC9900;
} 
a:hover {
	color: #BA5400;
}
h1 {
	font-size: xx-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {  
	background-color: #FFFFFF; 
	border: #B05800
}
li {
	margin-bottom: 0.60em;
}
/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

ul.navbar, ul.navbar ul
{
  display: block;
  margin: 0;
  padding: 0;
}

ul.navbar li
{
  margin: 0;
}

/* 
top level items in ul are inline to display horizontally 
across page
*/

ul.navbar li
{
  display: inline;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}

/* 
nested lists inside of the top level items are initially 
not displayed
*/
ul.navbar li ul
{
  display: block;
  position: absolute;
  left: 0;
  visibility: hidden;
  width: 9em;
  z-index: 1000;
}

/*
fix up the submenu items
voice-family lines screen correct CSS values from browsers that
improperly lay out block-level boxes and have broken CSS parsers
(IE5.5/Win)
*/
ul.navbar li ul li
{
  margin: 0 0 0 -1.5em;
  padding: 0;
  display: block;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  margin-left: 0;
}

ul.navbar li ul li a
{
  display: block;
  margin: 0;
  padding: 0 0 0 5%;
  width: 100%;
  voice-family: "\"}\""; voice-family: inherit;
  width: 95%;
}

/* needed to keep IE from bubbling events
from items that are not contained but only
covered. */
ul.navbar
{
  background-color: #FFFFFF;
}

