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: #666; 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;
}


#box {
	margin-left: 13px;
	background-color: #000000;
	width: 952px;
	/*overflow: hidden;*/
}

#box_border_v { height: 100%; background-image: url(../../img/border_v.gif); padding: 0 3px 3px 3px; }

#box_header{
	height: 70px;
}

#box_header_top_menu {
	position: absolute;
	left: 545px;
	top: 15px;
	width: 400px;
	color: #ffffff;
	text-align: right;
	
}

#box_header_top_menu a {
	font-size: 10px;
	color: #fff;
	
}

.hide {
	position: absolute;
	visibility: hidden;
}

#box_home_news { background-color: #e5f1f8; border-top: 1px solid #b8d7ec; margin: 15px 0 10px; padding: 0 10px 15px 20px; height: 120px; }

#box_home_news h1 {
	margin:  15px 0 15px 0 ;
	color: #0076bf;
}

#box_home_news strong {
	color: #000;
	font-weight: bold;
	min-width: 200pt;
}

#box_home_right { position: relative; float: right; margin-top: 15px; margin-right: 12px; margin-left:  7px; line-height: 17px; 	
}

#box_search {
	width: 179px;
	background-color: #0076bf;
	padding: 13px 10px 18px 10px;
	margin-bottom: 12px;
	color: #fff;
	font-weight: bold;
}

#box_footer_home {
	background-color: #ffffff;
	color: #bbb;
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 10px;
}

#box_footer_home a {
	color: #bbb;
	text-decoration: underline;
}

.box_home_promo { border: 1px solid #0076bf; margin-bottom: 15px; height: 85px; width: 197px; }

input, select, textarea {
	width: 100%;
	font-size: 10px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	 height: 82px; 
}

.bgr_blue_1 { background-color: #b7d7ec; }
.bgr_blue_2 { background-color: #e3eff8; }
