@charset "UTF-8";
/* Top Page Layout
------------------------------------------------ */

#skitter {
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #5F4C65;
}

#news {
}

#news h2 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
}

#news dl {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 80%;
  color: #333;
}

#news dt {
  display: inline;
  margin-bottom: 15px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
  float: left;
  width: 79px;
}

#news dd {
  width: 570px;
  display: inline;
  margin-bottom: 15px;
  padding-left: 20px;
  float: left;
}

#news a:link {
  color: #333;
  text-decoration: underline;
}

#news a:visited {
  color: #333;
  text-decoration: none;
}

#news a:hover {
  color: #333;
  text-decoration: underline;
}
