/* Import stylesheets and hide from IE/Mac \*/
@import "reset.css";
html{
	min-height:100%;
	
}
* html{
	height:100%;
	width: 100%;
}
body{
	font: 75% Verdana, sans-serif;
	line-height: 130%;
	background: #e1e6ec;
	min-height:100%;
}
h1{
	font-size:125%;
	font-weight: bold;
}

hr {
align:center;
color:#82bdcb; 
width: 700 px;

}
td{
 padding: 5px;
}
h2{
	font-size:140%;
	font-weight: bold;
}

.content a{
	color: #b30032;
	text-decoration: none;
 }
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
.content{
border: 1px solid #708589;
text-align: justify;
font: 110% Verdana, sans-serif;	
height:100%;
min-height:650px;
height:expression(this.scrollHeight > 650 ? "auto":"600px");
background: #ffffff;
margin-left:200px;
padding:15px;
margin-top:15px;
}
.content ol {
 list-style-position: inside; /* Маркер обтекается текстом */
}
.content ul {
 list-style-position: inside; /* Маркер обтекается текстом */
}
#main_menu{
float: left; 
width:200px;

margin-top:15px;
}
.menu{
	padding: 5px;
	font: 14px bold #00414d;
	
}
.menu ul{
list-style: none;
display: block;
}
.menu li
{
line-height: 150%;
	background-image: url(../img/separator.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}
.menu li a
{
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../img/menu.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	color: #5f5f5f;
	display: block;
}
.menu li a:hover
{
	background-color: #c0d1d4;
}

#container{
width: 998px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
border:2 px;
border-color:#85B4C5;
}
#header{
background:url("logo.gif") no-repeat top center;
height:170px;
border: 0px;
color: #85B4C5/*#79B30B*/;
padding-left:50px;
			text-align: left;
			font-size: 12pt;
}
.footer{
	float:right;
	clear:both;
}
.off{
	visibility: hidden;
}
.on{
	visibility: visible;
}

.epr{
	padding-top: .5em;
	font-size: 120%;
}
.eprs{
	font-size: 85%;
	margin-left: -50px;
}
.eprs td{
	padding-left: 50px;
	padding-right: 25px;
}
.last-row{
	border-bottom: 1px solid #c9e9fb;
	padding-bottom: .5em;
}
.region{
	line-height:1.5em;
}
.file{
	font-size: 85%;
}
.lang-switcher{
	margin-left:-25px;
}
form#register{
	
}
form#register ul{
	list-style-type: none;
	margin-left: 0;
	width:75%;
}

form#register li{
	margin: 1em 0 .5em;
}

form#register  sup{
	color: #D00;
}

form#register input.text{
	width:100%;
}

form#register input.missing{
	background-color: #fec;
}

form#register input.invalid{
	background-color: #fcc;
}


span.guideline{
	font-size: 90%;
	display:block;
}
span.error{
	color:#D00;
}