body {
	background: #d9e2ec;
	margin: 0;
	padding: 0;
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
}

h1 	{font-size: 1.5em; 
	margin: 20px 0; 
	color:#20396c;}

h2 	{font-size: 2em; 
	margin: 20px 0; 
	color:#be413f;}

.disclaimer {clear: both; 
	display: block; 
	padding: 10px 10px 10px 10px; 
	text-align:center;
	font-size: 9px;
}

a:link { color: #3d5e9b; text-decoration: none; }
a:visited { color: #20396c; text-decoration: none; }
a:hover { color: #793b91; text-decoration:underline; }
a:active { color: #793b91; text-decoration: none; }


.container {width: 100%; margin: 5px auto;}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 26px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
	text-decoration: none;
	color:#20396c;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 1em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1em;
}
.tab_content h3 {
	font-weight: normal;
	font-size: 1em;
	color:#20396c;
}

.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

/* Home Page */
/* Col blue box */

.menu_left {
    color: white;
    font-family: Tahoma;
    font-size: 12pt;
    text-decoration: none;
    padding: 8px 0px 0px 5px;
    width: 200px;
    height: 28px;
}

.menu_left:hover {
	background-image:url('Images/nav_12.gif');
    background-repeat:no-repeat;
}

.toolbar_left {
	background-color:#20396C;
}

.col_bluebox {
	text-align: left;
}

.nav_blue_box {
	background: #20396C;
	line-height: 0;
}

.blue_box_dashed_line {
	background: url('Images/nav_blue_box_dashed_line.gif') repeat-x;
	height: 1px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	font-size: 0px;	
}


/*Outer Wrapper*/
#outerdiv {
	margin: 0px auto;
	max-width: 960px;
	min-width: 790px;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 961 ? "960px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 789 ? "790px" : "98.7%"));
	border: 1px #20396C solid;
	text-align: left;
	background-color:#ffffff;
}

/*HEADER STYLES*/
#header {
	padding: 0px;
	margin: auto;
}

#header_hhs {
	background-image: url('Images/head_hhs_ban_bg.gif');
	background-repeat: repeat-x;
	height: 41px;
	font-size: 0px;
}

#header_hhs_left {
	background-image: url('Images/head_hhs_ban1.gif');
	background-repeat: no-repeat;
	float: left;
	width: 353px;
	height: 41px;
}

#header_hhs_right {
	background-image: url('Images/head_hhs_ban2.gif');
	background-repeat: no-repeat;
	float: right;
	width: 132px;
	height: 41px;
}

#header_mid {
	background-image: url('Images/head_bg_texture.gif');
	background-repeat: no-repeat;
	min-height: 65px;
	height:expression(this > 0? "auto": "65px" );
}

#header_mainlogo {
	float: left;
	min-height: 65px;
}

/* header subnav and main search */
#header_subnav_search {
	float: right;
	margin: 0px;
	padding: 0px;
	font-size: .85em;
	width: 258px;
	text-align: right;
	background-image: url('Images/head_subnav_bg2.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#header_subnav {
	color: #FFF;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: .85em;
	min-height: 17px;
	background: #3D5E9B;
	position: relative;
	top: -3px;
}

#header_subnav a:link {color: #FFF; text-decoration: none; background-color:#3D5E9B; font-size: .92em; padding: 0px 7px;}
#header_subnav a:visited {color: #FFF; text-decoration: none; background-color:#3D5E9B; font-size: .92em; padding: 0px 7px;}
#header_subnav a:hover {text-decoration: underline;}
#header_subnav a:active {color: #FFF; text-decoration: none; background-color:#3D5E9B; font-size: .92em; padding: 0px 7px;}

#header_searchbox {
	clear: left;
	width:120px;
	height:12px;
	border:1px #494949 solid;
	color: #494949;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 1px 0px 1px 3px;
}

#header_goimg {
	margin: 0px 14px 0px 0px;
	padding: 0px;
	position: relative;
	top: 4px;
}

#header_search_text {
	float: right;
	text-align: right;
	color: #494949; 
	font-size: .9em; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: bold;
	margin-top: 0px;	
	padding: 3px 14px 0px 0px;
	background: #FFF;
}

#header_login {
	float: right;
	text-align: right;
	color: #494949; 
	font-size: .9em; 
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-weight: bold;
	margin-top: 0px;	
	padding: 3px 14px 0px 0px;
	background: #FFF;
}

/* header horizontal nav */
#header_horz_nav {
	clear: both;
	background: url('Images/head_horz_nav_bg.gif') 0px 0px repeat-x;
	height: 28px;
	min-height: 23px;
	max-height: 1000px;
	padding-left:  11px;
	text-align: left;
}

#content {
	text-align: center;
	clear:both;
	margin: 8px 0px;
	padding: 0px;
}

#content_with_bookmark {
	text-align: center;
	clear:both;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
}

#bookmark_wrapper {
	text-align: center;
	clear: both;
	padding: 0px;
	margin: 0px;
    float:right;
}

.bookmark_pic	{
	vertical-align: middle;
	border: 0px;
}

.bookmark_text {
	vertical-align:middle;
	color: #666666;
	font-size:0.6em; 
	font-stretch:condensed;
	margin:0px 15px 0px 0px;
	font:Arial, Helvetica, Verdana, sans-serif;  
}

#home_content_tbl {
	clear: both;
	border: inherit;
	width: 100%;
}

#home_content_tbl td {
	border: 1px solid #CCC;
	width: 33%;
	vertical-align: top;
	padding: 8px;
}
