html, body {
  margin: 0px;
  padding: 0px;
  font: normal 9pt Verdana,sans-serif;
  background: white url('image/bar.gif') 10em 0px repeat-y;
  color: #222;
}

div.center {
  text-align: center;
}

span.underline {
  text-decoration: underline;
}

#Logo {
  background: #99ccff;
  padding: 0px;
  margin: 35px 0px 0px;
  border-top: 3px solid black; 
  border-bottom: 3px solid black; 
  height: 60px;
  position: relative;
  color: white;
}

#time {
  float:right;
  position: relative;
  border:none;
  margin: 45px 0px 0px;
  width: 18em;
  background-color:#99ccff;
  color:black;
}

#Logo h1, #Logo img {
  display: none;
}

#Logo a:link, #Logo a:visited, #Logo a:active, #Logo a:hover {
  text-decoration: none;
  font: bold 9pt sans-serif;
  color: black;
}

#Nav {
  margin: 2px 0px 0px 11em;
  position: relative;
} 

#Nav a:link, #Nav a:visited, #Nav a:active {
  color: #888;
  text-decoration: none;
  font: normal small-caps 11pt sans-serif;
  border: 1px solid white;
}

#Nav a:hover {
  color: #444;
  background: #aaa;
  text-decoration: none;
  font: normal small-caps 11pt sans-serif;
  border: 1px solid black;
}

#Nav div.sitemap {
  position: absolute;
  right: 5px;
  display: inline;
}

#Title {
  display: none;
}

#Menu {
  background: #efefef;
  float: left;
  margin-left: 5px;
  padding-bottom: 0px;
  width: 9em;
}

#Menu img {
  border: 0px;
  padding-top: 20px;
}

#Menu br.text {
  display: none;
}

#Menu span.submenu {
  font-weight: bold;
  line-height: 3ex;
  position: relative;
  left: 4px;
}

#Menu span.item {
  position: relative;
  left: 10px;
}

#Menu a:link, #Menu a:visited, #Menu a:active {
  color: #888;
  text-decoration: none;
  display: block;
  width: 8em;
  border: 1px solid #efefef;
  padding-left: 1px;
}

#Menu a:hover {
  color: #444;
  background: #aaa;
  text-decoration: none;
  display: block;
  width: 8em;
  border: 1px solid black;
  padding-left: 1px;
}

#Menu a.nohover:hover {
  color: #888;
  background: #fff;
  text-decoration: none;
  width: 8em;
  border: 1px solid white;
  padding-left: 1px;
}

#Menu p {
  font: normal 8pt sans-serif;
}

#Content {
  margin: 0px 0px 0px 12em;
  padding: 5px;
}

#Content a:link, #Content a:visited, #Content a:active, #Content a:hover {
  color: #111;
  text-decoration: none;
  border-bottom: 1px dotted #111;
}

#Content b a:link, #Content b a:visited, #Content b a:active,
#Content h1 a:link, #Content h1 a:visited, #Content h1 a:active,
#Content h2 a:link, #Content h2 a:visited, #Content h2 a:active,
#Content h3 a:link, #Content h3 a:visited, #Content h3 a:active {
  border-bottom: none;
}

#Content b a:hover,
#Content h1 a:hover,
#Content h2 a:hover,
#Content h3 a:hover {
  text-decoration: underline;
  border-bottom: none;
}


