*{
	margin:0;
	padding:0;
}
body{
	background: url("../images/bg_body.png");
	font-family: Tahoma;
	font-size: 12px;
	color: #565758;
}
img{
	border: none;
	vertical-align: bottom;
}
p{
	text-indent: 10px;
	text-align: justify;
	padding-bottom: 10px;
}
h3{
	color: #4C6684;
	font-size:14px;
	padding-bottom: 20px;
	text-indent: 10px;
}
h4{
	font-size: 12px;
}
h5{
	font-size: 12px;
	font-weight: normal;
	padding-left: 40px;
	line-height:16px;
}
span{
	font-size:11px;
}
a{
	color: #4C74A2;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.container{
	width: 900px;
	margin: 20px auto 0px auto;
	background: url("../images/bg_page.png");
}
.logo{
	position: absolute;
}

/* ----------------- menus ---------------- */
.top_menu{
	background: #535455;
	height: 21px;
	padding:9px 0 0 0;
}
.top_menu ul{
	text-align: right;
}
.top_menu ul li{
	display: inline;
	padding:0 5px 0 5px;
}
.top_menu ul li a{
	text-decoration: none;
	color: #EFEEEC;	
}
.top_menu ul li a:hover{
	color: #C4753F;
}
/*right menu*/
.right_menu_top{
	background: url("../images/menu_top.png") left top no-repeat;
	width: 194px;
	height:17px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 7px;
}
.right_menu_content{
	background: #FFFFFF url("../images/menu_bottom.png") left bottom no-repeat;
	width: 194px;
	margin-bottom: 25px;
}
.right_menu_content ul{
	padding:15px 0 20px 25px;
}
.right_menu_content ul li{
	background: url("../images/menu_list.png") left 5px no-repeat;
	list-style-type: none;
	padding: 0 0 0 10px;
	line-height: 17px;
}
.right_menu_content ul li h2 a, .right_menu_content ul li a{
	color: #5A5A5A;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}
.right_menu_content ul li h2 a:hover, .right_menu_content ul li a:hover{
	color: #C4753F;
}
/* ----------------- end menus ---------------- */


/* ----------------- content ---------------- */
.content{
	background: url("../images/content_shadow.png") left top no-repeat;
	clear: both;
}
.left_side{
	width: 620px;
	float: left;
	padding: 25px 0 30px 30px;
}
.right_side{
	width:220px;
	float: left;
	padding:35px 0 20px 30px;
}
.ullist{
	padding:0 0 20px 30px;
}
.ullist li{
	padding-bottom: 3px;
	text-align: justify;
}

.line_dot{
	background: url("../images/line_dot.png") left 5px repeat-x;
	height:22px;
	width:620px;
	clear: both;
}
.table{
	border-top: 1px solid #535455;
	border-left: 1px solid #535455;
}
.table tr th{
	background: #4C6684;
	color: #FFFFFF;
}
.table tr th, .table tr td{
	border-bottom: 1px solid #535455;
	border-right: 1px solid #535455;
	padding: 1px 0 1px 5px;
}
.table tr td.padd_table{
 	padding-left: 30px;
}
/* ----------------- footer ---------------- */
.footer{
	border-top: 1px solid #464747;
	clear: both;
	background: #535455;
	height: 75px;
	padding:10px 0 0 0;
}
.footer p{
	font-size: 11px;
	color: #FFFFFF;
	line-height:15px;
	text-indent:0px;
}
.footer p.left{
	padding: 0 0 0 15px;
}
.footer p.right{
	text-align: right;
	padding:0 15px 0 0;
}