html, body {
	margin: 0;
	padding: 0;
}

body {
    background-color:#333;
    color: #484846;
    font-family:"Lucida Grande", "Lucida Sans Unicode",Arial,Tahoma,Verdana,sans-serif;
    font-size: 14px;
    background-image: url(bodyBg.jpg);
    background-repeat: repeat-x;
}

table {
	width: 100%;
	border-collapse: collapse;
}
td, th {
	border-bottom: 1px solid #9c0;
	padding: 5px;
}
td {
	width: 70%;
}
th.head {
	background: #9c0;
	color: #fff;
}
 
#header_wrap {
    height: 180px;
}

#header {
    margin:0px auto;
    padding: 0px;
    width: 960px;
    height: 180px;
	padding: 0 15px;
}

#header #logo {
    background:transparent url(logo_bg.gif) no-repeat scroll 0%;
    float:right;
    height:100px;
    padding-top:0px;
    padding-right:40px;
    width:208px;
}
#header #logo img {
	padding: 20px;
}

#headertext {
    height:60px;
    margin: 60px 0px 10px 0px;
    padding: 0px;
    width:680px;
    float:left;
}

#header h1, #header p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    color: #fff;
    font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 2px 0px #669900;
}

#header p {
    font-size: 16px;
    color: #484846;
	line-height: 22px;
	padding-top: 10px;
	text-shadow: none;
}

.code {
   color: #669900;
   font-size: 18px;
   font-weight: bold;
	margin: 25px 0;
	line-height: 28px;
}

td.code {
	text-align: center;
}

#content_wrap {
    background:#fff none repeat scroll 0%;
}

.clear {
    clear: both;
}

#content {
    margin:0pt auto;
    width:960px;
    padding: 30px 15px;
}
#content p,
#content li {
	line-height: 20px;
}
#footer_wrap {
    background:#555555 none repeat scroll 0%;
    clear:both;
}

#footer {
    color:#FFFFFF;
    font-size:11px;
    line-height:18px;
    margin:0pt auto;
    padding:20px 15px;
    width:960px;
	height: 70px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
    color: #669900;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    text-decoration: underline;
    color: #99CC00;
}

.btnRegister {
    background:transparent url(button_register.gif) no-repeat scroll 0%;
    width: 240px;
    height: 70px;
}

.btnRegister a {
    display:block;
    height: 100%;
    width: 100%;
}

#topcontent_right {
    color:#000000;
    float:right;
    font-size:11px;
    font-weight:bold;
    margin-top:10px;
    width:240px;
}

#mainimage {
    float:left;
    padding:0px 20px 100px 0pt;
    width:210px;
}

#maincontent {
    border-right:1px solid #E6E6E6;
    float:left; 
    padding:0px 52px 40px 0pt;
    width:630px;
}

#sidebar {
    float:right;
    padding:0px;
    width:250px;
}

#sidebar p {
    font-size: 12px;
	line-height: 18px;
}

.partnerlogo {
	border: 0px solid #9c0;
	padding: 2px;
}

.note {
	padding: 0 10px;
	border: 2px solid #9c0;
}

#copyright {
	background-color: #333;
}
#copyright p {
color:#AAAAAA;
font-size:11px;
line-height:16px;
margin:0 auto;
padding:10px 0;
width:960px;
}
#footer p {
	float: left;
	width: 640px;
}
#footer #address {
border-left:1px solid #888888;
float:right;
font-size:10px;
height:70px;
padding:0 10px 5px 20px;
width:245px;
}
#footer #address strong {
color:#99CC00;
font-size:11px;
font-weight:bold;
}
#footer #address dt, #footer #address dd {
float:left;
margin: 0;
padding: 0;
position: relative;
top: -10px;
}
#footer #address dt {
clear:both;
color:#AAAAAA;
padding-right:5px;
text-align:right;
width:30px;
}
.left {
	float: left;
}
.right {
	float: right;
}