@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #374d99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 949px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #0c2169;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;

} 
#header {
	background-image: url(/images/header.gif);
	height: 150px;
	padding: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 12px 10px 10px; /* padding keeps the content of the div away from the edges */
}

#sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;	
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
}
#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	background-color: #FFF;
	padding: 15px;
	clear:both;
}
.lftBG #colOne h3 a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}

#mainContent { 
	margin: 40px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent2 {
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer {
	text-align: center;
	color: #FFF;
	background-color: #374D99;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#colOne ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
#mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#mainContent2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#mainContent2 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.lftTop{

	width:170px;

	height:9px;

	background:url(/images/lft-top.gif) no-repeat;

	}



.lftBtm{

	width:170px;

	height:136px;

	background:url(/images/lft-btm.gif) no-repeat;

	}

	

.lftBG{

	width:170px;

	float:left;

	background:url(/images/lft-bg.gif) repeat-y;

	}
	
	/*the menu*/


#pad {height:140px;}

<style tyle=text/css>
input.red {
	background-color: #F04327;
	font-weight: bold;
	font-size: 13px;
	color: white;
}
option.red {
	background-color: #374D99;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
option.blue {
	background-color: #8D9DD6;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; list-style:none; height:25px; position:relative; z-index:80; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:25px; line-height:25px; background:#F04327; color:white; text-decoration:none; font-size:11px; font-weight:bold; padding:0 17px 0 17px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-color:#374D99;
}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {
	color:#fff;
	background-color: #374D99;
}
#menu li:hover > a.sub {color:#fff; background-color:#374D99;}

#menu li.current a {
	color:#fff;
	background-color: #374D99;
}

#menu li a.sub {
	background-color: #F04327;
	background-image: url(down-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul {
	left:0;
	top:25px;
	width:auto;
	background-color: #374D99;
}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#menu :hover ul :hover ul
{
	left:180px;
	top:-1px;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
	background-color: #374D99;
}

#menu :hover ul li {
	margin:0;
	border-top:1px solid #666;
}
#menu :hover ul li a {
	font-size: 9px;
	width:180px;
	padding:0;
	text-indent:10px;
	color:#FFF;
	height:25px;
	line-height:25px;
	background-color: #374D99;
}
#menu :hover ul li a.fly {background:#374D99 url(right-arrow.gif) no-repeat right center;}

#menu :hover ul :hover {
	background-color:#F04327;
	color:#fff;
}
#menu :hover ul :hover a.fly {
	background-color:#F04327;
	color:#fff;
}

#menu :hover ul li.currentsub a {
	color:#fff;
	background-color: #374D99;
}
#menu :hover ul li.currentsub a.fly {background:#374D99 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {
	background-color:#F04327;
	color:#fff;
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#374D99; color:#fff;}

#menuwrap {
	background-color: #F04327;
	height: 25px;
}
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#mainContent2 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#mainContent ol li {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}
#mainContent table {
	font-size: 10px;
}
#mainContent2 table {
	font-size: 10px;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#mainContent p a {
	color: #39C;
}

.arrowlist {
	color: #39c;
}
.arrowlist p a {
	color: #39c;
	text-decoration: none;
}
.arrowlist p hover {
	color: #374D99;
	text-decoration: none;
}
#sidebar2 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}


.smallnav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 18px;
	text-align: center;
	color: #39C;
}
.smallnav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 18px;
	text-align: center;
	color: #39C;
	margin-top: 40px;
	clear:both;
	margin-right: 50px;
	margin-left: 50px;
}
#ad {
	background-repeat: no-repeat;
	height: 100px;
	width: 728px;
	display: block;
	background-color: #374D99;
	margin:0 auto;
}
#ad a span {
	visibility: hidden;
}
#logos {
	clear: both;
}
#container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#training {
	background-color: #374D99;
	color: #FFF;
	padding: 10px;
}
#ProviderContent {
	margin: 40px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#ProviderContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#ProviderContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #374D99;
}


#ProviderContent ul li {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
}
#ProviderContent h2 {
	font-size: 13px;
	color: #374D99;
}

#ProviderContent table {
	font-size: 10px;
}

#ProviderContent p a {
	color: #39C;
}
#ProviderContent h3 {
	font-size: 13px;
}
#library {
	background-color: #BFC9E8;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
