body {
	background: #000000;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	line-height:14px;
	height:100%;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited{
	color: #0066CC;
	}
	
a:hover      {

	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 780px;
	height: 80px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
.headerleft {
	width: 350px;
	color: #FFFFFF;
	float: left;
	margin: 0px;
	padding: 40px 0px 40px 0px;
	}
	
.headerleft a, .headerleft a:visited {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 28px;
	color: #50AAFE;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
.font12 {
	font-size: 12px;
}
.font11 {
	font-size: 11px;
}
.font10 {
	font-size: 10px;
}


.font9 {
	font-size: 9px;
}

.headerleft a:hover {
	color: #50AAFE;
	text-decoration: none;
	}
	
.headerright {
	width: 460px;
	float: right;
	text-align: right;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	}
	
.headerright li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
.headerright ul {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	}
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	}
		
.headerright a:hover {
	background: #666666;
	text-decoration: none;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/
#pageWrapper
{
	width: 100%;
	background: #FFFFFF url(images/bg.jpg) top center no-repeat;
	margin: 0px auto 0px;
	padding: 0px;
	height: 100%;
}

#content {
	width: 770px;
	margin: 0px auto 0px;
	padding: 0px;
	height: 100%;
	}

#content p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 18px;
	}
	
#content h1 {
	color: #1c3b72;
	font-size: 24px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	padding: 20px 0px 2px 0px;
	margin: 2px 0px 15px 0px;
	
	}

#content h1 a  {
	color: #333333;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #0066CC;
	text-decoration: none;
	}
	
#content p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 450px;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#contentleft ul{
	list-style-type: circle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #333333;
	}
	
#contentleft ul li{
	list-style-type: disc;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	}

#content #contentleft .none ul {list-style-type: none;padding:0px;margin:0px;margin-top:0px;}	
#content #contentleft .none ul li {list-style-type: none;padding:0px;margin:0px;line-height:20px;}	

blockquote{
	margin: 0px 25px 15px 25px;
	padding: 0px 20px 0px 20px;
	background: #E8E8E8;
	border-top: 2px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
#blog {
	float: right;
	width: 250px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}

.downloadb {
padding-top:22px;
padding-left:62px;
display:block;
}
a.button{
	background:url(images/regcure-download.png);
	display:block;
	color:#0066CC;
	font-weight:bold;
	height:66px;
	text-decoration:none;
	width:270px;
}
a:hover.button{
	color:#387080;
}

/************************************************
*	Box       					     		    * 
************************************************/
.box
{
	background-color: white;
	border: 1px solid #C5C5C5;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

.box_body
{
	padding: 5px 5px 5px 5px;
	width: 100%;
}

.box td
{
	font: 12px Arial, Tahoma, sans-serif;
}

.box_header
{
	background-color: #dddddd;
	height: 27px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #C5C5C5;
	padding-top: 3px;
	padding-left: 3px;
}

.box_header p
{
	margin-top:4px;
	color: #3E3E3E;
	font-size: 1.5em;
	margin-left: 5px;
}

.box_header a
{
	float:right;
	margin-top: 2px;
	margin-right: 5px;
	text-decoration: none;
}

/************************************************
*	Footer    					     		    * 
************************************************/
div#footer {
	height: 84px;
	
	background: #0b0b0b;
	
	text-align: center;
}

	div#footer a {
		color: white;
	}

	ul.nav {
		width: 780px;
		margin: 0 auto;
		padding: 0px;
		padding-top: 10px;
		padding-bottom: 30px;
		list-style: none;
	}
		
		ul.nav li {

			line-height: 100%;

			color: white;
			float: left;
			margin-left: 20px;
			margin-right: 20px;
			text-align: center;
		}

	div#footer-text {
		width: 746px;
		margin: 0 auto;
	}

	div#footer p {
		color: white;
	}
	
	p#copyright {
    width: 475px;
		float: left;
	}
	
	p#update {
	width: 250px;
		float: right;
		text-align: right;
	}
		
