body {
  background-image: url(../Images/Background.gif);
  align: center;
  text-align: center;
  margin: 0;
  padding-bottom: 5em;
}
  div.content {
    clear: both;
    width: 75%;
    margin: 0 auto;
    align: left;
    text-align: left;
    background-color: #FED;
    border: 1px solid black;
    padding: 1em;
  }

  .content h1 {
    font-weight: normal;
    color: #0175BF;
    margin: 0px;
    padding: 0px;
  }

  .content h2 {
    color: #0175BF;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
  }

  .content h3 {
    font-weight: normal;
    color: #0175BF;
    margin: 0px;
    padding: 0px;
  }
  div.article {
    border: 1px dotted white;
    padding-left: 15%;
  }
  div.header {
  /*  width: 100%; */
    margin: 0 0 0 0;
    align: center;
    text-align: center;
    background-color: navy;
    color: white;
    border: 1px solid black;
  }

  .header a img
  {
    text-decoration: none;
    color: white;
    border: none;
    margin: 0;
    padding: 0;
  }

  .nav ol {
    width: 42em;
  }

  .nav ol, .nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }

  .nav a {
    text-decoration: none;
  }

  .nav ul {
    left: 0;
    display: none;
    position: absolute;
    background: url(../Images/MenuBackground.gif) bottom left no-repeat;
    padding: 0.5em 0 1em 0;
    border-right: solid 1px #7d6340;
    font-weight: normal;
    top: auto;
  }


  .nav li.hover ul {
    display: block;
  }

  .nav li {
    float: left;
    position: relative;
    width: 10em;
    height: 1.5em;
    text-align: center;
    cursor: default;
    background-color: gold;
    border: 1px solid #7d6340;
    border-width: 2px 0;
  }

  .nav li li {
    height: auto;
  }

  .nav li.first-child {
    border-left-width: 1em;
  }

  .nav li.last-child {
    border-right-width: 1em;
  }

  .nav ul li {
    display: block;
    float: none;
    background-color: transparent;
    border: 0;
  }

  .nav a {
    display: block;
    font-weight: normal;
    color: #060;
    padding: 0.2em 10px;
  }

  .nav a:hover {
    padding: 0.2em 5px;
    border: 5px solid #7d6304;
    border-width: 0 5px;
  }

  table {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #6D6E6F;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #6D6E6F;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6D6E6F;
    line-height: 1.2em;
  }

  table th {
    background-image: url(../Images/TableBackground.jpg);
    height: 30px;
    padding-top: 10px;
    background-repeat: repeat-x;
    background-position: center center;
    color: #0175BF;
    border-top-width: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #6D6E6F;
    border-right-color: #6D6E6F;
    border-bottom-color: #6D6E6F;
    border-left-color: #6D6E6F;
    text-align: center;
    padding-bottom: 5px;
  }

  td {
    border: 1px solid #6D6E6F;
  }
  .date {
    background-color: #EBEBEB;
    border-top-width: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0175bf;
    border-right-color: #0175bf;
    border-bottom-color: #0175bf;
    border-left-color: #0175bf;
    text-align: center;
    color: #6D6E6F;
    float: left;
    padding: 2px;
  /*  margin-top: 25px; */
    margin-top: 0.2em;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-left: 5px;
  }

  .month {
    color: #0175BF;
    font-size: 24px;
    margin: 0px;
    padding: 0px;
  }
  .events .article {
    clear: both;
  }
/* Testing offspring. */
tr.nth-child-odd { background-color: white; }


