body {
  background-color: #393939;
  font-family: Arial, sans-serif;
}

a img {
  border: 0px;
}

#header {
  margin-bottom: 40px;
  text-align: center;
}

#nav {
  float: left;
  width: 200px;
}

#nav ul {
  list-style-type: none;
  padding-left: 0px;
}

#nav #nav-list {
  margin-top: 0px;
}

a, a:link, a:visited {
  color: #D0EB55;
  text-decoration: none; 
}

a:hover, a:active {
  text-decoration: underline;
}

#nav a, #nav a:link, #nav a:visited {
  height: 23px;
  padding-left: 10px;
  display: block;
  background: inherit;
}

#nav a:hover, #nav a:active {
  background: url(/graphics/tabr.gif) no-repeat 100% 0%;
  height: 23px;
  padding-right: 10px;
  text-decoration: none;
}

#nav #news, #nav #news-title {
  color: #EEE;
}

#nav #news-title {
  padding-top: 7px;
  text-indent: 10px;
  width: 202px;
  margin: 0px;
  padding: 4px 0px;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  border: 1px solid black;
  border-left: 0px;
  background-color: #414141;
}

 #nav #news a {
  height: 27px;
}

#content {
  float: left;
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid black;
  border-right: 0px;
  background-color: #414141;
  color: #FFFFFF;
  width: 75%;
}

#copyright {
  font-size: 10pt;
  color: grey;
}



blockquote {
  border-left: 3px solid #A7CC44;
  margin: 10px 0px 10px 25px;
  padding-left: 10px;
  display: block;
}