@charset "utf-8";
/* CSS Document */
#bottom
{
	border-top: 2px solid #DBDBDB;
	padding: 10px;
	color: white;
	text-align: center;
	background-color: #505662
}

ul#extraLinks
{
	list-style-type: none;	
}

ul#extraLinks li
{
	display: inline;
	border-right: 2px solid white;
	padding: 0 4px 0 8px;
}

ul#extraLinks li.last
{
	border-right: none	
}

ul#extraLinks li a
{
	color: #e2d876;
	text-decoration: underline;
}

ul#extraLinks li.currentService a
{
	color: white;
	text-decoration: none;
}

#extraLinks a:hover
{
	color: white;
}