/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: url("/images/nav_bkgd.gif") #fff repeat-y
}

/* a:link, a:visited {text-decoration: none; color: #333333} */
a:link {text-decoration: underline; color: #003366}
a:visited {text-decoration: none; color: #660000}
a:active, a:hover {text-decoration: underline; color: #660000}

b {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}
u {font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline}
i {font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic}
ol, ul, li, blockquote {font-family: Verdana, Arial, Helvetica, sans-serif}


h1 {color: #003366; font-size: 22px; font-weight: bold}
h2 {color: #003366; font-size: 18px; font-weight: bold}
h3 {color: #003366; font-size: 14px; font-weight: bold}
h4 {color: #003366; font-size: 12px; font-weight: bold}
h5 {color: #003366; font-size: 11px; font-weight: bold}
h6 {color: #003366; font-size: 10px; font-weight: bold}


td {font-size: 12px;}

#header_art {
	background: url("header.jpg") no-repeat left;
	height: 70px;
	background-color: #ffffff;
}

/* 	background-color: #92a0bd;
*/

/***** Vertical Navigation *****/
div#left_nav {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 195px;
	height: 580px;
	background: #c6d6e5;
	z-index: 500;
	}

	
div#left_nav_items {
	width: 150px;
	padding: 30px 10px 10px 20px;
	text-align: left;
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	line-height: 100%
	}

/* Left Nav Links (From BB) */
#left_nav_items a {font-size:12px; line-height:25px; font-weight:bold}
#left_nav_items a:link {color: #003366; text-decoration: none}
#left_nav_items a:visited {color: #003366; text-decoration: none}
#left_nav_items a:hover {color: #660000; text-decoration: underline}
#left_nav_items a:active {color: #003366; text-decoration: none}

/* Left Nav Links Clicked - - once a Left Nav link is clicked, we want the nav item on the open page to remain highlighted.
To do this, you need to add "class="ln_curr_color" to the Left Nav link on the open page. */
#left_nav_items .ln_curr_color {color: #660000}
#left_nav_items a.ln_curr_color:link {color: #660000; text-decoration: none}
#left_nav_items a.ln_curr_color:visited {color: #660000; text-decoration: none}
#left_nav_items a.ln_curr_color:hover {color: #660000; text-decoration: underline}
#left_nav_items a.ln_curr_color:active {color: #660000; text-decoration: none}

/* Left Nav Sub Links */
#left_nav_items .ln_indent {padding-left: 10px}
#left_nav_items a.ln_indent {font-size: 10px; line-height:20px}

/* Left Nav Sub Links Clicked - - same concept as above for "Left Nav Links Clicked"*/
#left_nav_items .ln_indent_curr_color {padding-left: 10px; color: #660000; font-size: 10px; line-height:20px}
#left_nav_items a.ln_indent_curr_color:link {color: #660000; text-decoration: none}
#left_nav_items a.ln_indent_curr_color:visited {color: #660000; text-decoration: none}
#left_nav_items a.ln_indent_curr_color:hover {color: #660000; text-decoration: underline}
#left_nav_items a.ln_indent_curr_color:active {color: #660000; text-decoration: none}

#left_nav_items .jumpmenu {width: 150px; background-color: #ffffff; font-size: 11px; font-weight: bold; color: #003366}


/***** Page Content *****/
#content {
	position: absolute;
	left: 215px;
	top: 60px;
	padding-top: 30px;
	padding-right: 30px;
	width: 807;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
	color: #333333
	}

/* 	width: auto;
*/
	
#content p.copyright{
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	border-top: 1px solid #003366;
	clear: both; 
	margin-top: 30px; 
	padding-top: 10px
	}
#content a.copyright, a.copyright:link, a.copyright:active, a.copyright:visited {color: #003366; text-decoration: none}
#content a.copyright:hover {color: #660000; text-decoration: underline}

.crumbs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase
	}
	
.rightcol {
	float: right;
	width: 200px;
	height: 100%;
	margin: 20px;
	padding: 10px;
	background-color: #c6d6e5;
	font-size: 11px;
	line-height: 120%;
	color: #003366
}


/***** Styles used on the SEARCH button and input box found within the Horizontal Navigation *****/
input.btn{
   color:#fff;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   font-weight:bold;
	 background-color: transparent;
   border: 1px solid;
   border-top-color:#fff;
   border-left-color:#fff;
   border-right-color:#fff;
   border-bottom-color:#fff
	 }
	 
input.box{
	 color:#660000;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   font-weight:bold;
   background-color:#fff;
   border:1px solid;
	 border-top-color:#fff;
   border-left-color:#fff;
   border-right-color:#fff;
   border-bottom-color:#fff
	 }
