body {
  font-family: Georgia;
  background-image: url("images/bkgd.jpg");
  background-repeat: no-repeat;
  background-position: 100px 180px;
  margin: none;
}

#main {
  font-size: 13pt;
  position: relative;
}
#main a:link    { color: #00d; }
#main a:visited { color: #00c; }
#main a:hover   { color: #070; text-decoration:none; }
#main a:active  { color: #060; }

#logobkgd {
  background-image: url("images/logo-strip.jpg");
  background-repeat: repeat-x;
}

#navcol {
  background-image: url("images/nav.jpg");
  background-repeat: repeat-y;
  position: relative;
  top: -5px;
}

#navtext {
  font-family: Times;
  line-height: 175%;
  font-size: 11.5pt;
  color: #111;
  position: relative;
  top: 30px;
  left: 12px;
}
#navtext a:link    { color: #005700; font-weight: bold; text-decoration: none; }
#navtext a:visited { color: #005700; font-weight: bold; text-decoration: none; }
#navtext a:hover   { color: #33f; font-weight: bold; text-decoration: none; }
#navtext a:active  { color: #555; font-weight: bold; text-decoration: none; }

#footer {
  font-size: 10pt;
  align: center;
  text-align: center;
  position: relative;
  right: 70px;  
  color: #33c;
}
#footer a:link    { color: #33f; font-weight: bold; }
#footer a:visited { color: #33f; font-weight: bold; }
#footer a:hover   { color: #f00; font-weight: bold; text-decoration: none; }
#footer a:active  { color: #ff0; font-weight: bold; text-decoration: none; }

h1 { font-size: 1.3em; text-align: left; margin-top:15px; color: #005700; }
h2 { font-size: 1.15em; text-align: left; color: #005700; }

span.yhl-it { font-style: italic; background-color:#ffc; }
.down { position: relative; top: 18px; }
span.ora_bold { font-weight: bold; color: #a11; }
#small { font-size: 11pt; }
#smaller { font-size: 10pt; }
a#small { font-size: 9pt; }

.sc { font-variant : small-caps; }
