#footer{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 65px;
	background-repeat: no-repeat;
}

#footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#footer li{
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid black;
	float: right;
}

#footer li.lastItem{
	border-left: 0px;
}

#footer a{
  color: #003366;
  text-decoration: none;
}

#footer a:hover{
  color: #CC0033;
  text-decoration: none;
}

#footer a:visited{
  color: #792B84;
  text-decoration: none;
}
