/* CSS Document */

#maxHeight {
	position:absolute;
	left:0;
	top:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#999999;
}
.centerDIV {
	background-position: center top;
	text-align: center;
	vertical-align: top;
}

#footer {
	display:block;
	height:189px;
	padding-top:75px;
	text-align:left;
}

/* Footer */
.footerText {
	font-size: 10px;
	color: #808080;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%;
}
a.footer:link {
	border:none;
	font-size: 10px;
	color: #093B80;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a.footer img:link {
text-decoration:none;
}
a.footer:visited {
	font-size: 10px;
	color: #093B80;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
a.footer:hover {
	font-size: 10px;
	color: #093B80;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
a.footer:active {
	font-size: 10px;
	color: #093B80;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.footer_BG_image {
	background-image: url(../images/footer_background.gif);
	background-position: center top;
}

