@charset "utf-8";
/* CSS Document */

html {
background-image:url(images/BG.png);
background-repeat:repeat-x;
background-color:#8d8c8d;
}
p {
font-size:12px;
color:#000000;
}
h1, h2, h3, h4, h5, h6{
text-align:left;
color:#666666;
font-size:16px;
font-weight:bold;
}
h2{
font-size:28px;
color:#FF6600;
}
h3{
font-size:22px;
color:#FF9900;
}
li{
margin:auto;
list-style:none;
text-decoration:none;
font-size:12px;
}
img, a, ul, li, td, tr, table, form, h1, h2, h3, h4, h5, h6, p, html, body{
margin:0;
padding:0;
border:0;
font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
margin:10px 0px 10px 0px;
}
.smalls{
font-size:10px;
text-align:center;
margin-top:3px;
}
.center{
text-align:center;
}
.rightJustify{
text-align:right;
}
body {
background-repeat:repeat-y;
font-size:12px;
color:#000000;
position:absolute;
width:840px;
top:0;
left:50%;
margin-left:-420px;
}
#header{
width:840px;
height:216px;
float:left;
background-image:url(images/header.png);
}
#header h1{
position:absolute;
left:99999;
top:99999;
visibility:hidden;
}
#content{
background-image:url(images/bodyBG.png);
background-color:#FFFFFF;
float:left;
width:740px;
padding: 20px 50px 30px 50px;
}
.regBox{
width:220px;
margin:20px 280px 0px 260px;
}
.links{
text-align:center;
font-size:9px;
margin-top:20px;
}
.links p{
color:#666666;
font-size:9px;
}
.links a{
font-size:9px;
color:#666666;
text-decoration:none;
}
.links a:hover{
color:#666666;
text-decoration:underline;
}
#footer{
width:840px;
height:50px;
float:left;
background-image:url(images/footer.png);
background-color:#FF3300;
text-align:center;
}
#footer p{
margin-top:20px;
color:#FFFFFF;
font-size:11px;
}
