html,body {
	margin: 0;
	padding: 0;
	background-color: #0076bf; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 99%;
}

div {
	font-size:11px;
	color: #666;
}

/* Standard-Link-Formating */
a { color: #666; text-decoration:none; }
a:visited { color: #666; text-decoration:none; }
a:active { color: #0076bf; text-decoration:none;  }
a:Hover { color: #666; text-decoration:underline; }

img {
	border: none;
}

h1 {
	color: #0076bf;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}

h2 {
	color: #0076bf;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

*:not(hr) h1 {
	margin-top: 33px;
}

hr {
	height: 1px;
	border:none;
	color: #b7d7ec;
	background-color: #b7d7ec;
	margin-bottom: 9px;
}


.hr2 {
	border:none;
	height: 1px;
	color: #e3eff8;
	background-color: #e3eff8;
	margin:0px;
	margin-right: 30px;
}

*:not(hr) hr {
	margin-top:12px;
	margin-bottom:17px;
}

*:not(hr) .hr2 {
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 30px;
}

li {
	padding-bottom: 8px;
}

input, select, textarea {
	width: 100%;
	font-size: 10px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	 height: 82px; 
}

#box {
	margin-left: 14px;
	background-color: #000;
	width: 967px;
	/*overflow: hidden;*/
}

#box_border_v {
	height: 100%;
	background-image: url(/img/border_v.gif);
	padding: 0 3px 3px 3px;
}

#box_main {
	padding-right: 15px;
	background-color: #000;
	
}

#box_header_top_menu {
	position: relative;
	left: 690px;
	top: 42px;
	width: 250px;
	color: #fff;
	text-align: right;
	
}

#box_header_top_menu a {
	font-size: 10px;
	color: #fff;
	
}

#box_home_menu {
	background-image: url(/img/bt_home_menu_bg.gif);
	width: 100%;
	height: 31px;
	border-top: 1px solid #1581c4;
}


#box_home_menu a {
	margin-top:1px;
	border-left: 1px solid #4099cf;
	border-right: 1px solid #00408b;
	padding: 8px 20px 10px 20px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
	width: 138px;
}

.hide {
	position: absolute;
	visibility: hidden;
}

#box_home_sub {
	position: absolute;
	top: 105px;
	left: 198px;
	background-color: #fff;
	color: #0076bf;
	padding: 10px;
	width: 158px;
	line-height: 20px;
	filter:alpha(opacity=0);
}

* html #box_home_sub {
	filter:alpha(opacity=0);
}

*:not(hr) #box_home_sub {
	top: 107px;
	width: 159px;
	-moz-opacity:0;
}

#box_home_sub_1 {
	position: absolute;
	top: 100px;
	left: 177px;
	border: 1px solid #0076bf;
	border-top: none;
	background-color: #e5f1f8;
	color: #0076bf;
	padding: 10px;
	width: 110px;
	line-height: 20px;
	filter:alpha(opacity=0);
}

* html #box_home_sub_1 {
	filter:alpha(opacity=0);
}

*:not(hr) #box_home_sub_1 {
	top: 102px;
	width: 110px;
	-moz-opacity:0;
}

#box_home_sub_2 {
	position: absolute;
	top: 100px;
	left: 321px;
	border: 1px solid #0076bf;
	border-top: none;
	background-color: #e5f1f8;
	color: #0076bf;
	padding: 10px;
	width: 110px;
	line-height: 20px;
	filter:alpha(opacity=0);
}

* html #box_home_sub_2 {
	filter:alpha(opacity=0);
}

*:not(hr) #box_home_sub_2 {
	top: 102px;
	width: 110px;
	-moz-opacity:0;
}

#box_header_main_menu {
	background-image: url(/img/bt_top_menu_bg.gif);
	
	height: 24px;	
	padding-left: 158px;
}

#box_header_main_menu a {
	margin-top:1px;
	border-left: 1px solid #4099cf;
	border-right: 1px solid #00408b;
	padding: 4px 20px 7px 20px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}

#box_header_main_menu a.headline {
	margin:0px;
	background-image: url(/img/bt_top_menu_bg_on.gif);
	border-left: 1px solid #00408b;
	border-right: 1px solid #00408b;
	padding: 5px 20px 7px 20px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}

#box_content {
	clear:both;
	background-color: #fff;
}

