body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body
{
	font-family:Arial;
	font-size:11px;
	background:url(img/bg.gif) repeat-x;
	background-color:#bfccd2; /*84959d*/
	color:#000;
}

h1
{
	font-size:20px;
	font-weight:bold;
	color:#16619b;
}
h2
{
	font-size:11px;
	font-weight:bold;
	color:#16619b;
}
a
{
	color:#16619b;
}

#mainContainer
{
	width:955px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background:url(img/content_bg.gif) repeat-y;
}

#topmenuContainer
{
	width:955px;
	height:185px;	
}
	#mainLogo
	{
		position:absolute;
		width:210px;
		height:110px;
		top:34px;
	}
	#hlkLogo
	{
		position:absolute;
		width:150px;
		height:100px;
		top:40px;
		left:772px;
	}
	#topmenuMenu
	{
		position:absolute;
		width:783px;
		height:20px;
		top:146px;
		left:172px;
		background:url(img/topmenu_bg.gif) no-repeat;
	}

#leftBlock
{
	background:url(img/leftblock_bg.gif) repeat-x;
	width:180px;
	float:left;
	padding:25px 15px;
}
	#leftBlock ul
	{
		list-style-type:none;
	}
	
		#leftBlock ul a
		{
			text-decoration:none;
		}
		
		#leftBlock ul li
		{
			display:block;
			width:180px;
			background-color:#e0ecee;
			margin-bottom:4px;
		}
			#leftBlock ul li a
			{
				line-height:19px;
				margin-left:8px;
				display:block;
			}
		#leftBlock ul li.selected
		{
			background-color:#b4d3d8;
		}
			
			#leftBlock ul li ul li
			{
				background-color:#fff;
				margin-bottom:0px;
			}
			#leftBlock ul li ul li.selected
			{
				background-color:#fff;
			}
				#leftBlock ul li ul li a
				{
					margin-left:25px;
					line-height:17px;
				}
				#leftBlock ul li ul li.selected a
				{
					font-weight:bold;
				}
				
		#leftBlock ul li.order
		{
			background:url(img/white_arrow.gif) no-repeat top right;
			background-color:#165e98;
		}
		#leftBlock ul li.order a
		{
			color:#fff;
		}
	div.support
	{
		width:180px;
		height:25px;
		background:url(img/blue_arrow.gif) no-repeat top right;
		border-top:1px solid #135f99;
	}
		div.support a
		{
			text-decoration:none;
			line-height:25px;
			margin-left:15px;
		}
#contentBlock
{
	float:left;
	width:479px;
	padding:27px 37px 10px 20px;;
}
  #contentBlock li
  {
  	margin-left:20px;
  	list-style-type:disc;
  }
  #contentBlock strong
  {
  	font-weight:bold;
  }
  #contentBlock em
  {
  	font-style:italic;
  }

#rightBlock
{
	float:left;
	width:209px;
	text-align:center;
	padding:27px 0 10px 0;
}
