a {
  color: #008000;
}

a:hover {
  color: #00c000;
}

a:visited {
  color: #004000;
}

body {
  background: #ffffff;
  margin: 0;
}

h2 {
  font-size: large;
}

h3 {
  font-size: medium;
}

#content {
  background-color: #f0f0f0;
  background-image: url( "/media/content-drop.png" );
  background-repeat: repeat-x;
  background-position: bottom;
  
  border-color: #808080;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  margin: 85px 0px 20px 160px;
  padding: 40px 5px 10px 5px;
  width: 470px;
}

#content h2 {
  background: #f4f8f0;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 5px;
}

#content h3 {
  border-color: #808080;
  border-style: solid;
  border-width: 0 0 1px 0;
  padding: 1em 0 1px 0;
}

#content h3 a {
  color: #000000;
}

#footer {
  margin: 100px auto 0 auto;
  width: 50%;
}

#footer span {
  display: block;
}

#header {
  left: 140px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  z-index: 10;
}

#page {
  padding: 10px;
  text-align: left;
}

#sidebar {
  clear: left;
  float: left;
  font-family: Tahoma, sans-serif;
  font-size: small;
  line-height: 150%;
  margin-top: 120px;
}

#sidebar a {
  font-weight: bold;
}

#sidebar li {
  list-style-type: none;
}

#sidebar ul li {
  background: #e0ffe0;
  border: 1px #00a000 solid;
  margin: 0 5px 5px 0;
  padding: 0 0 5px 0;
  width: 150px;

}

#sidebar ul {
  margin: 0 0 0 0;
  padding: 0;
}

#sidebar ul ul {
  margin: 1em 5px 5px 5px;
}

#sidebar ul ul li {
  border-style: none;
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#sidebar h2 {
  background-image: url( "/media/navigation-drop.png" );
  background-repeat: repeat-x;
  background-position: top;
  color: #204000;
  height: 30px;
  margin: 0;
  padding: 5px 5px 0 5px;
}

table.fancy th {
  background: #000000;
  color: #ffffff;
}

table.fancy td {
  background: #f0fff0;
  border-left: 1px #c0c0c0 solid;
}

table.fancy tr.x td {
  background: #e0eee0;
}

.navigation {
  text-align: center;
}

.navigation div {
  display: inline;
}
