/* $Id: style2.css,v 2.21 2016/02/21 16:03:55 rm55 Exp $ */

* {
  font-family: "Trebuchet MS", "helvetica", sans-serif;
}

body {
  margin: 0;
  color: #336f6f;
  background: #ffffff;
  bgcolor: #ffffff;
}

a:link {
  color: #329898;
}

a:visited {
  color: #336f6f;
}

a:active {
  color: #ff0000;
}

div.top {
  background-image: url(images/bgGreen.png);
  background-repeat: repeat-x;
}

div.highlight {
  padding: 0 5px;
  border: solid #336f6f;
  font-weight: bolder;
}

div.hibox {
  clear: none;
  float: right;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  padding: 1em 1em 1em 1em;
  border: solid #336f6f;
  font-weight: bolder;
  text-align: center;
  margin: 0 0 10px 10px;
}

div.toptext {
  margin: 0 5px;
  padding: 0 5px;
  overflow: visible;
  color: #336f6f;
  background: #a8ffa8;
}

div.toptext img {
  /* border: 2px solid #ffff98; */
  border: 2px solid #336f6f;
}

div.bottomtext img {
  /* border: 2px solid #ffff98; */
  border: 2px solid #336f6f;
}

span.title {
  text-align: center;
  background: #669966;
  color: #ffff98;
  font-family: "utopia", "times", "new century schoolbook", serif;
  font-stretch: ultra-condensed;
}

hr {
  color: #336699;
  background: #ffffff;
}

td.top {
  background: url(images/topB.png);
}

td.middle {
  background: url(images/middleB.png);
}

td.bottom {
  background: url(images/bottomB.png);
}

td.columns {
  margin: 5px;
  padding: 5px;
  color: #336f6f;
  background: #ffff98;
}

td.othertab {
  height: 12px;
  width: 7em;
  color: #336f6f;
  background: #ffff98;
  font-size: smaller;
  text-align: center;
  margin: 0;
  padding: 1px 0.25em;
  border: solid #ffffff;
  border-width: 1px;
}

td.othertab > a {
  text-decoration: none;
}

td.othertab > a:hover {
  text-decoration: underline;
}

td.thistab {
  height: 12px;
  width: 7em;
  color: #336f6f;
  background: #a8ffa8;
  font-weight: bolder;
  font-size: smaller;
  text-align: center;
  margin: 0;
  padding: 1px 0.25em;
  border: solid #ffffff;
  border-width: 1px;
}

td.thistab > a {
  text-decoration: none;
}

td.thistab > a:hover {
  text-decoration: underline;
}

td.columns * h2, td.columns h2 {
  text-align: center;
  font-family: "Trebuchet MS", "helvetica", sans-serif;
  font-variant: normal;
}

h1,h2 {
  text-align: center;
  font-family: "utopia", "times", "new century schoolbook", serif;
  font-variant: small-caps;
}

img.left {
  margin: 0 10px 0 0;
}

img.right {
  margin: 0 0 0 10px;
}

div.leftnav {
  clear: none;
  float: left;
  width: 10em;
  min-width: 10em;
  max-width: 10em;
  border: solid #336f6f;
  font-weight: bolder;
  text-align: center;

  font-size: smaller;

  color: #336f6f;
  background: #ffff98;
  margin: 10px 1em 0 12px;
  padding: 1px;
}

div.bottomtext {
  margin: 10px 12px 0 12px;
  padding: 0;
  color: #336f6f;
  background: #ffffff;
  text-align: left;
}
