body
{
	background-color: White;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div
{
	position: relative;
	left: 0px;
	width: 100%;
	top: 0px;
	padding: 0px;
	margin: 0px;
	min-width: 780px; 
}

a:link
{
	border: none;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	text-decoration: none;
}

p
{
	padding: 3px 10px 0px 17px;
}

h1
{
	font-size: 22px;
	padding: 10px 10px 2px 17px;
}

h3
{
	font-size: 13px;
	padding: 10px 10px 2px 17px;
}

img
{
	border: none;
}

/* ==== ???????? ??????? ==== */

div.light_green_block
{
	background-color: #41a400;
}

div.white_block
{
	background-color: White;
}

/* ==== ???????? ????? ==== */

#top_head_line
{
	height: 17px;
}


#logo_block
{
	height: 80px;
	border-top: 1px solid #41a400;
	border-bottom: 1px solid White;
	background-color: #fffcd5;
	top: 1px;
}

#logo_img
{
	position: absolute;
	width: 253px;
	min-width: 200px;
	height: 38px;
	top: 25px;
	left: 20px;
}

#logo2
{
	top: 3px;
	left: 290px;
	width: 200px;
	min-width: 200px;
}

#rightpict
{
	top: 15px;
	left: 0px;
	width: 100%;
	height: 52px;
	position: absolute;
	text-align: right;
	z-index: 50;
}

.rightimg
{
	margin: 0px 40px 0px 0px;
	border: 2px solid #ffa300;
}


#menu_block
{
	height: 26px;
	background-color: #e2f5bb;
	background-image: url(img/mbcg.png);
	background-repeat: repeat-x;
}

#submenu_block
{
	height: 30px;
	background-color: #ffa300;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: White;
	margin-bottom: 1px;
}

a.submenu
{
	color: White;
}

#submenu_text
{
	padding: 8px 0px 0px 17px;
	width: 600px;
}

#bottom_head_line
{
	height: 17px;
}

/* ==== ???????? ??????????????? ????? ==== */

#content_block
{
	top: 1px;
	border-top: 1px solid #41a400;
	height: 20%;
}

#text_left
{
	float: left;
	width: 20%;
	height: 100%;
	font: 11px;
	min-width: 100px;
	width: expression((w = (document.documentElement.clientWidth || document.body.clientWidth) - 20) > 100 ? '20%' : (w > 100 ? 'auto' : '100px'));
}

#text_right
{
	float: right;
	width: 80%;
	height: 100%;
	min-width: 600px;	
	width: expression((w = (document.documentElement.clientWidth || document.body.clientWidth) - 20) > 600 ? '80%' : (w > 100 ? 'auto' : '600px'));
}

#body 
{
	min-width: 800px;
	width: expression((w = (document.documentElement.clientWidth || document.body.clientWidth) - 20) > 860 ? '100%' : (w > 800 ? 'auto' : '860px'));
}

.photo1
{
	margin: 0px 10px 10px 0px;
	border: 5px solid #b3e2f4;
}


/* ==== ???????? ??????????? ?????? ==== */

th
{
	background-color: #ffa300;
}

td.orange1
{
	background-color: #ffe7bc;
	text-align: center;
}

td.orange2
{
	background-color: #ffd893;
	text-align: center;
}

td.gray1
{
	background-color: #f7f7f7;
}

td.gray2
{
	background-color: #ebebeb;
}

td.green1
{
	background-color: #e2f5bb;
}

td.green2
{
	background-color: #cdea93;
}

td.header
{
	background-color: #41a400;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: White;
}

/* ==== ???????? ?????? ==== */

#footer
{
	float: none;
	height: 15px;
}

/* ==== ???????? splash'a ==== */
#splash
{
	text-align: center;
	width: 100%;
	top: 100px;
	position: absolute;
}

/* ==== ???????? ???? ?????????????? ==== */
#photo_prgrf
{
	text-align: center;
}

.photo
{
	padding: 0px 5px 0px 5px;
}

/* ==== ???????? ?????????? ??????? ==== */
.newsdate
{
	font: oblique;
	text-decoration: underline;
	color: #c70505;
}
