@charset "utf-8";
/* CSS Document */

body
{
margin:0px;
padding:0px;
background-color: #99ccff;
}
*
{
margin:0px;
padding:0px;
}
img
{
border:0px;
}
p
{
margin:6px 0px;
text-align: justify;
}
.left
{
float:left;
}
.right
{
float:right;
}
.clear
{
clear:both;
height:0px;
}
.container
{
width:970px;
height:auto;
text-align:center;
margin:0px auto;
}
.header
{
width:962px;
height:90px;
float:left;
text-align:left;
padding:0px 4px;
}
.logo-box
{
width:400px;
height:90px;
float:left;
text-align:left;
}
.logo
{
margin-top:25px;
}
.header-right
{
width:500px;
height:58px;
float:right;
text-align:right;
padding-top:32px;
color: #FFF;
font: bold 18px/22px  Arial, Helvetica, sans-serif;
text-decoration:none;
}
.header-right a
{
text-decoration: underline;
color: #ffff66;
font: bold 18px/22px  Arial, Helvetica, sans-serif;
}
.header-right a:hover
{
color: #ffff0e;
text-decoration: underline;
font: bold 18px/22px  Arial, Helvetica, sans-serif;
}
.body-main
{
width:970px;
height:auto;
float:left;
text-align:left;
}
.round-top
{
width:970px;
height:20px;
float:left;
text-align:left;
}
.body-inside-box
{
width:930px;
height:auto;
float:left;
text-align:left;
background:url(../images/body-inside-bg.jpg) left top repeat-y;
padding:0px 20px;
}
.round-bottom
{
width:970px;
height:20px;
float:left;
text-align:left;
}
.body-left
{
width:505px;
height:600px;
float:left;
text-align:left;
}
.body-right
{
width:380px;
height:563px;
float:right;
text-align:left;
background:url(../images/body-right-bg.jpg) left top no-repeat;
padding:37px 35px 0px 10px;
}
.register-title
{
width:363px;
height:60px;
float:left;
text-align:left;
padding-left:17px;
background:url(../images/register-title-bg.jpg) left top no-repeat;
}
.address-box
{
width:330px;
height:auto;
float:left;
text-align:left;
padding:8px 25px 0px 25px;
}
.free-register-box
{
width:342px;
height:53px;
float:left;
text-align:left;
padding-left:38px;
}
.green-register-box
{
width:290px;
height:43px;
float:left;
text-align:left;
background:url(../images/free-register-bg.jpg) left top no-repeat;
padding-left:24px;
text-decoration: none;
color: #FFF;
font: bold 26px/43px  Arial, Helvetica, sans-serif;
}
.green-register-box a
{
text-decoration: none;
color: #FFF;
font: bold 26px/43px  Arial, Helvetica, sans-serif;
}
.green-register-box a:hover
{
color: #ffff66;
text-decoration: none;
font: bold 26px/43px  Arial, Helvetica, sans-serif;
}
.thank-you-box
{
width:186px;
height:32px;
float:left;
text-align:left;
padding-left:94px;
}
.no-thank-you-box
{
width:187px;
height:32px;
float:left;
background:url(../images/thank-you-bg.jpg) left top no-repeat;
text-align:left;
padding-left:18px;
color: #FFF;
font: bold 22px/32px  Arial, Helvetica, sans-serif;
}
.no-thank-you-box a
{
text-decoration: none;
color: #FFF;
font: bold 22px/32px  Arial, Helvetica, sans-serif;
}
.no-thank-you-box a:hover
{
color: #ffff66;
text-decoration: none;
font: bold 22px/32px  Arial, Helvetica, sans-serif;
}
.input-box
{
width:190px;
height:18px;
text-align:left;
background-color: #FFF;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:normal;
line-height:18px;
padding-left:2px;
padding-top:2px;
border:1px solid #a7a6aa;
color: #333333;
}
.footer
{
width:970px;
height:auto;
float:left;
text-align:center;
padding:20px 0px 6px 0px;
text-decoration:none;
color: #003366;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
.footer a
{
text-decoration:none;
color: #003366;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
.footer a:hover
{
text-decoration: underline;
color: #003366;
font: normal 12px/18px  Arial, Helvetica, sans-serif;
}
/* CSS Text Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight:normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
body a
{
color:#ff0172;
text-decoration: underline;
font-weight:bold;
font-size:12px;
}
body a:hover
{
color:#99cc00;
text-decoration: underline;
font-weight:bold;
font-size:12px;
}
h1 {
	font-family: Helvetica,  Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	line-height: 34px;
	font-weight: bold;
	font-variant: normal;
	color: #ffff66;
	text-decoration: none;
	text-align:justify;
}