body {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Verdana, sans-serif;
  font-size: 80%;
  background: url(../images/leftSideBackground.gif);
  background-repeat: repeat-y;
  background-color: white;
  color: black;
}

div#leftSide {
  width: 180px;
}

ul#navPanel {
  list-style-type: none;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
}

li.navItem {
  margin-top: 5px;
  margin-bottom: 5px;
}

button.navButton {
  width: 160px;
  height: 31px;
  background-image: url(../images/buttons/nav/navButton.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  color: black;
  font-weight: bold;
  font-size: 12px;
}

ul#govPanel {
  text-align: center;
  list-style-type: none;
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding-left: 0px;
}

li.govItem {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

div#rightSide {
  position: absolute;
  top: 0px;
  left: 191px;
}

div#header {
  text-align: center;
}

div#content {
  position: relative;
  left: 1em;
  margin-top: 0px;
  margin-bottom: 3em;
  margin-right: 2em;
}

div#footer {
  margin-top: 2.5em;
  font-size: 80%;
  color: #657F91;
  text-align: center;
}

ul#footerQuickList {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

li.footerQuickItem {
  display: inline;
  margin-left: 0px;
  margin-right: 0px;
}

a.footerQuickLink {
  font-size: 110%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

img {
  border: none;
}

img.thumbnail {
  border: solid lightgrey 3px;
}

a {
  color: #657F91;
  text-decoration: underline;
}

a:hover {
  color: blue;
  text-decoration: underline;
}

hr {
  height: 1px;
  width: 95%;
  background-color: #657F91;
  color: #657F91;
  border: none;
}

.contactsHeading {
  font-size: 16pt;
  font-weight: bold;
  background-color: green;
  color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: solid silver 2px;
}

pre {
  font-size: 10pt;
}

img.ad {
  border: solid silver 2px;
}

.faqQuestion {
  color: black;
  font-weight: bold;
  font-style: normal;
}

.faqAnswer {
  color: green;
  font-style: italic;
}

h1.pageHeading {
  margin-top: 0px;
  text-align: center;
  font-size: 200%;
}
