@charset "utf-8";
/* CSS Document */
body{
	background:#6a7f7a;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Tahoma, Arial;
}
*{
	list-style:none;
	margin:0;
	padding:0;
}
img{
	border:none;
}
.clear{
	clear:both;
}
.red_err{
color:#FF0000;
}
.green_err{
color:#00CC00;
}

/******************************/
.home{
	background:url(../images/commun/bg.gif) 0 0 repeat-x;
	width:900px;
	height:666px;
	margin:0 auto;
}
.left{
	width:278px;
	height:529px;
	float:left;
}
.left .logo{
	background:url(../images/commun/logo.gif) 0 0 no-repeat;
	width:278px;
	height:193px;
}
.left .menu{
	background:url(../images/commun/bg_menu.gif) 0 0 no-repeat;
	width:241px;
	height:309px;
	margin:0 0 0 38px;
	padding:0px 0 0 0;
}
.left .menu li{
	width:241px;
	height:28px !important;
	height:20px;
	text-align:center;
	padding:6px 0 0 0 !important;
	padding:0px 0 0 0;
	font-size:18px;
}
.left .menu img{
	margin:0 0 0 20px;
}
.left .menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
.left .menu li a:hover{
	color:#fcbb44;
}
.left .menu h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	text-align:center;
	margin:15px 0 0 0 !important;
	margin:5px 0 0 0;
}
.left .menu p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	margin:2px 0 0 0 !important;
	margin:4px 0 0 0;
}
/**************************/
.right{
	background:url(../images/commun/bg_right.gif) 0 0 no-repeat;
	width:621px;
	height:529px;
	float:left;
	margin:0 0 0 0 !important;
	margin:0 0 0 -1px;
}
.right .menu{
	width:520px;
	height:49px;
	float:left;
	margin:55px 0 0 30px;
}
.right .menu li{
	width:120px;
	height:20px;
	float:left;
	border-right:1px solid #ffffff;
	text-align:center;
}
.right .menu li a{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}
.right .menu li a:hover{
	color:#734F15;
}
/*******************************/
.content{
	width:595px;
	height:370px;
	float:right;
	margin:30px 10px 0 0;
}
.first_par{
	width:320px;
	height:184px;
	color:#FFFFFF;
	font-size:13px;
	text-align:justify;
	float:left;
}
.sec_par{
	width:590px;
	height:160px;
	color:#FFFFFF;
	font-size:13px;
	text-align:justify;
	float:left;
	overflow:auto;
	
}
.sec_par h1{
	width:570px;
	height:20px;
	color:#fcbb44;
	font-size:13px;
	text-align:left;
}
.sec_par p{
	width:570px;
	color:#ffffff;
	font-size:13px;
	text-align:justify;
	margin:0 0 15px 0;
}
/******************/
.form{
	width:560px;
}
.form li{
	margin:3px 0;
}
.form label{
	background:#547986;
	display:inline-block;
	width:140px;
	height:16px;
	border:1px solid #1f2929;
	color:#000000;
	text-align:right;
	float:left;
	margin:0 4px 0 0;
}
.form input{
	background:#1f2929;
	display:inline-block;
	width:300px;
	height:16px;
	border:1px solid #547986;
	color:#FFFFFF;
	font-size:12px;
	float:left;
}
.form select{
	background:#1f2929;
	display:inline-block;
	width:300px;
	height:20px;
	border:1px solid #547986;
	color:#FFFFFF;
	font-size:12px;
	float:left;
}
.form textarea{
	background:#1f2929;
	width:300px;
	height:100px;
	display:inline-block;
	border:1px solid #547986;
	color:#FFFFFF;
	font-size:12px;
	float:left;
}
/*****************/
.bas{
	width:900px;
	height:105px;
	margin:10px 0 0 0;
}
.footer{
	width:900px;
	height:16px;
	color:#FFFFFF;
	font-size:13px;
	margin:4px 0 0 0;
}
.footer a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover{
	color:#734F15;
}