/* Restarting my CSS coding bc it wouldn't work or update in the old file?? It's ok fresh start*/

body {
  color: #2244A4;
  font-family: 'Arial', sans-serif;
}

#header {
  background-color: #59BAB5;
  border: 5px solid;
  border-color: #2244A4;
  border-bottom: none;
  color:#2244A4;
  padding: 0px 20px 20px 20px;
  width: 50%;
  height: auto;
  margin: auto;
  float: left
}
ul {
  list-style-type: none;
}

#nav {
  margin: auto;
  padding: 0px 20px 20px 20px;
  width: 50%;
  height: auto;
  border: 5px solid;
  border-color: #2244A4;
  border-top: none;
  overflow: hidden;
  background-color: #59BAB5;
  float: right
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: #2244A4;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #3894B6;
}