html
{
	height: 100%;
}

* html #framework
{
	height: 100%;
}
#framework
{
	min-height: 100%;
}
* html #framework
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: white;
	color: black;
	font-size: 0.75em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../design/bg.gif);
	background-repeat: repeat-y;

}

img
{
	border: 0;
}

a
{
	color: #0066FF;
	color: #094872;
}
a:hover
{
	text-decoration: none;
}

.nowrap
{
	white-space: nowrap;
}

h1
{
	font-size: 1.4em;
}
h2
{
	font-size: 1.3em;
}
h3
{
	font-size: 1.1em;
}

/*----------*/

#logo
{
	position: absolute;
	left: 20px;
	top: 35px;
}

#head
{
	height: 195px;
	background-color: #f0f8fc;
	background-image: url(../design/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.headLeft
{
	height: 195px;
	background-image: url(../design/head_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.headRight
{
	height: 195px;
	background-image: url(../design/head_right.jpg);
	background-repeat: no-repeat;
	margin-left: 10%;
	background-position: 800px bottom;
	position: relative;
}
#light
{
	width: 249px;
	height: 131px;
	filter: expression(fixPNG(this));
	background-image: url(../design/light.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 570px;
	top: 65px;
	z-index: 200;
}
#contacts
{
	position: absolute;
	left: 650px;
	top: 70px;
	color: #476b81;
	font-size: 1.9em;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	z-index: 500;
}
#contacts p
{
	margin: 0;
	padding: 0;
}
.small
{
	font-size: 0.8em;
}



#heading
{
	height: 25px;
	background-color: #1f80b3;
}
#heading img
{
	display: block;
	margin-left: auto;
	margin-right: auto;

}
#heading h1
{
	color: white;
	margin: 0;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	font-size: 1.3em;
}
#main
{
	clear: both;
	background-image: url(../design/main_bg.gif);
	background-repeat: repeat-x;
}

#leftSide
{
	width: 220px;
	float: left;
	padding-left: 20px;
}

.block
{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid white;
	font-size: 0.9em;
}
.block .counters
{
	margin-left: 10px;
}
.news .date
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #e7e7e7;
	color: #094872;
}
.news p
{
	padding-left: 23px;
	padding-right: 10px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/*---------*/
#menu
{
	width: 220px;
	margin-top: -10px;
	text-align: center;
	margin-bottom: 10px;
}
#menu .item
{
	background-color: #015c90;
	margin: 0;
	padding: 0;
}
#menu .items
{
	background-image: url(../design/menu_bg.gif);
	background-repeat: repeat-y;
}

#menu .hovered
{
	background-color: white;
}

.greyBg
{
	background-color: #e7e7e7;
}

#menu .top
{
	margin: 0;
	padding: 0;
	margin-bottom: -5px;
}

#menuBottom
{
	height: 7px;
	background-image: url(../design/menu_bottom.gif);
	background-repeat: no-repeat;
}

/*---------*/

.topMenu
{
	border-collapse: collapse;
	margin-left: -3px;
	border: 1px solid #daeaf3;
	background-color: #e8f1f4;
	margin-bottom: 1em;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.topMenu th, .topMenu td
{
	margin: 0;
	padding: 0;
	border-left: 2px solid #d8e3e6;
	border-bottom: 2px solid #d8e3e6;
	border-right: 2px solid #d8e3e6;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	background-image: url(../design/top_menu_td_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.topMenu th
{
	height: 46px;
	padding-top: 0;
	padding-bottom: 0;
	border-top: 2px solid #e8f1f4;
	border-bottom: none;
	vertical-align: middle;
	background-color: #d4e6ed;
}
.topMenu ul
{
	margin: 0;
	padding: 0;
	margin-left: 2em;
	list-style-type: square;
}
.topMenu li
{
	margin-bottom: 0.2em;
}
.topMenu a
{
	color: #094872;
}

.leftMargin
{
	margin-left: -3px;
}
.rightMargin
{
	margin-right: 3px;
}

/*---------*/

#content
{
	margin-left: 263px;
	margin-right: 20px;
}
#content .heading
{
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 0;
	color: #094872;
	margin-left: 5px;
	padding-left: 20px;
	font-weight: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../design/paragraph.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
}
.contentBlock
{
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
}

.infoBlock
{
	width: 48%;
	background-color: #f7f6f6;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.infoBlock .greyBg
{
	border-bottom: 7px solid white;
	margin-left: -5px;
	margin-right: -5px;
}
.leftFloated
{
	float: left;
}
.rightFloated
{
	float: right;
}

.dirToc li
{
	margin-bottom: 0.3em;
	font-size: 1.1em;
	font-weight: bold;
}
.dirToc ul li ul
{
	margin-top: 0.2em;
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0.1em;
}
.dirToc ul li ul li
{
	font-size: 0.9em;
	font-weight: normal;

}

#bottom
{
	clear: both;
	height: 93px;
    position: relative;
	margin-top: -93px;
	background-image: url(../design/bottom_bg.gif);
	background-repeat: repeat-x;
	color: white;
	text-align: center;
}

.center
{
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
#bottomSeparator
{
	height: 93px;
    clear: both;
}

.bottomLeft
{
	float: left;
	width: 254px;
	height: 80px;
	background-image: url(../design/bottom_left_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 1px;
	padding-left: 3px;
	font-size: 0.75em;
	color: #5991b9;
}
