body {
  text-align: center;
  margin-left: 20px;
}

a:link {
  color: #4a79b6;
}

a:visited {
	color: #FFD900;
}

#banner {
  text-align: left;
  height: 220px;
  margin-bottom: 15px;
  background-color: #4a79b6;
  margin-left: 0;
  padding-left: 0;
}
#banner img {
  float: left;
}
#banner_right {
  text-align: left;
  padding-top: 75px;
  padding-left: 200px;
}

#content {
  text-align: left;
  margin-left: 175px;
}

#content li {
	padding-bottom: 10px;
	padding-top: 10px;
}

#navigation {
  float: left;
  text-align: left;
  width:150px;
  font-family: "AvantGarde Md BT";
  font-size: 18px;
}

#navigation ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

#navigation li {
  border-bottom: 1px solid #FFD900;
}

#navigation a:link, #navigation a:visited {
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  border-left: 12px solid #FFD900;
  border-right: 1px solid #FFD900;
  background-color: #4A79B6;
  color: #FFD900;
  text-decoration: none;
}

#bottom, #bottom a:link, #bottom a:visited {
  text-align: center;
  font-family: "AvantGarde Md BT";
  font-size: 14px;
  color: #005731;
  clear: both;
 
}
