@import url("menu.css");
*{
	margin:0px;
	padding:0px;	
}
body{
	background:#F8F8F8 url(../images/back.gif) repeat-x;
	font: 11px Tahoma, MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
}
td, input, textarea, select, li{
	font: 11px MS Shell Dlg, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;	
}
/* */
a{
	color:#050656;
	text-decoration:none;
	/*white-space:nowrap;*/
}
a:hover{
	color:#004A72;
}
h1{
	position:absolute;
	text-indent:-8000px;
	/*width:630px;*/
	width:191px;
	height:149px;
	top:119px;
	left:22px;
	z-index:2;
}
#page h1{
	top:16px;
}
h1 a{
	display:block;
	height:149px;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin:10px 0;
	padding:0;
}
h2 a, h2 a:hover{
	color:#666;
}
h3{
	font-size:13px;
	font-weight:bold;
}
/* -------------- default ------------------ */
#default{
	margin:34px auto;
	width:669px;
	border:7px solid #E9E9E9;
	text-align:left;
	background:#fff url(../images/default_back.gif) no-repeat 0 0;
	height:auto;
}
#default #head{
	height:279px;
	position:relative;
}
#default #content{
	padding:0 11px 11px 11px;
	margin-bottom:1px;
}
#default #left{
	float:left;
	width:213px;
}
#default #left h2{
	padding:0 25px;
}
#default #left p{
	padding:7px 25px;
	line-height:16px;
}
#default #right{
	float:left;
	width:397px;
	margin-left:26px;
}
#default #right p{
	padding:7px 0;
	line-height:16px;
}
#default #search{
	background:#999;
	position:absolute;
	right:11px;
	top:11px;
}
.newsNav{
	font-weight:bold;
}
.newsLink{
	margin:0;
	text-align:right;
}

/* -------------- page ------------------ */
#page{
	margin:0 auto;
	width:669px;
	border:7px solid #E9E9E9;
	border-top:0px;
	text-align:left;
	background:#fff url(../images/page_back.gif) no-repeat 0 0;
}
#page #head{
	height:205px;
	position:relative;
}
#page #content{
	padding:0 11px 11px 11px;
	margin-bottom:1px;
}
#page #left{
	float:left;
	width:202px;
}
#page #left h2{
	padding:0 25px;
}
#page #left p{
	padding:7px 25px;
	line-height:16px;
}
#page #right{
	float:left;
	width:434px;
}
#page #right table{width: 398px;}
#page #right h2{
	margin:0;
	padding:12px 22px;
}
#page #right .text{
	margin: 22px 11px 22px 22px;
	line-height:16px;
}
#page #right p{
	padding:7px 0;
}
#page #search{
	background:#999;
	position:absolute;
	right:16px;
	top:16px;	
}
.text ol, .text ul {padding: 0px 0px 0px 25px;}
.text li{margin:10px 0px;}
.searchField{
	border:solid 0 #fff;
	width:120px;
	height:14px;
	margin:5px;
}
.searchButton{
	color:#A61000;
	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;
}
#documents{
	/*margin-top:20px;*/
	margin-top:150px;
	background:#f1f1f1;
	padding:10px;
} 
#documents li{
	list-style:none;
	padding:3px 0;
}
#footer{
	padding:15px 0;
}
/* -------------- float fix ------------------ */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content {display: inline-block;}
* html #content {height: 1%;}
#content {display: block;}
