div {
	border: none;
	}

#header {
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
	color: #ff6600;
	font-size: 35px;
	border-bottom: 2px solid #ff6600;
	height: 110px;
	background: #fff;
	font-family: Tahoma;
	}
	
#subhead {
    width: 100%;
	margin-top: 3px;
	margin-right: 10px;
	text-align: right;
	color: #0000cc;
	height: 10px;
	background-color: #fff;

}
#leftcol {
	float: left;
	width: 150px;
	margin-left: 0px;
	margin-top: 5px;
	color: #ff6600;
	padding: 3px;
	font-size: 3;
	background: #fff;
	}

		
#rightcol {
	position: absolute;
	right: 5px;
	top: 170px;
	width: 150px;
	color: #0000cc;
	padding: 3px;
	font-size: 12px;
	background: #fff;
	z-index:3;
	}

#rightcol tr{
	color: #0000cc;
	font-size: 12px;
	background: #fff;
	z-index:3;
	}


#leftcol p, #leftcol li, #subhead {
	font-size: 15px;
	font-family: Tahoma;
	}
	
#content {
	margin: 0px 25% 0 165px;
	padding: 3px;
	color: #000;
	}
	
#footer {
	margin-top: 6px;
	clear: both;
	width: 100%;
	font-family: Tahoma;
	font-size: 14px;
	text-align: right;
	padding: 3px;
	color: #000;
	background: #fff;
	}
	

			
body {
	width: 97%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}
	
p, a, ul{
	font-family: Tahoma;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma;
	margin-top: 0px;
	}

a:link {color:#0000cc; text-decoration: none; font-weight: bold; }
a:visited {color:#000ccc; text-decoration: none;}
a:hover {color:fff; background-color:#cc6600;}