@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#676767;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #FF7E28;
}
a:active {
	text-decoration: underline;
	color: #FF7E28;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg_whole_bg.jpg);
	background-repeat:repeat-x;
}
h1{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../images/layout_main_title_bg.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	color:FF550C;
	padding-left:20px;
	margin-left:25px;
	margin-bottom:30px;
	cursor:default;
}
h2{
	font-size:12px;
	color:#FF6600;
	font-weight:bold;
	padding-left:25px;
}
h3{
	font-size:11px;
	color:#666666;
	font-weight:bold;
	padding-left:25px;
}
p{
	letter-spacing:1px;
	line-height:16px;
	margin-left:25px;
	margin-right:25px;
}
#main_content ul{
	line-height:16px;
}
li{
	margin-right:25px;
}
.background_left_top{
	background-image:url(../images/bg_left_top.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:70px;
	height:404px;
}
.background_left_bottom{
	background-image:url(../images/bg_left_bottom.jpg);
	background-repeat:repeat-y;
	background-position:right;
	width:70px;
}
.background_right_top{
	background-image:url(../images/bg_right_top.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:70px;
	height:404px;
}
.background_right_bottom{
	background-image:url(../images/bg_right_bottom.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width:70px;
}
.footer{
	height:70px;
	background-image:url(../images/footer_bg.jpg);
	color:#FFFFFF;
	letter-spacing:2px;
	text-align:center;
	font-size:11px;
	vertical-align:middle;
}
.footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	color:#000000;
	text-decoration:underline;
}
.copyright{
	font-size:9px;
	letter-spacing:1px;
}
#wrapper{
	margin-top:20px;
}

#wrapper{
	margin-top:0px;
}

#wrapper_margin{
	height:20px;
	clear:both;
}
#content_left{
	float:left;
	width:245px;
}

#content_right{
	float:right;
	width: 605px;
}

#content_right2{
	background:#FFF repeat;
	float:right;
	width: 605px;
}

#main_content{
	background-image:url(../images/layout_main_bg_mid.png);
	padding-left:7px;
	padding-right:9px;
	padding-top:2px;
	padding-bottom:10px;
}

.form_title{
	font-weight:bold;
	font-size:12px;
}

.help_content_title{
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
