/* body elements */


body, p, table, td, ul, ol, textarea, input {
   font-family: arial, helvetica, sans-serif;
   font-size: 11pt;
}


body {
   background-color: #222222;
   color: black;
   margin: 0;
   padding: 0;
   scrollbar-base-color: #000000;
   scrollbar-arrow-color: #cccccc;
   scrollbar-DarkShadow-Color: #000000;
}


A, A:visited, A:active {
   text-decoration: none;
   color: #0000ff;
}


A:hover {
   text-decoration: underline;
   color: #0000ff;
}


A.white, A.white:visited, A.white:active {
   text-decoration: none;
   font-weight: bold;
   color: #ffffff;
}


A.white:hover {
   text-decoration: underline;
   font-weight: bold;
   color: #ffffff;
}


A.small, A.small:visited, A.small:active {
   font-size: smaller;
}


A.small:hover {
   text-decoration: underline;
   font-size: smaller;
}


h1, h2, h3, h4 {
   font-weight: bold;
   font-family: arial, helvetica, sans-serif, verdana;
   line-height: 100%;
}


h1 {
   font-size: 22px;
   margin-top: 0px;
   margin-bottom: 5px;
   text-align: center;
   color: #000000
}


h2 {
   font-size: 14pt;
   font-style: italic;
}


h3 {
   font-size: 10pt;
   margin-top: 5px;
   margin-bottom: 5px;
   font-weight: 200;
}


h4 {
   font-size: 10pt;
}


li.minus {
margin-left: -10px; 
}


/* navigation menus */


#nav {
	float: center;
	width: auto;
	list-style: none;
	line-height: 1.5;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}

#nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1.5;
	background: #8090A4;
	font-weight: bold;
	padding: 0;
	border: solid #000000;
	border-width: 1px 1px;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #ffffff;
	text-decoration: none;
	padding: 0.25em 1em;
	white-space:nowrap;
}

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

#nav li {
	float: left;
	padding: 0;
	width: auto;
	border: solid #000000;
	border-width: 1px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 14.5em;
	font-weight: normal;
	border-width: 0.1em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}




/* seems to control width of drop down cell and position of arrow */
#nav li ul a {
	width: 13.7em;
	w\idth: 13.9em;
}


/* controls starting position of secondary drop downs */
/* first controls height (y) position */
#nav li ul ul {
	margin: -1.8em 0 0 14.2em;
}



#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #00256C;
}

