@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	outline:none;	
	line-height:20px;
	list-style:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#E3EDD2;
	color:#454545;
	padding-bottom:20px;
}
a {
	color:#205BAF;
	text-decoration:none;
}
a:hover {
	color:#2a783a;
}
p {
	padding-bottom:14px;
}
ol, ul {
	margin-bottom:14px;
	margin-left: 40px;
}
ol {
	margin-left:20px;
}
ol li {
	list-style:decimal;
	list-style-position:outside;
}
ul li {
	background:url(../images/core/treebullet.png) no-repeat 0px 4px;
	padding-left:30px;
	vertical-align:top;
}
#out {
	float:left;
	width:100%;
	background:url(../images/core/bodybg.jpg) repeat-x 0px 0px;
}
#wr,#ft {
	width:800px;
	margin:0px auto;
	text-align:left;
}
#wr {
	background:url(../images/core/cor_single_r.gif) no-repeat right top;
}
#hdwr {
	padding-top:8px;
	height:307px;
	width:800px;
}
#hdnvwr {
	width:800px;
	height:37px;
	background:#5B8ED3;
}
#hd {
	height:222px;
	padding-top:48px;
	width:800px;
	position:relative;
	z-index: 300;
	background:url(../images/core/banner.jpg) no-repeat 0px 0px;
}
#cntwr {
	background:url(../images/core/grass.png) repeat-x 0px bottom #9fcaf7;
	float:left;
	width:800px;
	height:1%;
}
#cnt {
	padding:25px 0px;
	width:800px;
	height:1%;
	display:block;
	float:left;
}
#cntin {
	width:800px;
	height:auto;
	background:url(../images/core/rgt.gif) no-repeat right 0px;
	float:left;
}
#lft {
	width:570px;
	padding:15px 40px 15px 40px;
}
#rgt {
	width:150px;
}
#ft {
	padding:15px 0px;
	font-size:11px;
	height:20px;
	background:url(../images/core/footer_bg.png) no-repeat 0px 0px;
}
#ft a, #ft p {
	color:#fff;
}
#ft a:hover, #ft a.act, #ft a.act:hover {
	color:#454545;
	background:#fff;
}
#ftl,#ftr {
	width:380px;
	float:left;
}
#ftr {
	text-align:right;
	padding-right:20px;
}
#ftl {
	padding-left:20px;
}
#imgpadding {
	padding-right: 20px;
}
.fld {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
}
.fld_ar {
	width: 564px;
	height: 170px;
}
.f_250 {
	width: 250px;
	margin-right: 22px;
}
.f_150 {
	width: 150px;
}
.f_100 {
	width: 100px;
}
.f_50 {
	width: 50px;
}
.f_drop {
	width: 256px;
}
.f_h_100 {
	height: 100px;
}
.form_hd {
	display: block;
	font-weight: bold;
	background: #E3EDD2;
	padding: 3px 10px;
	margin:14px 0px 4px 0px;
}
table tr th {
	margin-top: 3px;
	/* font-weight: 100; */
}
table tr {
	border-bottom: 1px solid #333;
}
.dvd {
	height: 5px;
}
.btn {
	padding: 4px;
	border: 1px solid #999;
}
.red {
	color: #900;
	font-weight: 100;
}
.green {
	color: #006600;
}
.br_td {
	border-top: 1px dashed #e3edd2;
}
#form_buttons, #form_buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
#form_buttons {
	margin-bottom:14px;
}