		#footer1 {
  
  width: 100%;

  bottom: 0px;
  height: 71px;
  border-top: 8px solid #254A73;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #343434;
  align-items: center;
}

#footer1 ul {
  margin: 10px 0 10px 0;
  text-align: center;
}

#footer1 li {
  display: inline;
  list-style-type: none;
}

#footer1 li a {
  color: #343434;
  text-decoration: none;
  margin: 0 5px;
}

#footer1 li a:visited {
  text-decoration: none;
}

#footer1 li a:hover {
  text-decoration: underline;
}


#footer1 p {
  text-align: center;
}

		
		
		
		
		