body {
  background-color: #faebd7;
  background-image: url("./background.jpg");
  color: black;
  font-family: sans-serif, Arial, Helvetica, Geneva;
  font-size: 100%;
  line-height: 1.2;
  word-spacing: +0.1em;
  padding: 25px 50px 75px 25;
  width:70%;
  margin:auto;
}

a:link {
  background-color: transparent;
  color: blue;
}

a:visited {
  background-color: transparent;
  color: purple;
}

div.banner {
  background-image: url("../images/misc/banner_image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 210px;
  margin-top: 5px;
  text-align: center;
  width: 100%;
}

div.banner table {
  border-collapse: collapse;
  height: 100%;
  margin: auto;
}

div.banner td {
  border-style: none;
  padding-top: 0px;
  padding-bottom: 0px;
  vertical-align: bottom;
}

div.sign table {
  border-style: none;
}

div.sign td {
  border-style: none;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
}

div.sign th {
  background-color: white;
  border-collapse: collapse;
  border: 2px solid black;
  color: black;
  font-size: 250%;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

div.topnav {
  font-size: 85%;
}

h1.sectiontitle {
  text-align: center;
}

h3.pagenumber {
  text-align: center;
}

hr.footer {
  color: gray;
  background-color: gray;
  border-style: none;
  height: 2px;
}

hr.header {
  color: gray;
  background-color: gray;
  border-style: none;
  height: 2px;
}

hr.section1 {
  color: black;
  background-color: black;
  border-style: none;
  height: 1px;
}

hr.section2 {
  color: black;
  background-color: black;
  border-style: none;
  height: 1px;
  width: 75%;
}

table.bordered {
  border-style: outset;
  border-width: thin;
  border-color: white;
}

table.contents {
  border-spacing: 3px;
  border-style: none;
}

table.graphics {
  border-style: none;
  margin: auto;
}

table.mpgroup {
  border-style: outset;
  border-width: thin;
  border-color: white;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

table.nav-c {
  border-style: none;
  margin: auto;
}

table.nav-l {
  border-style: none;
  float: left;
}

table.nav-r {
  border-style: none;
  float: right;
}

table.noborder {
  border-collapse: collapse;
  border-style: none;
}

table.nobo-padded {
  border-spacing: 10px;
  border-style: none;
}

table.picleft {
  border-style: none;
  float: left;
}

table.picright {
  border-style: none;
  float: right;
}

table.setwidth {
  border-style: none;
  width: 300px;
}

table.widetable {
  border-style: none;
  width: 100%;
}

td.bord-cent-mid {
  border-style: inset;
  border-width: thin;
  border-color: white;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

td.bord-cent-top {
  border-style: inset;
  border-width: thin;
  border-color: white;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}

td.bord-left-mid {
  border-style: inset;
  border-width: thin;
  border-color: white;
  padding: 4px;
  text-align: left;
  vertical-align: middle;
}

td.bord-left-top {
  border-style: inset;
  border-width: thin;
  border-color: white;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}

td.graphics {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  vertical-align: bottom;
}

td.index {
  text-align: left;
  vertical-align: top;
  width: 30%;
}

td.milepost {
  border-style: inset;
  border-width: thin;
  border-color: white;
  height: 230px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width: 180px;
}

td.nav {
  border-style: none;
  padding: 5px;
}

td.nobo-cent-top {
  text-align: center;
  vertical-align: top;
}

td.nobo-left-top {
  text-align: left;
  vertical-align: top;
}

td.third {
  width: 33%;
}

th.bord-cent-top {
  border-style: inset;
  border-width: thin;
  border-color: white;
  font-weight: bold;
  padding: 4px;
  text-align: center;
  vertical-align: top;
}

th.bord-left-top {
  border-style: inset;
  border-width: thin;
  border-color: white;
  font-weight: bold;
  padding: 4px;
  text-align: left;
  vertical-align: top;
}

th.graphics {
  font-weight: normal;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

th.milepost {
  border-style: inset;
  border-width: thin;
  border-color: white;
  font-weight: normal;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

th.mpgroup {
  border-style: inset;
  border-width: thin;
  border-color: white;
  font-size: 120%;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}

ul.linklist {
  line-height: 140%;
}