body {
  margin: 0px;
  background-image: url("/images/background.png");
}

div.mainContainer {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  background-repeat: no-repeat;
  border: thin solid #c0c0c0;
}

div.header {
  height: 150px;
}

div.header div.logo {
  position: relative;
  top: 15px;
  left: 15px;
}

ul.mainMenu {
  padding-left: 0px;
  width: 950px;
  position: absolute;
  top: 105px;
  list-style-type: none;
  background-image: url("/images/main-nav-background.png");
  text-align: center;
}

ul.mainMenu li {
  display: inline;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 9px;
  font-size: 17px;
}

ul.mainMenu li.currentSection {
  font-weight: bold;
}

ul.mainMenu li a {
  text-decoration: none;
  color: black;
}

ul.mainMenu li a:hover {
  text-decoration: underline;
}

div.body {
  padding: 10px;
  padding-top: 5px;
}

div.body div.navigation {
  position: relative;
  top: 40px;
  width: 230px;
  float: left;
  padding-right: 10px;
  margin-bottom: 50px;
}

div.navigation ul {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
}

div.navigation li {
  border: thin solid black;
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-bottom: 6px;
}

div.navigation li.currentSelection {
  font-weight: bold;
  list-style: square outside url("");
}

div.navigation li:hover {
  list-style: square outside url("");
}

div.navigation a {
  text-decoration: none;
  color: black;
}

div.body div.content {
  width: 690px;
  float: right;
}

div.content p {
  text-indent: 10px;
  padding-bottom: 4px;
}

div.body div.floatLeft {
  width: 660px;
  float: left;
}

div.body div.floatRight {
  width: 250px;
  float: right;
  text-align: center;
  position: relative;
  top: 15px;
  border: thin solid black;
  padding: 5px;
  background-color: #ffcc99;
}

div.content h1.pageTitle {
  margin-top: 0px;
  margin-bottom: 5px;
}

div.content p {
  margin-top: 2px;
  margin-bottom: 2px;
}

div.footer {
  background-color: lightgray;
  background-image: url("/images/footer-background.png");
  border: thin solid black;
  height: 90px;
  font-size: 12px;
  font-family: "Arial";
  padding: 7px;
  margin-top: 10px;
}
