#main h1 {
  font-family: Georgia, Lucida Grande, Verdana, sans-serif;
  font-size: 180%;
}

blockquote {
  color: #f0f2da;
  background-color: #212121;
  border: none;
}

div#header_area {
  height: 19em;
  background-image: url(/images/background.gif);
	background-repeat:  repeat-x;
	background-color: #212121;
	color: #d6d4d4;
}

.cols5 {
  margin: 20px 0;
}

#main img {
  margin: 0px;
  padding: 0px;
  border: 1px solid #CCC;
  background-color: white;
}

.index a:link,
.index a:visited {
  color: #004db6;
  color: #FF4B00;
  border-bottom: 1px dotted #FFEC80;
  text-decoration: none;
}

.index a:hover {
  color: #FFF;
  background-color: #004db6;
}

#main #content {
  margin: 0;
  padding: 0;
}

#main #content a:link,
#main #content a:visited,
#main #content a:hover {
  background-color: #FFF;
  text-decoration: none;
  border: none;
}

#main #content a:hover {
  border-bottom: 2px solid #004db6;
}

