/*formatting*/

.halostatsleft {
	font-size: x-small;
}

.halostatsright {

}

.links {
	margin-right: 8px;
}

.copyright {
	color: #666633;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	border-top: 1px solid #000;
	width: auto;
	text-align: center;
}

.subtitle {
	margin-right: 8px;
	font-family: arial, sans-serif;
	font-variant: small-caps;
}

ul {
	margin-top: 0px;
	list-style: disc url(images/bullet.gif) outside;
}

a {
	color: #666633;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	text-decoration: none;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	font-family: arial, sans-serif;
	font-size: 10pt;
	color: black;
}

a:hover {
	color: #999933;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	text-decoration: underline;
}

a:visited :active{
	color: #999933;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-variant: small-caps;
	text-decoration: none;
}

.description {
	color: #666633;
	font-family: arial, sans-serif;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
}

/*layout*/
	body {
		margin:0px 10px 0px 10px;
		padding:0px;
		background-color: #999999;
		}
	
	#halostatsleft {
		position: absolute;
		left:12px;
		top:129px;
		height: 650px;
		width:500px;
		background:#fff;
		border:1px solid #000;
	}
	
	#halostatsright {
		position: absolute;
		left:513px;
		top:129px;
		height: 650px;
		width:301px;
		background:#fff;
		border:1px solid #000;
	}
	

	
	#leftcontent {
	position: absolute;
	left:12px;
	top:129px;
	/*		height: 425px;*/
		width: 495px;
	background:#fff;
	padding: 2px 305px 2px 2px;
	border:1px solid #000;
	z-index: 20;
		}

	#rightcontent {
		position: relative;
		left: 500px;
/*		left:513px;
		top:129px;
		height: 425px; */
		width:301px;
		background:#fff;
/*		border-left:1px solid #000;*/
		z-index: 30; 
		}
	#wrapper {
		border-right: 1px solid #000;
		width: 480px;
	}
	
	#banner {
		background: white;
		margin: 0px 2px 2px 2px;
		height:130px;
		width: 802px;
		border-top:0px solid #000;
		border-right:1px solid black;
		border-left:1px solid black;
		border-bottom: 0px solid black;
		voice-family: "\"}\"";
		voice-family: inherit;
		height:129px;
		z-index: 10;
		}
	html>body #banner {
		height:129px;
		}
		
	#messaging {
		position: absolute;
		left:12px;
		top:129px;
		height: 800px;
		width: 802px;
		background:#fff;
		border:1px solid #000;
	}
