body {
  background-color: rgb(0, 118, 59);
}

body, td {
  font-family: sans-serif;
  font-size: 10pt;
}

img {
  border: none;
}

#page {
  background-color: white;
  text-align: left;
}

.menuItem
{
  background-repeat: no-repeat;
  height: 94px;
  width: 93px;
  text-align: center;
}

.menuItem a  {
  text-decoration: none;
  color: white;
  font-size: 14pt;
}


.mainMenu {
  margin-top: 360px;
}

.pageContent {
  background-repeat: no-repeat;
  overflow: auto;
}

.content {
  text-align: left;
  padding-top: 150px;
  padding-left: 240px;
  padding-right: 75px;
  padding-bottom: 1em;
}

.info {
  display: inline;
  font-size: 8pt;
}

.home {
  display: inline;
  margin-right: 10px;
}

.footer {
  text-align: right;
  height: 60px;
  background-repeat: no-repeat;
  padding-top: 10px;
}

.footer *{
  vertical-align: baseline;
}

.spacer {
  height: 550px;
  float: left;
  width: 0px;
}

div.file {
  padding-bottom: .5em;
}

.news-header {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: .5em;
}