body {
  margin: 0;
  padding: 0 10px;
  font-family: Tahoma;
  text-align: center;
  font-size: 16px;
}
div {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
}
form {
  padding: 0;
  margin: 0;
}
form input,
form textarea {
  font-size: 16px;
  padding: 5px;
}

a,
a:visited {
  color: #00f;
}
a:hover {
  color: #f00;
}

#footer {
  font-size: 16px;
  padding: 2px;
  margin: 0 auto;
  clear: both;
  background: #fff;
  color: #000;
}

#container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1366px;
  text-align: left;
}

#header {
  margin: 0 auto;
  text-align: left;
  max-width: 1366px;
  font-size: 24px;
  color: #1854a1;
  font-weight: 500;
  height: 60px;
  padding-top: 10px;
}
.aheader {
  font-size: 24px;
  color: #1854a1 !important;
  font-weight: 500;
}

#top {
  background: #1854a1;
  height: 10px;
  border-top: 1px solid #000;
  border-bottom: 2px solid #ccc;
  margin-bottom: 15px;
}

#bottom {
  background: #1854a1;
  height: 10px;
  border-bottom: 1px solid #000;
  border-top: 2px solid #ccc;
  margin-top: 15px;
  margin-bottom: 15px;
}

h1 {
  font-size: 24px;
  color: #1854a1;
  font-family: Tahoma;
  font-weight: 500;
}

h2 {
  font-size: 20px;
  color: #1854a1;
  font-family: Tahoma;
  font-weight: 400;
}

h3 {
  font-size: 18px;
  color: #1854a1;
  font-family: Tahoma;
  font-weight: 500;
}

.clear {
  clear: both;
}

ul li {
  padding-bottom: 4px;
}

ul#menu {
  float: right;
  margin: 0px;
  padding: 0px;
  padding-top: 10px;
}

ul#menu li {
  list-style: none;
  display: inline;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
}

ul#menu li a {
  color: #1652a0;
}
ul#menu li a:hover,
ul#menu li.current {
  color: #e47000;
}
