
body {
	background-image: url(images/bg.jpg);
}

.leftpanel {
	background-color: transparent;
	position:absolute;	left: 0px; 
	width:200px;
	font-size:0.8em;
	z-index: 50;
}

.headerone {
	position: absolute;
	width: 100%;
	background-color:transparent;
	left: 220px;
	top:0px;
	height: 50px;
	z-index:100;
}

.hc {
	background-color: transparent;
	width:450px;
	height: 450px;
	padding: 0px 5px 20px 5px;
}

.midpanel {
	position: absolute;
	padding: 12px 20px 20px 20px;
	top: 60px;
	left: 200px;
	z-index: 1;
	width: 550px;
	height: auto;
	text-transform: none;
	text-align: left;
	display: block;
	clear: both;
	visibility: visible;
	float: left;
	bottom: auto;
}

.white_mid {
	color: #FFFFFF;
	vertical-align: super;
}

.blue {
	color: #000066;
}

.doublespace {  
	line-height: 2.5em; 
	list-style-type: none; 
}
.largeF {
	font-size:2em;
}

.midF {
	font-size:1.4em;
}

.normalF {
	font-size:1em;
}

.centered {
	text-align: center;
}

.footer {
	position: absolute;
	left: 184px;
	bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	width: 65%;
	text-align: center;
	color: #000099;
	z-index: 70;
}