@charset "utf-8";

P {
	text-align: left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

H1{
	font-size: 14pt;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

H2{
	font-size:14pt;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H3{
	font-size:12pt;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H4{
	font-size:12pt;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H5{
	font-size:10pt;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H6{
	font-size:8pt;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H1.left{
	font-size:17pt;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

H2.left{
	font-size:14pt;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H3.left{
	font-size:12pt;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H4.left{
	font-size:12pt;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H5.left{
	font-size:10pt;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
H6.left{
	font-size:8pt;
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.date {
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.footNotes {
	font-size: 8pt;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	background-color: #333333;
}
body.white {
	background-color: #FFFFFF;
}
.boldred {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.style1 {font-size: 14px}
.style4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#Layer6 {
	position:absolute;
	width:255px;
	height:16px;
	z-index:4;
	left: 367px;
	top: 700px;
}
.style8 {color: #000000}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a.white:link {color: #ffffff;}
a.white:active {color: #ffffff;}
a.white:visited {color: #ffffff;}
a.white:hover {color: #ffffff; text-decoration: underline;}

.style12 {font-size: 12px}
.style14 {font-size: 12px; color: #000000; font-family: "Trebuchet MS", Verdana, Arial, sans-serif;}
.style15 {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#pscroller1{
width: 100px;
height: 100px;
border: 1px solid black;
padding: 5px;
background-color: white;
}

#pscroller2{
width: 100px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}

.style16 {	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.style20 {font-size: 16px}
.style21 {font-family: Geneva, Arial, Helvetica, sans-serif}

.style22 {
	color: #990000;
	font-weight: bold;
}
.white-text {
	color: #FFFFFF;
}


ul.MenuBarVertical
{
	margin: 0px 0px 0px 15px;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 160px;
}
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 160px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 160px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 160px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 1px solid #FFF;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #FFF;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #000033;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #003366;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #003366;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{ background-color:#000033;
color:#FFF;}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
background-color:#003366;
color:#FFF;}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/*Begin mainnav*/
ul#mainnav {
	font-weight:bold;
	list-style: none;
	display:block;
	background-color: #000033;
	width: 140px;
	border: 0;
	margin: 8px;
	padding: 0px;
}
ul#mainnav li {
	border-bottom: 1px solid #999999;
	padding: 0px;
	list-style: none;
	margin: 0px;
	width: auto;
}
ul#mainnav li a {
	color:#FFFFFF;
	text-decoration:none;
	width: auto;
	display:block;
	text-align:left;
	padding: 2px 1px 2px 8px;
	margin: 0px;
}
ul#mainnav li a:hover {
	background-color:#003366;
	color:#FFFFFF;
}
