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