div#footer_3linecontrol {
	position: relative;
	top: 0em;
	left: 0em;
	width: 100%;
	background-color: #3c78b5;
	color: white;
	height: 4.5em;
}

div#footer_firstblock {
	position: relative;
	top: 0em;
	left: 0em;
	width: 20em;
	height: 4.5em;
}

div#footer_secondblock {
	position: absolute;
	top: 0em;
	left: 20em;
	width: 20em;
	height: 4.5em;
	border-right: 1px solid white;
}

div#footer_thirdblock {
	position: absolute;
	top: 0em;
	left: 41em;
	width: 20em;
	height: 4.5em;
}

div#footer_oneline {
	position: relative;
	top: 0em;
	left: 0em;
	width: 100%;
	height: 1.5em;
	background-color: #3c78b5;
}

div#messagebar {
	position: relative;
	height: 1.5em;
	width: 100%;
	text-align: left;
	overflow: auto;
	background-color: #003366;
	vertical-align: middle;
	margin-top: 2px;
}

div#copyright {
	position: relative;
	height: 1.5em;
	font-size: 11px;
	width: 100%;
	text-align: center;
	border-top: solid white 1px;
	background-color:#003366;
}