body {
	color: #000066;
	margin: 0px;
	padding: 0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;

}	
#leftpanel	{
	position: absolute;
	left: 0px;
	top: 104px;
	width: 20%;
	background: #ADD8E6;
	visibility: visible;
	bottom: 0px;
	height: 360px;



}
#header		{
	position: absolute;
	margin: 0px;
	height: 90px;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #ADD8E6;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 2px;



}
#headertext	{
	position: absolute;
	top: 75px;
	width: auto;
	left: 1%;
}
#topline	{
	position: absolute;
	top: 84px;
	width: 100%;
	color: #006699;
	padding: 2px 0% 2px 1%;
	left: 0px;
	border-top: thin solid #006699;
	border-right: thin #006699;
	border-bottom: thin solid #006699;
	border-left: thin #006699;
	background: #FFFFFF;


}
#navlist	{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style: square;
	
}
#navlist li {
	margin: 0;
	padding: 0px;
	list-style: square;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#navlist a {
	display: block;
	padding: 1px 1px 1px 5px;
	width: 100%;
	text-decoration: none;
	color: #006699;
}
#navlist a:hover {
	background: #4682B4;
	color: #FFFFFF;

}
#maintext	{
	position: absolute;
	top: 130px;
	width: 50%;
	left: 23%;
	height: auto;
}
#rightbox {
	position: absolute;
	top:120px;
	width: 20%;
	text-align: center;
	height: auto;
	left: 79%;
	padding: 1px;
	font-size: x-small;
	color: #006699;


}
#validation	{
	position: absolute;
	text-decoration: none;
	right: 0px;
	bottom: 0px;





}
hr {
	color: #006699;
}
