.news img {
	position: relative;
}
html {
	height:100%
}
body {
	position:relative;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size: 12px;
	width:100%;
	height:100%;
	color: #6a6c6d;
	background-color:#f6f6f6;
	font-family: Tahoma;
}
A{
	position:relative;
	text-decoration:none;
	color:#1d6093;
}
A:Hover{
	color:#0273cc;
}
#Layout {
	position:relative;
	min-width:996px;
	width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 996)? "995px" : "100%");
	margin:0;
	height:100%
}
#Layout .bg_r{
	background:url(../images/template/bg_r.gif) repeat-y right top;
	padding:0 6px 0 0;
	background-color:#FFFFFF;
	margin:0 60px 0 66px;
	//height:100%
}
#Header {
	position:relative;
	padding: 20px 0 0 0;
	z-index:11;
	width:863px;
	height:12px;
	background-color:#FFFFFF;
}
#Header .links{
	position:absolute;
	width:215px;
	right:0px;
	z-index:11;
}
#Header .links_pos{
	position:relative;
	float: right;
	height:15px;
	padding:0 55px 0 0
}
#Header .links_pos A img{
	position:relative;
	background-color:#FFFFFF;
}
#Header .links_pos A:Hover img{
	background-color:#0d61c1;
}
*HTML #Header .links_pos A:Hover{
	background-color:#0d61c1;
}
#Menu{
	position:relative;
	background-color:#FFFFFF;
	padding:0 0 0 0;
	height:65px;
	z-index: 10;
}
#Menu .menu{
	position:relative;
	height: 21px;
	padding:2px 0 11px 30px;
	font-size:14px;
}
#Menu .menu_active{
	position:relative;
	height: 21px;
	padding:2px 0 11px 30px;
	color:#0d61c1;
	font-size:14px;
	cursor: pointer;
}
#Menu .menu A{
	position:relative;
	text-decoration:none;
	color:#59595a;
	font-size:14px;
}
#Menu .menu A:Hover{
	color:#0d61c1;
}

#Menu .menu_select {
	position:relative;
	height: 21px;
	padding:2px 0 11px 30px;
	font-size:14px;
	color:#0d61c1;
}

#Menu .menu_select A{
	position:relative;
	text-decoration:none;
	color:#59595a;
	font-size:14px;
	color:#0d61c1;
}

#Menu .menu_sep{
	position:relative;
	background:url(../images/template/menu_separator.gif) right repeat-y;
	float:left;
	height: 23px;
	width: 2px;
	padding: 0 0 0 30px;
}
#Menu .menu_sep_active, #Menu .menu_sep_active_page{
	position:relative;
	background:url(../images/template/menu_separator_active.gif) right repeat-y;
	float:left;
	height: 23px;
	width: 2px;
	padding: 0 0 0 30px;
}

#Menu .popup_menu{ 
	padding:0 0 2px 0;
	background:url(../images/template/spacer.gif);
	top: 34px;
	left: -1px;
	width: 239px;
	position: absolute;
	z-index: 10;
	visibility: hidden;
}


.shadow{
	width:239px;
	height:2px;
	background:url(../images/template/shadow_b.png) bottom no-repeat;
}
*HTML .shadow{
	width:239px;
	height:2px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/template/shadow_b.png' , sizingMethod='crop');
	background:none;
}
#Menu .menu_border_t{
	background:url(../images/template/menu_border_t.gif) top left repeat-x;
	border-bottom: 2px solid #fe9d03;
}
#Menu .menu_border_l{
	background:url(../images/template/menu_border_l.gif) top left repeat-y;
	background-color:#FFFFFF;
}
#Menu .menu_border_r{
	background:url(../images/template/menu_border_l.gif) top right repeat-y;
	padding:0 1px 0 1px;
}
#Menu .popup_border{
	position:relative;
	border-bottom: 1px solid #fe9d03;
	padding: 5px 5px 3px 15px;
	height:18px;
}
#Menu .popup_border:Hover{
	border-bottom: 1px solid #fe6600;
	padding: 5px 5px 3px 15px;
	height:18px;
}
#Menu A.popup_item{
	color: #fe9d03;
	font-size:11px;
	text-decoration:none;
}
#Menu A.popup_item:Hover{
	color: #fe6600;
	font-size:11px;
	text-decoration:none;
}
.header_bg {
	position:relative;
	background:url(../images/template/header_bg.gif) top repeat-x;
	background-color:#155b93;
	height: 218px;
	margin:0 0 0 0;
	width: auto;
}
.left_flash {
	background:url(../images/template/21.jpg) top left no-repeat;
	position:absolute;
	width:449px;
	height:212px;
}
.right_flash {
	background:url(../images/template/31.jpg) top right no-repeat;
	position:absolute;
	right:0px;
	width:412px;
	height:212px;
}
#Footer {
	background-color: #FFFFFF;
	padding:0 0 10px 0;
}
#Footer .hor_separator{
	border-bottom:1px solid #939393;
	padding:0 0 0 0;
 	height:20px;
 	margin: 0px 40px 25px 40px
}
#Footer .contacts{
	padding:0 0 0 40px;
	float:left;
	color:#59595a
}
#Footer .copy{
	float:left;
	padding: 0 0 0 25%;
	color:#59595a
}

.clear{
	clear:both;
}