@charset "windows-1251";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	size: 24px;
	color:#102695;
	margin:12px 0px;
	padding:0px;
}

a {
	color:#0d5bc5;
}
p {
	padding:0px;
	margin:0px;
}

hr {
	border:0px;
	border-bottom: 1px solid #d8e6f1;
}

#body {
	width:1002px;
	margin:0 auto;
	background: #f1f6fa;
	
}
#header {
	background: #ebf3ff;
	border: 1px solid #ebf3ff;
}
#logo {
	margin: 18px 11px;
}
#menu {
	background:#DBECFC;
	height:89px;
	z-index:0;
	position:relative;
}
.menubut {
	float:left;
	width:110px;
	height:89px;
	position:relative;
	z-index:10;

}
.menubut div {
	background:#0d5bc5;
	height:33px;
	width:108px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	line-height: 12px;
	display: table-cell;
	vertical-align: middle;
	z-index:20;
	cursor: pointer; cursor: hand;
}
.middled {
  margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}
.menubut div.selected, div.submenu a.selected {
	background:#fdb60e;
}
div.submenu {
	position:absolute;
	top: 85px;
	left:5px;
	background:#0D5BC5;
	width:150px;
	z-index:1500;
	display:none;
	border: 1px solid #FFFFFF;
}

div.submenu a {
	color:#FFFFFF;
	display:block;
	margin:5px 0;
	padding: 0 5px;
	text-decoration:none;
	font-weight:bold;
}

.menu2 a {
	display:block;
	padding:5px;
	border-bottom: 1px solid #d8e6f1;
}
.menu2 a.selected {
	font-weight:bold;
}
.menu2 a.l3 {
	display:block;
	padding:5px;
	margin-left:25px;
	border:0px;
}
#content {
	margin:15px;
}
.contenttd {
	padding-right: 32px;
}
.bg {
	background:url(img/bodybg.gif) repeat-y right;
}
.news {
	margin-bottom:10px;
}
.news .data {
	color:#c47d92;
	font-weight:bold;
}
#footer {
	margin-top:20px;
	border-top: 6px solid #d8e6f1;
	background:#f1f6fa;
	color:#0d5bc5;
	font-weight:bold;
}

#news_pict {
	float:left; 
	padding: 5px;
	border: 1px solid #999999;
	margin: 0 15px 15px 0;
	text-align:center;
}

.evt {
	font-weight: bold;
	margin-bottom:5px;
	font-size:13px;
}
#news_data {
	font-weight:bold;
	font-size:13px;
	margin-bottom:5px;
}
