@charset "windows-1251";
/* CSS Document */





#mainContent {
	margin-right: 21px;
	margin-left: 276px;
	background-color: #FFF;
	
} 



.content_header1 {
	height: 24px;
	background-color: #93BBEC;
	font-size: 120%;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 15px;
	color: #FFF;
	margin-left: 3px;
}

.content_header1 a {color:#FFF; text-decoration: none;}
.content_header1 a:hover {text-decoration: underline;}


.content_header2 {
	height: 20px;
	background-color: #999;
	font-size: 120%;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 2px;
	color: #FFF;
	background-image: url(../img/header_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	clear: right;
	margin-left: 3px;
}

.content_header3 {
	height: 40px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 25px;
	color: #FFF;
	background-image: url(../img/header3_bckg.gif);
	background-position: 3px;
	background-repeat: repeat-x;
	line-height: 35px;
	clear: right;
	margin-left: 3px;
	
}




.content_double {
	padding: 40px;

}

.content_double A:link {

	color:#23427C;
	text-decoration: none;

}

.content_double A:visited {

	color: #5B83B4;
	text-decoration: none;

}  

.content_double A:hover {

	text-decoration: underline;

}  





.content_double2 {
	padding: 25px;
	
}

.content_double2 A:link {

	color:#000000;
	text-decoration: none;

}

.content_double2 A:visited {

	color: #666666;
	text-decoration: none;

}  

.content_double2 A:hover {

	text-decoration: underline;

}  






#content_right,
.content_right {
	padding-left: 50px;
	float: right;
	padding-bottom: 20px;
	
}


#content_right2,
.content_right2 {
	float: right;
	width: 30%;
	background-color: #FFD;
	margin-left: 30px;
	margin-bottom: 30px;
	min-width: 250px;

}


#content_right3,
.content_right3 {
	float: left;
	background-color: #FFD;
	margin-left: 20px;
	margin-bottom: 30px;
	width: 90%;	
}


#content_left,
.content_left {
	float: left;
	padding-right: 50px;
	clear: right;
	padding-bottom: 20px;
}

