@charset "UTF-8";
#fullBody {
	width: 100%;
	position: absolute;
	float: left;
	top: 0px;
	left: 0px;
	}
#fullBody #contentWrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#fullBody #contentWrapper #mainMenu {
	clear: both;
	height: 300px;
	width: 1000px;
}
#fullBody #contentWrapper #contentRight {
	background-image: url(../images/side_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: right;
	float: right;
	height: 395px;
	width: 270px;
	margin-top: 25px;
	margin-right: 40px;
	padding-top: 5px;
}
#fullBody #contentWrapper #contentLeft {
	clear: left;
	float: left;
	height: 395px;
	width: 620px;
	background-image: url(../images/main_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
}
#fullBody #contentWrapper #footer {
	background-image: url(../images/footer_back.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 45px;
	width: 920px;
	margin-top: 5px;
	margin-right: 40px;
	margin-left: 40px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	padding-top: 10px;
	line-height: 10px;
}
#fullBody   #contentWrapper #floatWrapper {
	float: left;
	width: 1000px;
	height: 800px;
	background-image: url(../images/full_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
#fullBody #contentWrapper #contentLeft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 10px;
	text-indent: 15px;
	margin-top: 15px;
}
#fullBody #contentWrapper #contentRight h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 10px;
	text-indent: 15px;
	margin-top: 15px;
}
#fullBody #contentWrapper #floatWrapper #contentLeft #pageIframe {
	margin-left: 25px;
}
#fullBody #contentWrapper #floatWrapper #contentRight #pageIframe {
	margin-left: 25px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
#fullBody #contentWrapper #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	}
#fullBody #contentWrapper #footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: underline;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 10px;
	text-indent: 15px;
}
#fullBody #contentWrapper #floatWrapper #contentLeft #pageIframe .pay {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#fullBody #contentWrapper #floatWrapper #contentLeft #pageIframe .payTop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.off {
	background-color: #efefef;
}
.on {
	background-color: #99FFCC;
}