.gotoTop {
	text-align: right;
	clear: both;
	width: 900px;
	height: 21px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color: #FFFFFF;
	height: 90px;
	background-color: #12AFF3;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	width: 100%;
	margin: 0px auto auto;
}
#footer div {
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer ul {
	text-align: right;
	float: right;
	font-size: 80%;
	line-height: 150%;
	display: inline;
}
#footer li { display: inline; }
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	color: #0F84E3;
	background-color: #FFFFFF;
}
#footer #footerRogo, #footer .copyLight { float: left; }
#footer #footerRogo { width: 200px; }
#footer .copyLight {
	text-align: right;
	padding-top: 1em;
	width: 600px;
	float: right;
}
