* {
  font-family: Georgia, Times New Roman, Times, serif;
}
body {
  margin: 0 0 0 0px;
}
#top {
  height: 196px;
  width: 900px;
  background: green;
  border-bottom: 4px;
}
#logo {
  margin: 0;
  padding: 5px 0em 20px 66px;
  background: green;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 32pt;
  font-weight: bold;
  vertical-align: middle;
  height: 200px;
}
div.topImgs {
  position: relative;
  top: 0;
  right: 0;
}
div.topImg {
  position: absolute;
  top: 0;
  right: 0;
}
div#bottomImgs {
  height: 200px;
  width: 768px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-left: 66px;
}
div#bottomImg {
  height: 200px;
  width: 3840px;
  background-image:url(images/route.jpg);
  position: absolute;
  left: 0;
  top: 0;
}

.featuredImg {
  border: medium solid green;
  margin: 10px 10px 10px 10px;
  float: right;
}
.printVersion {
  float: right;
}
#navbar {
  width: 900px;
}
#navbar ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0px;
  background: green;
}
#navbar li {
  display: inline;
  background: green;
  color: white;
  padding: 4px 0.25em 4px 0.25em;
  font-size: large;
  letter-spacing: -0.07em;
  border: 1px solid white;
}
#navbar a {
  text-decoration: none;
  color: white;
}
#navbar a:hover {
  color: #bbbbbb;
}
#text {
  width: 880px;
  margin: 10px;
}
.rulingQuote {
  border: medium solid green;
  margin: 5px;
}
.center {
  margin-left: 64px;
  width: 772px;
  margin-right: auto;
}
.border {
  border: 2px black solid;
}
.noborder {
  border: 0px;
}
table.mailinglist {
  border-spacing: 0px;
  border-collapse: collapse;
}
td.mailinglist,th.mailinglist {
  padding: 3px;
}
td.border {
  border: 1px black solid;
}
td.noborder {
  border: 0px;
}
.asterix {
  font-style: italic;
}
#navbottom {
  margin-left: 50px;
  width: 800px;
  margin-right: auto;
  font-size: small;
  text-align: center;
}
