body {
  background-color: white;
  color: black;
/*  background-color: #f6f7f2; */
  margin: 0px;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 8pt;
}

img#title {
  display: block;
/*  width: 316px;
  height: 40px; */
/*  width: 308px;
  height: 32px; */
  margin: -2px 1px 1px auto;
}

h1 {
  margin: 0px;
/*  background-color: #93a841; */
  background-color: #0066ff;
  color: white;
  font-size: 16pt;
  padding: .3em;
  border-bottom: 1px solid black;
  text-align: right;
  font-family: "Trebuchet MS", sans-serif;
  background: url(graphics/bg2.png);
  height: 55px;
}

div.menu {
/*  background-color: #bace69; */
  background-color: #0099ff;
  color: black;
/*  border-top: 1px solid #33ccff; */
  border-top: 1px solid #22bbff;
/*  border-top: 1px solid #dcef8d; */
  border-bottom: 1px solid black;
  padding: 2px 6px 3px 6px;
  font-family: Verdana, sans-serif;
}

div.menu a:link {
  color: black;
}

div.menu a:visited {
/*  color: #666666; */
  color: #0044dd;
}

div.menu a:hover {
  color: white;
}

div.menu a:active {
  color: white;
}

div.menu h2#current-page {
  display: inline;
  font-size: inherit;
  font-weight: bold;
}

div.footer {
  border-top: 1px dotted #8d917d;
  text-align: center;
}

div.footer img {
  margin-left: 2px;
  margin-right: 2px;
}

div.sidebar {
  position: absolute;
  width: 240px;
  right: 0px;
  padding: 5px;
}

div.sidebar-box {
  position: relative;
  left: -3px;
  top: -3px;
  border: 1px solid black;
  background-color: white;
  padding: 5px;
}

div.sidebar-box-shadow {
  position: relative;
  top: 3px;
  left: 3px;
  background-color: #e2e2de;
  margin: 6px;
}

div.main-content {
  margin-right: 250px;
  padding: 1em 1em 2em 1em;
  border-right: 1px dotted #8d917d;
}

em {
/*  color: #93a841; */
  color: #0099ff;
}

a:link {
/*  color: #e55f00; */
  color: #0066ff;
}

a:visited {
/*  color: #dd9f68; */
  color: #0099ff;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:active {
  color: red;
}

/* Whats that for?

.hint:after, .hint-definition {
  color: #e55f00;
  font-size: .8em;
}

.hint:after {
  content: "*";
  vertical-align: super;
}

.hint-definition {
  margin: 2em 10%;
}

.hint-definition:before {
  content: "*";
  margin-right: 1ex;
}

dt {
  font-weight: bold;
}

dt:after {
  content: ":";
}

*/

/* the linkmap */

div.linkmap {
/*  height: 14px;
  overflow: hidden; */
}

div.linkmap:hover {
/*  height: 100%; */
}

.linkmap h3 {
  font-size: 12px;
  text-decoration: underline;
}

.linklist {
  margin-left: 15px;
}

.linklist dd {
  margin-left: 15px;
  margin-bottom: 5px;
}

img {
  border: none;
}

.quicklook { 
  text-align: right;
  width: 400px;
}

.quicklook form input { 
  font-size: 8pt;
}

.quicklook h3 {
  text-align: left;
  margin-top: 25px;
}
