
*{
	margin: 0px;
	padding: 0px;
}

html{
	margin: 0px;
	padding: 0px;
}

body {

	font: normal 12px Verdana,Arial, Helvetica;
	color: #444;
	line-height: 140%;
}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #5F7693;
}

a:hover
{
	color: #990000;
}

input
{
	border: 1px solid #ccc;
}

textarea
{
	border: 1px solid #ccc;
}

h1{
	font-size: 16px;
	margin: 5px 0px;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
}

.search_ok{
	background: url("../images/btn_search.jpg") no-repeat;
	width: 37px;
	height: 19px;
	border: none;
}


#wrapper{


	margin: 0px auto;
	padding: 0px 5px;
}

#header{
	background: none;
	height: 85px;
	position: relative;
}


#logo{
	width: 678px;
	float: left;
	padding-left: 10px;
}


#menu{
	text-align: left;
	height: 25px;
	margin-top: 0px;
	padding: 0px 5px;
	background: #5F7693;
}

#search
{
	float: right;
	width: 250px;
	padding: 2px;
}

#search input
{
	margin-right: 5px;
}

#search .submit
{
	background: #990000;
	color: #fff;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	width: 700px;
	float: left;
}

#menu ul li{
	display: inline;
	margin: 0px;
	height: 25px;
	line-height: 25px;
	padding: 0px 0px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a
{
	color: #fff;

	padding: 0px 10px;
	font-size: 10px;
	margin: 0px;
	font-weight: bold;
	border-right: 1px solid #fff;
}

#menu ul li .tree_selected a{

}

#menu ul li a:hover
{
	color: #990000;
}




#content{
	padding-top: 10px;
	position: relative;
}


#main
{
	margin: 0px 240px 0px 280px;
	padding: 10px;
	border: 1px solid #ccc;

}


#main h1{

	padding: 0px 0px 0px 0px;

}


#left
{
	position: absolute;
	width: 260px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #ccc;
	padding: 5px;
}

#right
{
	position: absolute;
	right: 0px;
	width: 220px;
	margin: 0px 0px 10px 10px;
	border: 1px solid #ccc;
	padding: 5px;
}


.tab_left{

	margin: 0px 0px;
	padding-bottom: 10px;
}

.tab_left h1{

	padding: 5px;
	padding-left: 7px;
}

.tab_left ul{
	padding: 0px;

}

.tab_left ul li{

}


.tab_left ul li a{
	display: block;
	padding: 4px 2px 4px 15px;
	border-bottom: 1px dotted #ccc;


}

.tab_left ul li a:hover{
	font-weight: bold;
}

.tab_left ul li .tree_selected a{
	font-weight: bold;
}

.tab_left .tab_left_second{
	padding: 0px 10px;
}

.tab_left .tab_left_second p{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#footer{
	text-align: center;
}

#footer ul li{
	display: inline;
	margin-right: 0px;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer ul li a {
	color: #aaa;
	padding: 10px;
}

#footer ul li .tree_selected a{
}

#footer ul li a:hover{
}

#footer_inner{


	margin: 0px auto;
	padding: 20px 20px 15px 20px;
}


