body
{
  font-family: "Times New Roman";
  font-size: 14pt;
  color: #276304;
  margin: 50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
  text-align: center             /* Hack for IE5/Win */
}

div#body
{
  border-left: 1px solid #276304;
  border-bottom: 1px solid #276304;
  max-width: 900px;
  width: expression(document.body.clientWidth > 900 ? "900px" : "auto" ); /* Hack for IE5/Win */
  margin: 0px auto;
  text-align: left               /* Counteract to IE5/Win centring hack */
}

div#heading img
{
  margin: 0px 15px 0px 15px;
}

div#menu
{
  border-top: 1px solid #276304;
  border-bottom: 1px solid #276304;
}

div#content
{
  overflow: auto;
  margin: 0px 15px 0px 15px;
}

div#footer
{
  width: 900px;
  background-image: url('images/bottom_bar.jpg');
  background-repeat: no-repeat;
  height: 107px
}
  
a
{
  font-family: sans-serif;
  font-size: 12pt;
  color: #97A37F
}
a:link    { text-decoration: none }
a:visited { text-decoration: none }
a:hover   { text-decoration: underline; color: #276304 }
a:active  { text-decoration: none }

table#partiesTable td
{
  text-align: center;
  vertical-align: center
}

table#partiesTable td#partiesTableContent
{
  text-align: left
}

img
{
  border: 0px
}

img.inline
{
  float: right;
  clear: right;
  margin-left: 15px;
  margin-bottom: 5px
}

.heading
{
  font-size: 28pt;
  vertical-align: middle;
  text-align: left
}

.selectedMenu
{
  padding-left: 5px;
  padding-right: 5px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12pt
}

.nonSelectedMenu
{
  padding-left: 5px;
  padding-right: 5px;
  font-family: sans-serif;
  font-size: 12pt
}

.footer
{
  font-size: 10pt;
  line-height: 180%;
  vertical-align: middle
}

