body{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cdd0d7;
	}
.container{
	width:1002px;
	height:auto;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	overflow:hidden;
	}
.header{
	width:1002px;
	height:222px;
	float:left;
	}
.center{
	width:960px;
	height:auto;
	margin-top:10px;
	padding-left:20px;;
	overflow:hidden;
	float:left;
	}
.centerleft{
	width:205px;
	background-color:#f3f3f3;
	height:auto;
	float:left;
	}
.clear{
	clear:both;
	height:0px;
	}
.middle{
	width:477px;
	padding-left:12px;
	height:auto;
	float:left;
	}
.request{
	width:43px;
	height:295px;
	float:left;
	}
.centerright{
	width:223px;
	height:auto;
	background-color:#f3f3f3;
	float:left;
	}
.footer{
	width:1002px;
	height:62px;
	margin-top:32px;
	background-image:url(../images/bgfooter.gif);
	background-repeat:repeat-x;
	border-top:1px solid #dbe3ee;
	float:left;
	}
.navgation{
	width:205px;
	height:auto;
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	letter-spacing:-1px;
	float:left;
	}
.contant{
	width:205px;
	height:auto;
	border-bottom:1px solid #e4e7ec;
	float:left;
	}
.nav{
	margin:0px;
	width:205px;
	height:auto;
	float:left;
	padding-bottom:10px;
	}
.leftlinkup{
	text-decoration:none;
	color:#38659c;
	}
	.leftlinkup:hover{
	text-decoration:none;
	color:#606060;
	}
	
.leftlink{
	text-decoration:none;
	color:#606060;
	}
.leftlink:hover{
	text-decoration:underline;
	color:#38659c;
	}

.icon{
	width:9px;
	height:9px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	}
.contact{
	width:188px;
	height:66px;
	float:left;
	padding-left:9px;
	margin-top:16px;
	padding-bottom:85px;
	}
.welcome{
	width:477px;
	height:35px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#cacaca;
	letter-spacing:-1px;
	padding-top:10px;
	}
.picture{
	width:477px;
	margin-top:16px;
	height:auto;
	float:left;
}
.img{
	width:230px;
	height:70px;
	float:left;
	}
.txtright{
	padding-left:7px;
	width:235px;
	font-size:11px;
	height:auto;
	line-height:15px;
	color:#767676;
	float:left;
	}
.pragraph{
	width:477px;
	padding-top:5px;
	height:auto;
	float:left;
	font-size:11px;
	color:#767676;
	line-height:15px;
	}
.email{
	width:477px;
	height:auto;
	padding-top:28px;
	font-weight:bold;
	font-size:12px;
	color:#3c3c3c;
	float:left;
	}
.emaillink{
	text-decoration:none;
	color:#3c3c3c;
	}
	.emaillink:hover{
	text-decoration:underline;
	color:#3c3c3c;
	}
	
.form{
	width:193px;
	height:auto;
	padding-top:22px;
	padding-left:18px;
	float:left;
	}	
.element{
	width:193px;
	height:auto;
	font-size:12px;
	color:#3c3c3c;
	font-weight:bold;
	float:left;
	}
.txtinput{
	width:193px;
	height:auto;
	float:left;
	margin-top:5px;
	padding-bottom:10px;
	}
input{
	width:190px;
	height:21px;
	border:1px solid #dedede;
	}
textarea{
	width:193px;
	height:87px;
	border:1px solid #dedede;
	overflow:hidden;
}
.btnsubmit{
	width:82px;
	height:27px;
	float:right;
	padding-bottom:20px;
}

.fotternav{
	width:450px;
	height:auto;
	margin-top:12px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color:#949494;
	font-weight:bold;
	}
.cpoyright{
	width:500px;
	height:auto;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
	color:#949494;
	}
.footerlinkup{
	text-decoration:none;
	color:#38659c;
	}
.footerlink{
	text-decoration:none;
	color: gray;
	}
	.footerlink:hover{
	text-decoration:underline;
	color:#38659c;
	}



.errormessage{
	color: red;
	font-weight: bold;
	font-size: 10px;
}	

.success{
	color: green;
	font-weight: bold;
	font-size: 10px;
}