
/*////////////////////////////////////////////////////////////////////*/
body
{
	margin: 0;
	font-family: verdana, arial, sans-serif;
	z-index:0;
	position:relative;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
form {margin: 0}
/*p {margin: 5px 0 10px 0;}*/
h1 {color: #000080; margin: 10px 0; font-size: 11pt;}
h2 {color: #000080; margin: 10px 0; font-size: 10pt;}
h3 {color: #000080; margin: 10px 0; font-size: 9pt;}

/*////////////////////////////////////////////////////////////////////*/
div.outer_shell
{
	background-color: #ffffff;
	width: 900px;
	margin: 0 auto;

}

div.clear
{
	font-size: 1px;
	height: 1%;
	clear: both;
}

/*////////////////////////////////////////////////////////////////////*/
div.home_header
{
	height: 75px;
	background: transparent url(images/slogan.gif) 50px 25px no-repeat;
}
div.home_logo, div.home_background
{
	height: 190px;
	background-color: #ECECEC;
	border-top: 4px solid #000080;
	border-bottom: 4px solid #000080;
}
div.home_background
{
	position: absolute;
	left: 0;
	top: 75px;
	z-index: -1;
	width: 100%;
}
div.home_login
{
	color: #ffffff;
	margin: 25px 25px 0 0;
	float: right;
	background-color: #000080;
	font-size: 8pt;
	padding: 8px;
}
div.home_login div
{
	padding: 3px 0;
}
div.home_login a:link {color: #ffffff; text-decoration: underline;}
div.home_login a:visited {color: #ffffff; text-decoration: underline;}
div.home_login a:hover {color: #ffffff; text-decoration: none;}
div.home_login a:active {color: #ffffff; text-decoration: underline;}
div.home_login input.text
{
	border: 1px solid #000000;
	padding: 1px 2px;
	width: 75px;
	font-size: 10px;
	color: #000080;
}
div.home_login input.submit
{
	border: 1px solid #000000;
	padding: 1px 2px;
	font-size: 10px;
	color: #000080;
	background-color: #ececec;
}
div.topnav
{
	float: right;
	background-color: #ECECEC;
	border-left: 1px solid #000080;
	border-bottom: 1px solid #000080;
	border-right: 1px solid #000080;
	font-size: 8pt;
	padding: 8px;
}
div.topnav a:link {color: #08047F; text-decoration: none;}
div.topnav a:visited {color: #08047F; text-decoration: none;}
div.topnav a:hover {color: #000000; text-decoration: underline;}
div.topnav a:active {color: #08047F; text-decoration: none;}
div.time
{
	padding: 8px 0;
	font-size: 8pt;
	float: right;
	width: 300px;
	text-align: right;
}


/*////////////////////////////////////////////////////////////////////*/
div.shell_main
{
	font-size: 8pt;
	padding: 10px 0 50px 0;
	background: transparent url(images/main_bg.gif) bottom right no-repeat;
	border-bottom: 1px solid #000080;
}

/*////////////////////////////////////////////////////////////////////*/
div.shell_bottom
{
	font-size: 8pt;
	padding: 10px 0 10px 0;
}
div.bottom_nav
{
	float: right;
	text-align: right;
}
div.bottom_nav a:link {color: #08047F; text-decoration: underline;}
div.bottom_nav a:visited {color: #08047F; text-decoration: underline;}
div.bottom_nav a:hover {color: #000000; text-decoration: none;}
div.bottom_nav a:active {color: #08047F; text-decoration: underline;}

/*////////////////////////////////////////////////////////////////////*/
div.header
{
	height: 75px;
}
div.branding
{
	float: left;
}
/*////////////////////////////////////////////////////////////////////*/
div.nav_container, div.background
{
	border-top: 4px solid #000080;
	border-bottom: 4px solid #000080;
	background: #ececec url(images/nav_tile.jpg) left top repeat-x;
	height: 70px;
}
div.background
{
	position: absolute;
	left: 0;
	top: 75px;
	z-index: -1;
	width: 100%;
}
div.nav_container div.slogan
{
	margin-top: 12px;
	text-align: center;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a
{
	display: block;
	padding: 8px;
	font-size: 8pt;
	color: #ffffff;
	width: 13em;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #08047f;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	display: block;
}

#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;
	display: block;
}