#box_home_news {
	background-color: #e5f1f8;
	border-top: 1px solid #b8d7ec;
	margin: 15px 0 10px 0 ;
	padding: 0 10px 15px 20px;
	height: 110px;
}

#box_home_news h1 {
	margin:  15px 0 15px 0 ;
	color: #0076bf;
}

#box_home_news strong {
	color: #000;
	font-weight: bold;
	min-width: 200pt;
}

#box_border_h {
	background-image: url(/img/border_h.gif);
	height: 3px;
}

#box_navigation {
	background-color: #e5f1f8;
	float: left; width: 158px;
	margin-right: 20px;
	padding-top: 31px;
	border-right: 1px solid #b8d7ec;
}

#box_navigation a {
	color: #000;
	padding-right: 10px;
}

#box_navigation ul {
	list-style-type: none;
	background-color: #e5f1f8;
	margin-left: 0px;
	margin-top:-10px;

}

*:not(hr) #box_navigation ul {
	margin-top:0px;
	
}

#box_navigation li {
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 6px;
	
}

*:not(hr) #box_navigation li {
	margin-left:-40px;
	padding-left: 15px;
}

#box_navigation li.menu_on {
	background-color: #b7d7ec;
	background-image: url(/img/nav_open.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 5px;
	border-top: 1px solid #6fadd7;
	border-bottom: 1px solid #6fadd7;
	line-height: 12px;
	height: 12px;
}

#box_navigation li.menu_off {
	background-color: #b7d7ec;
	background-image: url(/img/nav_close.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
	border-top: 1px solid #6fadd7;
	border-bottom: 1px solid #6fadd7;
	line-height: 12px;
	height: 12px;
}


#box_navigation li.menu_off a {
	color: #666;
	padding: 0px;
	margin: 0px;
}

#box_navigation li.active {
	background-color: #fff;
	color: #0076bf;
	font-weight: bolder;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: none;
}

#box_copy {
	width: 747px;
	padding: 10px 0px 0px 20px; 
	float: left; 
}


#box_location {
	margin-top:22px;
	font-size: 10px;
}

*:not(hr) #box_location {
	margin-top:10px;
}

#box_text a {
	text-decoration: underline;
}

.box_blue {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-top: 1px solid #6fadd7;
	border-bottom: 1px solid #6fadd7;
	border-left: 1px solid #b8d7ec;
	border-right: 1px solid #b8d7ec;
	background-color: #e5f1f8;
}

*:not(hr) .box_blue td {
	padding: 2px;
}

#box_right {
	float: right; width: 220px;
	margin-left: 20px;
	padding-right: 23px;
	line-height: 17px;
}

#box_home_right {
	position: relative;
	float: right; width: 199px;
	margin-left: 10px;
	line-height: 17px;
	
}

#box_search {
	background-color: #0076bf;
	padding: 13px 10px 18px 10px;
	color: #fff;
	font-weight: bold;
}

#box_promo {
	float: right; width: 220px;
	margin-top:59px;
	margin-left: 15px;
}

#box_promo a img {
	margin-top:20px;
	border: 1px solid #0076bf;
	height: 105px;
	width:197px;
}

#btn {
	background-color: #e5f1f8;
	float: right;
	color: #0076bf;
	border: 1px solid #b8d7ec;
	padding: 4px 6px 4px 6px;
	font-size: 10px;
	font-weight: bold;
	width: 10%;
	text-align: center;
	margin: 0px;
}



#box_footer {
	color: #bbb;
	font-size: 10px;
	text-align: center;
	padding-top: 12px;
}

#box_footer a {
	color: #bbb;
	text-decoration: underline;
}


.box_home_promo {
	border: 1px solid #0076bf;
	margin-bottom: 31px;
	height: 105px;
}

.bgr_blue_1 { background-color: #b7d7ec; }
.bgr_blue_2 { background-color: #e3eff8; }

.txt_white {
	color: #fff;
}

.txt_bld_blue {
	color: #4c85a7;
	font-weight: bold;
}

.txt_menu {
	color: #fff;
	font-weight: bolder;
}

#FirstLevelMenu {
	font-family: Verdana; 
	font-weight: bold; 
	color:#FFFFFF; 
	font-size:10px;
}
#testtable {
border:2px solid #586898;
background-color:#FFFFFF;
}
