@charset "UTF-8";
/* CSS Document */
body {
	background:url(header-bg.png) repeat-x;
	font-family:Helvetica,Arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#666;
}
a {
	text-decoration:none;
	color:#0082c3;
}
hr {
	background:#CCC;
	border-bottom:1px solid #CCC;
	border-top:none;
	margin-bottom:30px;
}
h2 {
	font-size:15px;
}
h3 {
	font-size:18px;
	color:#d20d1d;
}
h4 {
	font-size:15px;
	color:#333;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;

}
#site {
	width:920px;
	margin:0 auto;
	padding:0 20px 0 20px;
}
#header {
	padding-top:25px;
}
#left {
	padding-top:50px;
	width:645px;
	float:left;
}
#right {
	float:right;
	background:#f8f8f8;
	padding:8px 0px 20px 15px;
	width:220px;
	margin-top:70px;
	border-radius:5px;
	border:1px solid #eee;
	min-height:140px;
}
#position {
	width:645px;
}
.required {
	width:420px;
}
.required li {
	padding-left:20px;
	background:url(tick.png) no-repeat;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px solid #CCC;
}
#footer {
	margin-top:100px;
	padding:20px 0px 100px 0px;
	background:#e6e6e6;
	text-align:center;
	font-size:11px;
	color:#7c7c7c;
	border-top:1px solid #ccc;
}