@charset "utf-8";
/* CSS Document */


html {
	overflow-y: scroll; }

body {
	color:#505050;
	background-color: #000066;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment: fixed;
	line-height: 20px; }

html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
}

.css_iframe {
width: 355px;
height: 343px;
overflow: auto;
padding-top:6px;
padding-left:6px;
}

a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #505050;
}
a:hover {
	text-decoration: underline;
	color: #2a7b98;
}
a:active {
	text-decoration: underline;
	color: #2a7b98;
}


.tabs {
	color: #505050;
	font-size: 10px;
	text-decoration: none;
}

.large_blue_para {
	color: #2a7b98;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
}

.medium_blue_para {
	color: #2a7b98;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
}

.small_blue_para {
	color: #2a7b98;
	font-size: 19px;
	line-height: 24px;
	text-decoration: none;
}

.medium_grey_para {
	color: #505050;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}

.nav_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#2a7b98;
	font-size: 12px;
	text-decoration: none;
}

.sub_nav {
	color: #505050;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	text-align: left;
}

.smallprint {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 14px;
	text-align: center;
}


.smallprint_line2 {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 14px;
	text-align: center;
}

#wrapper tr td table tr td table tr td table tr td table tr td table tr td .yellow_titles {
	color: #000;
}
#wrapper tr td table tr td table tr td strong {
	text-align: left;
}

/*Drop down navigation items*/

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
text-decoration:underline;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
text-align:left;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border: #CCC;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 22px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFF;
width: 190px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-indent: 10px;
}

.anylinkmenu a:hover{ /*hover background color*/
text-decoration: underline;
color: #2a7b98;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
