/** Footer **/
#footer {
	margin-top: 2%;
	padding: 1%;
	padding: 8px;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#footer ul {
  list-style-type: none;
  text-align: center;
}

#footer ul li {
  display: inline;
}

#footer ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 0 1% 0 0;
  border-right: solid 1px #0066FF;
  color: #003399;
}

#footer ul li a.last {
  border-right: none;
}

#footer ul li a:hover {
	color: #003366;
	text-decoration: none;
}
