/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
img{
	border: none;
}
body{
	background: white;
}

#content{
	width: 100%;
	min-height: 100%;
	margin-bottom: -49px;
	background: #999999 url(/static/images/menu.jpg) repeat-x bottom;
}
* html #content{
	height: 100%;
}

#top{
	background: #333333;
}
#top p{
	margin: 0;
	padding: 2px 8px 1px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-align: right;
}
#top p a{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
#top p a:hover{
	text-decoration: underline;
}
#header{
	position: relative;
	height: 312px;
	background: url(/static/images/bg.jpg) repeat-x;
}
#flash{
	width: 800px;
}
#lang{
	position: absolute;
	top: 31px;
	right: 48px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
#lang input{
	vertical-align: bottom;
}
#lang a{
	color: white;
}
#path{
	height: 37px;
	background: url(/static/images/path.jpg) repeat-x;
}
#path h3{
	margin: 0;
	padding: 12px 8px 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-right: 260px;
}
#path h3 a{
	color: #999999;
	text-decoration: none;
}
#path h3 a:hover{
	text-decoration: underline;
}
#path form{
	display: inline;
	float: right;
	margin: 8px 48px 0;
	padding: 0;
}
#path form #search{
	width: 150px;
	padding: 2px 4px 1px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	background: #d1d1d1;
	border: none;
	border-top: 1px solid #343434;
	border-left: 1px solid #343434;
}
#path form #button{
	vertical-align: bottom;
	padding-bottom: 1px;
}
#main{
}
#menu{
	float: left;
	width: 190px;
	background: #999999;
}
#text{
	margin-left: 190px;
	padding-bottom: 60px;
	background: white;
}
#text h1{
	margin: 0;
	padding: 34px 35px 0;
	font: 18px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(/static/images/h1.png) no-repeat 0 39px;
}
#text div.new{
	margin: 15px 0 0;
}
#text h2{
	margin: 0 48px 0 35px;
	padding: 17px 0 0;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}
#text h2 span{
	color: #939393;
}
#text p{
	margin: 0 48px 0 35px;
	padding: 10px 0 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #565656;
}
#text table{
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #565656;
}
#text td{
	background-color: #FFF;
}
#text table a{
	color: black;
    text-decoration: none;
}
#text table a:hover{
	color: black;
	text-decoration: underline;
}
#text ul{
	margin: 0 48px 0 55px;
	padding: 5px 0 0;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #565656;
}
.content_font a{
	color: black;
}
.content_font a:hover{
	text-decoration: none;
}

#text p a{
	color: black;
	text-decoration: underline;
}
#text p a:hover{
	text-decoration: none;
}
#text h5{
	margin: 0 48px 0 35px;
	padding: 15px 0 0;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #010101;
}
#text h5 a{
	color: #010101;
}
#text h5 a:hover{
	text-decoration: none;
}

#text h4{
	margin: 0 48px 0 35px;
	padding: 5px 0 0;
	font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}
#text h4 span{
	color: #939393;
}
#text h4 a{
	color: #010101;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
#text h4 a:hover{
	text-decoration: none;
}


#text hr{
	height: 1px;
	margin: 15px 48px 0 35px;
	border: none;
	border-bottom: 1px dotted #9d9d9d;
}
#footer{
	height: 53px;
	background: #333333 url(/static/images/foot.jpg) repeat-x center bottom;
}
#footer p{
	margin: 0;
	padding: 0px 4px 0;
	font: 16px Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}
#footer p a{
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
#footer p a:hover{
	text-decoration: underline;
}
#footer p.copy{
	margin: 0;
	padding: 8px 4px 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #999999;
}
 #pager {
  	 text-align:center;
  	 margin:10px 0 15px;
  	 font-size:14px;
  	 font-family:Verdana;
  }
#pager span {
	background:url(../../static/images/icons/pager_new.gif) no-repeat;
	 color:#fff;
	  padding:1px 5px 2px;
	  font-size:12px
}
#pager a {
	color:#04546b;
	font-size:12px;
}
.over{
	background: #CCCCCC url(/static/images/icons/bg.gif) repeat;
}

