#footer-links {
	text-align: center;
	background-color: #ffffff;
	padding: 5px;
	margin: 20px auto 10px auto;
}

#footer-links a {
	color: #0f298a;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
}

#footer-links .footer-divider {
	width: 2px;
	height: 10px;
	background-color: #000000;
	display: inline-block;
}

#footer-links a:hover {
	text-decoration: none;
}

