/*YUI RESET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;text-align:left;}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}legend{color:#000}div{float:left;clear:none;}a,input,textarea,select{outline:none}html,body{width:100%;height:100%;text-align:center;}
/*END YUI RESET*/



html,body{
	font-size: 11px;
	background-color:#ECEDEF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#413226;
}
h1{
font-weight:bold;
font-size:26px;
color:#659d80;
padding-bottom:5px;
}
h2{
	font-weight:bold;
font-size:13px;
color:#241c1c;	
line-height:18px;
}
.heavy{
font-family:Arial Black, Arial, Helvetica, sans-serif;
font-size:25px;
}

.wrapper {
	width:1000px;
	clear:both;
	float:none;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../Image/bg_shadow.jpg);
	background-repeat: repeat-y;
	overflow:hidden;
}
.wrapperinside{
		background-image: url(../Image/main_bg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
.maincontent{
	width:1000px;
	padding-top:250px;
	
}
.footer{
	width:1000px;
	height:51px;
	background-image: url(../Image/footer_bg.jpg);
	background-repeat: no-repeat;
	color:#ffffff;
	text-align:center;
	padding-top:88px;
}
.leftcol{
	width:348px;
	float:left;
	clear:none;
	padding-left:70px;
	padding-right:20px;
}
.rightcol{
	width:530px;
	float:left;
	clear:none;
	padding-left:32px;
	padding-top:5px;
}
.topcol{
width:690px;
float:left;
clear:both;
padding-left:230px;
padding-right:80px;
height:120px;
}
.mylist {
	
	
}
.mylist li{
padding:5px;
list-style-image: url(../Image/chevron.jpg);
}
.formtop{
	height:73px;
	width: 100%;
}
input[type=text]{
padding:2px;	
border: 1px solid #ccc;
margin-top:2px;
}
td{
line-height:11px;	
}
p{
line-height:16px;	
}a {
	color: #5F8B6F;
}

