html ul.gotobar {
  background: #537aad;
  border-top-color: #637fa3;
  border-bottom-color: #3d4651;
}
html ul.gotobar li {
  border-color: #637fa3;
}
html ul.gotobar li a {
  border-color:#93bcf2;
  background: #77a6e2;
  color: #3d4651;
}
html ul.gotobar li.current a {
  background: #6595d3;
  border-color: #77a6e2;
}
html ul.gotobar li.current {
  border-color: #637fa3;
}
html ul.gotobar li a:hover {
  background: #93bcf2;
  border-color: #d4e6ff;
  text-decoration: none;
}
html div.sidebar {
  background: White;
  border-color: #537aad;
}
html div.wrapper div.sidebar h1,
html div.wrapper div.sidebar h2,
html div.wrapper div.sidebar h3 {
  color:White;
  border-color:#6595d3;
  background:#537aad;
  font-weight: bold;
}
html div.sidebar li {
  background:url(./bullet.png) no-repeat 3px 3px;
}
html h2,html h3,html h4,html h5 {
  color:#537aad;
}
html div.wrapper h1 {
  color:#537aad;
}
html div.wrapper h4 {
  color:#637fa3;
}
html a {
  color:#537aad;
}
html a:visited {
  color:#537aad;
}
html a.logo:hover {
  color:#537aad;
  text-decoration: none;
}
