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