	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#ffffff;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		color: #000000;
		font-family: Arial, Verdana, Helvetica, Sans-serif;
		line-height: 115%
	}
	a {
		color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
		color: #006699;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
	}
	
/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
		height: 100px;
	    background: #006699;

	}
	#header {
		border-bottom:1px solid #000;
	}
	
	.logoleft {
	position: absolute;
	top: 1px;
	left: 1px;
	margin: 0px; 
	width: 218px;
	height: 91px;
}

	.logoright {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 800px;
	height: 100px;
    background-image:url('images/banner-cert2pass-header.jpg');
	margin:0px;
    padding:0px;

}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:visible;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#fff;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#f4f4f4;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:26%;			/* left column content width (column width minus left and right padding) */
		left:3%;			/* (right column left and right padding) plus (left column left padding) */
	}
	
  
	.leftmenu .col2 .nav {
		clear:both;
		float:left;
		width:100%;
	}
	.leftmenu .col2 .nav {
		border-bottom:1px solid #000;
	}
	.leftmenu .col2 .nav p,
	.leftmenu .col2 .nav h1,
	.leftmenu .col2 .nav {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	.leftmenu .col2 .nav ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	.leftmenu .col2 .nav ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	.leftmenu .col2 .nav ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:left;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:0px;
		line-height:1.3em;
		width: 100%;

	}
	.leftmenu .col2 .nav ul li a:hover {
		background:#369;
		color:#fff;
	}
	.leftmenu .col2 .nav ul li a.active,
	.leftmenu .col2 .nav ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	.leftmenu .col2 .nav ul li a span {
		display:block;
	}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	
	hr {
	border-top:1px solid #006699;
	border-right:0;
	border-left:0;
	border-bottom:1px;
	}
	
	/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(images/grad1.html) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

#footer
{
	clear: left;
	width: 100%;
	height: 25px;
}

#topsection{
background: #ffffff;
height: 110px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#columnwrapper{
float: left;
width: 100%;
}

#rightcolumn{
margin: 0 2% 0 5%; /*Margins for right column. Should be "0 contentcolumnWidth 0 rightcolumnWidth*/
background: #ffffff;
line-height:73%;
}

#leftcolumn{
float: left;
width: 5%; /*Width of left column in percentage*/
margin-left: -100%;
background: #ffffff;
line-height:90%;

}

#contentcolumn{
float: left;
width: 30%; /*Width of right column in percentage*/
margin-left: -50%; /*Set margin to -(contentcolumnWidth)*/
}



.innertube{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imagespacer1 {
float:left; 
padding-top; 
padding-left:150px; 
padding-right:150px; 
padding-bottom:10px;
}
#offer {
float:left; 
padding-left: 10px;
height: 80px;
width: 250px;

}
#referform {
float:left; 
padding-left: 10px;
height: 500px;
width: 99%;

}
.pager { 
	background-color:#eee; 
	border:#ccc 3px solid;
	padding:3px;
	text-align:center;
	font:normal 12px verdana;
}
.lhead { 
	background-color:#eee; 
	border-top:#aaa 3px solid;
	border-bottom:#aaa 3px solid;
	padding:3px;
	font:bold 14px verdana;
}
.lpart { 
	background-color:#f0f0f0; 
	border-left:#ccc 2px solid;
	padding-bottom:25px;
}
.lpage { 
	font:normal 12px verdana;
}
.lcount { 
	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}

#copyright{
	font:normal 11px tahoma,verdana;
	color:#000;
	text-align:center;
	padding:0px;
	width:720px;

}
.sitenames {
padding-left:30px; 
height:20px;
width:100%;

}
.aa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-left: 45px;
}

