*{
	margin:0;
	padding:0;	
}
body{
	background:#F8F8F8 url(../images/back.gif) repeat-x;
	font: 11px Tahoma, MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:center;
}
td, input, textarea, select, li{
	font: 11px Tahoma, MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}
p{padding: 0px 0px 15px 0px;}
td p, li p{padding: 0px;}
/* */
a{
	color:#008fd4;
	text-decoration:none;
	/*white-space:nowrap;*/
}
a:hover{
	color:#666666;	
}
a:hover img{background-color:#fff;}
h1{
	position:absolute;
	text-indent:-8000px;
	width:191px;
	height:147px;
	top:16px;
	left:22px;
	z-index:2;	
}
h1 a{
	display:block;
	height:149px;
}
h1 a:hover{
	background:none;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin:0 0 20px 0;
	padding:12px 0px;
}
h3{
	font-size:13px;
	font-weight:bold;
	margin:10px 0;	
}
h4{
	font-size:12px;
	font-weight:bold;
	margin:10px 0;	
}
/* -------------- default ------------------ */

#default{
	margin:0 auto;
	width:746px;
	/*height:412px;*/
	text-align:left;	
	background:#fff url(../images/default_back.jpg) no-repeat 0 0;	
	border:7px solid #E9E9E9;
	border-top:none;
}
html>body #default{
	border:0 7px 7px 7px solid #E9E9E9;
	width:737px;
}
#head{
	/*height:204px;*/
	height:164px;
	position:relative;
}
#langSwitch {
	text-align:right;
	margin:47px 8px 0 0;
	border:0px solid red;
	font-weight:bold;
}
#langSwitch span { margin:0px 2px 0px 2px;
	color:#999;}
#content{
	padding:0 11px 11px 11px;
	margin-bottom:1px;
	background:url(../images/content_back.gif) repeat-y;
}
/*#lang{
	position:absolute;
	right:16px;
	top:1px;
	text-align:right;
	z-index:2;
}
#language 
{
	margin:43px 0 0 0px;
	text-align:left;
	height:15px;
	float:right;
	}
.lang 
{
	padding:1px 7px 1px 7px;
	}	*/
#left{
	float:left;
	width:205px;	
	background:url(../images/left_back.jpg) no-repeat 11px 0;
}
#left p{
	padding:7px 25px;
	line-height:16px;
}
#main{
	margin-left:220px;
	line-height:16px;
}
#mainLeft{
	float:left;
	width:370px;
}
#mainRight{
	margin-left:5px;
	/*margin-left:10px; old*/
	padding-top:60px;		
	width:120px;
	float:left;
}
#main ol, #main ul {padding: 0px 0px 0px 25px;}
#main li{margin:10px 0px;}
#news ol, #main ul {padding: 0px;}
#news li{margin:0px;}
#search{
	background:#008fd4;
	position:absolute;
	left: 580px;
	top:170px;
	width:155px;
}
.searchField{
	border:solid 0 #fff;
	width:120px;
	height:14px;
	margin:5px;
}
.searchButton{	
	color:#1B006C;
	border:solid 0 #fff;
	background:#fff;
	text-indent:8000px;
	width:14px;
	height:14px;
	margin:5px 5px 5px 0;
	background:url(../images/search_button.gif) no-repeat;
	cursor:hand;
}
#searchResults li{
	list-style:none;
}
#searchResults h4 a{
	color:#008fd4;
}
#searchResults h4 a:hover{
	color:#666666;
	background:none;
}

a.searchResultsItem {color:#666;}
/* -------------- menu ------------------ */
#menu{
	/*padding:58px 3px 0 11px;*/
	padding:8px 3px 0 11px;
}
#menu li {
	list-style:none;
	margin-bottom:1px;
}
#menu a {
	display:block;
	/*width:99%;*/
	width:188px;
	text-decoration: none;
	color:#666666;
	line-height:25px;
	text-indent:10px;
	border-right:3px solid #bfbfbf;
	background:#F0F0F0;
}
* html #menu a {	
	width:100%;
}
#menu a:hover, #menu a.selected{
	border-right:3px solid #0087f2;
	background:#fff;
	color:#666666;	
	/*width:99%;*/
	width:188px;
}
* html  #menu a:hover, * html  #menu a.selected{	
	width:100%;
}#menu ul ul a {
	display:block;
	/*width:99%;*/
	width:188px;
	text-decoration: none;
	color:#666666;
	line-height:25px;
	text-indent:25px;
	border-right:3px solid #BFBFBF;
	background:#F7F7F7;
}
* html  #menu ul ul a {	
	/*width:99%;*/
	width:191px;
}
/* -------------------------------- */
#documents{
	margin-top:10px;
}
#documents li{
	list-style:none;
	margin:5px 0;
}
#documents li a{
	color:#1B006C;
}
#documents li a:hover{
	background:none;
	color:#CC0000;
}
#news li{
	list-style:none;
	margin-bottom:5px;
}
#footer{
	padding:10px;
}
/* -------------- float fix ------------------ */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content {display: inline-block;}
* html #content {height: 1%;}
#content {display: block;}