.leftcol {
	position: absolute;
	width: 18%;
	top: 0
	left: 0px;
	padding: 0%;
	line-height: 1.5em;
	border: thin none #003366;
}
.middlecol {
	position: absolute;
	left: 180px;
	top: 20px;
	width: 59%;
	padding: 10px ;
	background-color: #FFFFFF;
}
.rightcol {
	position: absolute;
	left: 85%;
	border: thin #000000 solid;
	font-size: 0.9em;
	background-color: #33CCCC;
	padding: 1% 0% 1% 1%;
}
.container {
	position: relative;
	width: 100%;

}
.bottomnav {
	left: 28px;
	bottom: 2%;
	position: absolute;
	font-size: 0.8em;
	top: 701px;

}
.srightcol {

	position: absolute;
	left: 80%;
	border: thin solid #3366CC;
	font-size: 0.8em;
	width: 20%;
	background-color: #FFFFCC;
	padding: 1em;
}

