/* CSS Document */

body {
	margin:0px;
	padding:0px;
}

#content{
	margin: 0px auto;
	padding:0px;
	width:995px;
}
.tick{
	border-left:1px solid #000000;
	margin-top:3px;
	margin-left:5px;
	height:8px;
	overflow:hidden;
}
activelink{
	text-decoration:underline;
}
#languagies SPAN{
	float:right;
	margin-right:5px;
}
#languagies{
	height:13px;
	width:100%;
	margin-bottom:0px;
	margin-top:3px;
}
.language_item{
	cursor:pointer;
	font-family:Arial;
	font-size:10px;
	color:#000000;
	width:50px;
	margin-right:30px;
}

.language_item:link {
	color: #000000;
	text-decoration: underline;
}
.language_item:visited {
	text-decoration: underline;
	color: #000000;
}
.language_item:hover {
	text-decoration: none;
	color: #990000;
}
.language_item:active {
	text-decoration: underline;
	color: #000000;
}

.language_item_visited{
	font-size:12px;
}

#container_main{
	float:right;
	padding-left:53px;
	padding-right:53px;
	width:468px;
	font-family:Arial;
	font-size:px;
	background-color:#3366FF;
}

.columnmenu_box{
	background-color:#F5F5F5;
	padding-bottom:30px;
}

#menu_left{
	width:250px;
	height:34px;
	text-align:center;
	font-weight:bold;
	line-height:34px;
	background: #A2D3F3 url(images/menu_right_corner.gif) no-repeat right top;
}

#menu_right{
	width:212px;
	height:34px;
	background-color: #D5E4EE;
	text-align:center;
	font-weight:bold;
	line-height:34px;
	background: #A2D3F3 url(images/menu_left_corner.gif) no-repeat left top;
}

#center{
	padding:0px 10px 10px;
}

/*********************************/
.header{
	width:100%;
	background-color: #EFEDE2;
	height:29px;
	font-weight:bold;
	font-size:13px;
}
.menu_title{
	line-height:29px;
	border-left: 3px solid #62B5E9;
	margin-left:5px;
	padding-left:8px;
}
.menu_cont{
	width:100%;
	border-bottom:1px solid #EFEDE2;
	padding-bottom:10px;
	position:relative;
	
}
.menu_item:hover{
	color:#0099FF;
	text-decoration:none;
}
.menu_item{
	width:100%;
	position:relative;
	text-decoration:underline;
	color:#000000;
}


.menu_item img{
	border:1px solid #A2D3F3;
	padding:3px;
}


.menu_cont ul{
	margin:0px;
	padding:0px;
	margin-left:20px;
	margin-top:10px;
}

.menu_cont li{
	background-repeat:no-repeat;
	list-style:url(images/menu_item.gif);
	color: #1E74B7;
	font-size:14px;
}
/***********************/


.menu_catgeory{
	padding-bottom:10px;
	border-bottom:1px solid #A2D3F3;
	padding-left:10px;
}
.menu_cat_title{
	background-image:url(images/menu_item_big.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	color:#165A7A;
	font-size:14px;
	font-weight:bold;
}
.news_items{
	font-size:13px;
}
#newsitem_date{
	float:left;
	width:80px;
}
#newsitem_descr{
	float:left;
	overflow:hidden;
}

.item_separator{
	clear:both;
	border-top:1px solid #CCCCCC;
	margin-top:2px;
	margin-bottom:2px;
}

#banners{
	background-color:#EFEDE2;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#banners IMG{
	border:0px;
	margin:5px;
}

.noborder{
	border:0px;
}
.copyright{
	width:100%;
	background-color: #A2D3F3;
	font-size:13px;
	text-align:center;
	margin-top:10px;
	line-height:20px;
}

.news {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:34px;
}

ul.latest_news_list{
	list-style:none;
	padding:0px;
	margin:0px;
	background-color:#f5f5f5;
}

.latest_news_header_left{
	background: #A2D3F3 url(images/menu_left_corner.gif) no-repeat scroll left top;
	width: 25px;
	height:34px;
}

.latest_news_header_right{
	background: #A2D3F3 url(images/menu_right_corner.gif) no-repeat scroll right top;
	width: 25px;
	height:34px;	
}