@charset "windows-1251";
/* CSS Document */


#sidebar1 {
	margin-left: 21px;
	background-color: #666;	
}


#sidebar_content {
	float: left;
	width: 255px;
	background-color: #CCC;
}


#sidebar_menu{
	background-image: url(../img/left_hatch.gif);
	background-repeat: repeat-x;
	width: 225px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	background-color: #5B83B4;
	padding-right: 15px;
}

#sidebar_menu .active {
	font-weight: bold;
	color: #3B6394;
	text-decoration: none;
	line-height: 24px;
	}
#sidebar_menu .active a {color: #3B6394}

#sidebar_menu a{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 24px;
}

#sidebar_menu a:hover{
	
	text-decoration: underline;
}


#news,
.news {
	background-color: #FFF;
	width: 200px;
	margin-left: 10px;
	background-image: url(../img/news_shad.gif);
	background-repeat: repeat-y;
	font-size: 90%;
	color: #333;
	padding-left: 20px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#news A:link,
.news A:link {

	color:#000000;
	text-decoration: none;

}

#news A:visited,
.news A:visited {

	color: #666666;
	text-decoration: none;

}
  
#news A:hover,
.news A:hover {

	text-decoration: underline;

}  

#news_header,
.news_header{
	background-image: url(../img/news_header1.gif);
	height: 30px;
	width: 200px;
	margin-left: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #FFF;
	padding-left: 27px;
	padding-top: 8px;
	margin-top: 20px;
}


#news_footer,
.news_footer {
	background-image: url(../img/news_shad2.gif);
	height: 8px;
	width: 227px;
	margin-left: 10px;
	font-size: 1px;
	line-height: 0px;
}


.menu_spacer2{
	background-color: #FFF;
	height: 3px;
	width: 255px;
	font-size: 1px;
	line-height: 0px;
}

