html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#FFF;
}
p, ul{
	margin-bottom:4px;
	text-align:left;
	font-size: 12px;
	line-height:18px;
	color: #000;
}
h1	{
	font-size: 18px;
	line-height:18px;
	color:#FFF;
	font-style:italic;
	padding-bottom:20px;
}
h2	{
	font-size: 16px;
	line-height:16px;
	padding:0 5px 0px 0px;
	color:#996633;
}
h2 a{
	text-decoration:none;
	color:#666;
}
h2 a:hover{
	text-decoration:none;
	color:#E35E00;
}
h3{
	padding:0px;
	color:#000;
	line-height:21px;
	font-size:17px;
	margin:0px 0px 14px 0px;
}
h4{
	padding:4px;
	color:#000;
	line-height:21px;
	font-size:18px;
	margin-bottom:18px;
	text-align:center;
}
img{
	border:none;
	padding:none;
	margin:none;
}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:none;
}

#allcontain{
	width:1000px;
	background-color:#FFF;
	margin: 31px auto 0px auto;
}
#rightcon{
 width:634px;
 margin:0px 0px 0px 341px;
 text-align:left;
}
#leftcon{
	float:left;
	width:150px;
	margin:22px 0px 0px 25px;
	text-align:left;
}
#footer{
	width:1000px;
	clear:both;
	margin:0px 0px 0px 0px;
}
#ffooter{
	width:1000px;
	clear:both;
	margin:-50px 0px 0px 0px;
}
#footer p{
	font-size:10px;
	color:#666;
	text-align:right;
}
#ffooter p{
	font-size:10px;
	color:#666;
	text-align:right;
}
#iblock{
	margin-left:13px;	
}
#iblock img{
	margin-bottom:21px;
	border:1px solid #CCC;
}
.cssform p{
	width: 180px;
	margin: 0px 0px 0px 20px;
	padding: 5px 0px 0px 20px;
	padding-left:60px;
	height: 1%;
	vertical-align:middle;
	text-align:left;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -60px;
	width: 35px;
	font-size:10px;
	line-height:12px;
}
.cssform textarea{
	float: left;
	margin-left: -60px;
	width: 350px;
	height:50px;
	font-size:12px;
	line-height:14px;
}
.greyish{
	color:#999;	
}
h3 ul{
	margin:0px 0px 0px 40px;
	padding:0px;
}
h3 li{
	line-height:21px;
	font-size:17px;	
}
.linker:hover{
	cursor:pointer;	
}