html
{
	overflow-y: scroll;
}

html, body
{
	margin:0px;
	padding:0px;
	height:100%;
}

h2
{
	font-size: 17px;
	font-weight:normal;
	margin-top:20px;
}

.MenuItem
{
	cursor: hand;
	text-decoration: underline;
	font-family:Arial Narrow;
	font-weight:bold;
}
A.MenuItem
{
	color: #555555;
}
A.MenuItem:hover
{
	color: #CCCCCC;
}
.MenuItemActive
{
	cursor: hand;
	text-decoration: underline;
	font-family:Arial Narrow;
	font-weight:bold;
	color: #CCCCCC;
}
/* Подменю. Текст*/
.SubMenuItem
{
	color: #545454;
	text-decoration: none;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}
/* Подменю. Текст неактивного (последнего) элемента */
.SubMenuItemInActive
{
	color: #AAAAAA;
	text-decoration: none;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}
/* Подменю. Ссылка элемента*/
A.SubMenuItem
{
	color:#545454;
	text-decoration: none;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
}
A.SubMenuItem:hover
{
	cursor: hand;
}

.LinkSmall
{
	font-family:Verdana;
	font-size:10px;
	color:#545454;
}
.copyright
{
	font-family:Verdana;
	font-size:10px;
	color:#545454;
}
.TopicHeader
{
	font-family:Arial;
	color: #506574;
	font-size:18px;
	font-weight:normal;
	margin-top:45px;
}
.NewsDate
{
	background-color:#477DC5;
	font-family:Verdana;
	font-weight:bold;
	font-size:13px;
	color:#FFFFFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
}
.OrdinaryLink
{
	font-family:Verdana;
	font-size:12px;
	color:#5857E3;
	font-weight:normal;
	text-decoration:underline;
}
.Text
{
	color:#545454;
	font-family:Verdana;
	font-size:12px;
	margin-top:5px;	
	margin-bottom:0px;
}
.Text a
{
	color:#545454;;
}
.PubTextHeader
{
	color:#545454;
	font-family:Verdana;
	font-size:12px;
	margin-top:0px;	
	margin-bottom:0px;
}
.SearchTextbox
{
	height:21px;
	width:300px;
	border-color:#4F6573;
	border-style:solid;
	border-width:1px;
}
.logo_container
{
	padding-top:32px;
}
.menu_container
{
	padding-top:26px;
}
.content_container
{
	padding-top:45px;
}
.menu_item_hidden
{
	visibility:hidden;
}
.publicationText
{
	margin-right:56px; 
	line-height:1.4;
}
.ProjectsPlane 
{ 
	width: 500px; 
	height: 231px;
	padding: 0px; 
	/*border: solid 1px black; */
	border: none;
	/*position: absolute; 
	
	left: 790px;
	top: 132px;*/
	position: relative;
	left: 0;
	top: -20;
	z-index: -1;
}
.ProjectsHeader
{
	font-family:Arial;
	color: #22396D;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:0px;
}
.ProjectsText
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	margin-top:0px;	
	margin-bottom:0px;
	line-height: 140%;
}
.Projects_content_container
{
	padding-top:25px;
}
