@charset "utf-8";
body {
	text-align: center; /* for IE */
	margin:0;
	background: #d8e2e7;
    background: url(../images/background.jpg);
	background-position: center;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
}

OL.NavList
{
	list-style: none;
	margin: 0;
	padding: 0;
}
OL.NavList LI
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:4px;
	padding-left:8px;
	margin:0px;
	list-style-type:none;
	text-indent:0px;
}

OL.NavList LI A:link {color:#000000; text-decoration: none;}      /* unvisited link */
OL.NavList LI A:visited {color:#000000; text-decoration: none;}  /* visited link */
OL.NavList LI A:hover {color:#B50100; text-decoration: none;}  /* mouse over link */
OL.NavList LI A:active {color:#B50100; text-decoration: none;}  /* selected link */
	
.navsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	padding-left:8px;	
}
.navheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:0px;
	padding-left:0px;	
}
.navtext10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:0px;
	padding-left:0px;	
}

.contenttext12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.colLeft {
	margin:0px;;
	width: 80px;
	float:left;
}

.reginput {color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*------------------------------------------------------------------------------

 DESIGN INFORMATION for form in navigation area
 
 ------------------------------------------------------------------------------*/

ul.NavForm
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width: auto;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.NavForm li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: 165px; 
	float: left;
}


ul.NavForm a
{
	display: block;
	/*cursor: pointer; */
	background-color: #ffffff;
	padding: 0.5em 0.75em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
}


ul.NavForm span.MenuBarItemSubmenu
{
	display: block;
	background-color: #e3ecf0;
	padding: 0.5em 0.75em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
    background: url(../images/navtableft.gif) 0% -0px;
}

ul.NavForm span.MenuBarItemSubmenu3
{
	height:5px;
	display: block;
	background-color: #e3ecf0;
	padding: 7px;
    background: url(../images/navtableft_bot.gif) 0% -30px;
}

ul.NavForm span.MenuBarItemSubmenu4
{	
	display: block;
	background-color: #e3ecf0;
	padding: 0.5em 0.75em;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}
ul.NavForm a.MenuBarItemSubmenu4
{	
	background-color: #e3ecf0;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}

/*------------------------------------------------------------------------------

 DESIGN INFORMATION for nav dropdowns and left nav
 
 ------------------------------------------------------------------------------*/

ul.NavBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.NavBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 165px; 
	float: left;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
/*
ul.NavBarVertical ul
{
	border-left: 1px solid #848484;
}
*/
/* Menu items are a light gray block with padding and no text decoration */
ul.NavBarVertical a
{
	display: block;
	/*cursor: pointer; */
	background-color: #ffffff;
	padding: 0.5em 0.75em;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
/*
ul.NavBarVertical a:hover, ul.NavBarVertical a:focus
{
	background-color: #33C;
	color: #FFF;
}
*/
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.NavBarVertical a.MenuBarItemHover, ul.NavBarVertical a.MenuBarItemSubmenuHover, ul.NavBarVertical a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}

/* submenu hover 
ul.NavBarVertical a.MenuBarItemHover, ul.NavBarVertical a.MenuBarItemSubmenu2Hover, ul.NavBarVertical a.MenuBarSubmenuVisible
{
	background-color: #f2fbff;
	color: #000000;
}

*/
/*******************************************************************************

 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.NavBarVertical a.MenuBarItemSubmenu
{
    background: url(../images/navtableft.gif) 0% -0px;
}
/*
ul.NavBarVertical a.MenuBarItemSubmenu:hover 
{
    background: url(tabs.gif) 100% 0;
    background-position: 0% -60px;
}
*/
ul.NavBarVertical a.MenuBarItemSubmenu2
{
	background-color: #e3ecf0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	/*
	border-right:1px solid #848484;
	border-left:1px solid #848484;
	border-bottom:1px solid #848484;
	*/ 
}

/* submenu hover */
ul.NavBarVertical a.MenuBarItemSubmenu2:hover {
	background-color: #bed3dd;
	color: #000000;
}
ul.NavBarVertical a.MenuBarItemSubmenu3
{
height:5px;
    background: url(../images/navtableft_bot.gif) 0% -30px;
}
/*
ul.NavBarVertical span.MenuBarItemSubmenu4
{	
	display: block;
	background-color: #e3ecf0;
	padding: 0.5em 0.75em;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}
ul.NavBarVertical a.MenuBarItemSubmenu4
{	
	background-color: #e3ecf0;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	text-decoration: none;
}
*/
ul.NavBarVertical a.MenuBarItemSubmenu5
{
	background-color: #e3ecf0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #a10101;
	text-align:center;
	/*
	border-right:1px solid #848484;
	border-left:1px solid #848484;
	border-bottom:1px solid #848484;
	*/ 
}

/* submenu hover */
ul.NavBarVertical a.MenuBarItemSubmenu5:hover {
	background-color: #bed3dd;
	color: #a10101;
}
/*******************************************************************************

 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.NavBarVertical 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.NavBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
