body {
	background-color: #0A50A1;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.lfpic {
	float: left;
	margin-left: 20px;
}
a:hover {
	color: #FE6B1E;
}
.txtbox {
	float: left;
	background-color: #B0BFDC;
	width: 60%;
	margin-left: 20px;
	padding: 20px;
}

.topbar {
	width: 95%;
	background-image: url(images/topbar.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: 114px 114px;
	height: 132px;
}
.maintext {
	margin-top: 25px;
}
.botsec {
	float: left;
	clear: both;
	height: 40px;
}
.botlink {
	font-weight: bold;
	color: #000000;
}
.topsec {
	margin-left: 20px;
	color: #FE6B1E;
	position: absolute;
	top: 95px;
	left: 50%;
	font-size: 90%;
}
.toplink {
	color: #FE6B1E;
}
.errstyle {
	color: #FF0000;
	font-size: 80%;
	font-weight: bold;
}

