/* Free Press CSS */
body {
  color: white;
  background-color: black;
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: albertus mt, sylfaen, times new roman, serif;
}

/* This is the style for the central column */
#maincontent {
  margin-left: auto;
  margin-right: auto;
  width: 740px;
}

/* upper menu bar style */
#uppermenu, #lowermenu {
  width: 740px;
  height: 25px;
  background-color: #dd7b16;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
}

#uppermenu a, #uppermenu a:link, #uppermenu a:visited {
  color: black;
  text-decoration: none;
  font-size: 14px;
}
#uppermenu a.current {
  color: white;
}
#uppermenu a:hover {
  color: white;
}
#lowermenu {
  height: 40px;
  line-height: 20px;
  font-size: 9pt;
  color: black;
  padding-top: 3px;
  padding-bottom: 3px;
}

#lowermenu a, #lowermenu a:link, #lowermenu a:visited {
  color: black;
  text-decoration: underline;
}
#lowermenu a:hover {
  color: white;
}
#lowermenu ul { 
  list-style-type: none;
  margin: 0px;
}
#lowermenu ul li { 
  display: inline;
  padding-left: 4px;
  padding-right: 4px;
  border-right: 1px black solid;
}
#menuimages a img, #uppermenu div {
  float:left;
}
#homepage {
  position: relative;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

#logo {
  margin: 0px;
  padding: 0px;
  border: 0px;
  padding-right: 140px;
  float: left;
}
#logo img {
  border: 0px;
}
#logo a, #logo a:link, #logo a:visited {
  color: white;
  text-decoration: none;
}

#subpage {
  padding-left: 20px;
}

h2, h3 {
  color: #dd7b16;
  font-weight: normal;
  margin-top: 0px;
}
h2 {
  font-size: 16pt;
}
#subcontent h3, #subcontentright h3 {
  font-family: arial, helvetica, sans-serif;
}
#subcontent, #subcontentright {
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
  line-height: 1.3em;
  margin-right: 40px;
  margin-bottom: 20px;
}
#subcontentright {
  width: 480px;
  float: right;
}

#sidebar {
  width: 172px;
  text-align: right;
  float:left;
  margin-right: 20px;
}
#sidebar img {
  margin-top: 4px;
  margin-bottom: 6px;
}
.openingtable {
  border: 1px #dd7b16 solid;
}
.openingtable tr th {
  text-align: left;
}
.openingtable tr td {
  text-align: center;
}
