body, div, form, ul{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
.clearAll{
	clear:both;
	height:1px;
}
.pageAll{
	width:980px;
	margin:0 auto;
}
.header{
	height:171px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
}
.headButt{
	float:left;
	padding-left:517px;
	padding-top:115px;
}


.menu{
	float:left;
	width:215px;
	padding:0;
	margin-top:25px;
	background-image: url(/img/menu_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.menu ul, .menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}
.menu ul li.menuHead{
	height:15px;
	background-color:#639ECF;
}
.menu ul li a{
	padding:0 0 0 22px;
	line-height:30px;
	width:155px;
	display:block;
	border-bottom:1px dotted #999999;
	background-image: url(/img/menu_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #515151;
	text-decoration: none;
	margin-left:15px;
}
.menu ul li a:hover{
	color:#069;
}

.contents{
	width:500px;
	float:left;
	padding:30px 25px 0 30px;
	color:#333333;
}
.contents h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:30px;
	margin:0;
	padding:0;
	color:#0493D7;
	font-weight: normal;
}
.contents h2 { 
	font-size:16px;
}
.contents h3 {
	font-size:14px;
}

.contents ul{
	margin-left: 20px;
}
.contents ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.coloredTxt{color:#282828;}
.contents p{margin-bottom:25px;}




form{
	margin:0;
	padding:0;
	background-image: url(/img/form_bk.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
form input[type="submit"]{
	width:499px;
	height:20px;
	background-image: url(/img/form_button.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin:25px 0 0 0;
	border:none;
}
form input[type="text"]{
	height:17px;
	border:1px solid #ccc;
}
form ul li{
	list-style-type:none;
	padding-left:30px;
	line-height:22px;
	background-image: url(/img/form_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

form label{
	color:#4d4d4d;
	clear:both;
	width:200px;
	display:block;
	margin-bottom:3px;
}
label input[type="text"]{
	width:75px;
	margin-left:15px;
}




.banners{
	width:187px;
	height:600px;
	float:right;
	padding:25px 0 0 0;	
}


.footer{
	height:22px;
	padding:20px 0 20px;
	background-image: url(/img/footer_bk.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
.footer a{
	padding:0 3px 0 3px;
	color:#121212;
}
.footer a:hover{
	color:#FFF;
}