body {
  font-family:arial,helvetica,lucida,sans-serif;
  background: white;
  color: black;
}

#title {
  border: solid 2px black;
  background: #e5e5f7;
  color: #606064;
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 20px;
}

#content {
  border-left: solid 2px black;
  border-right: solid 2px black;
  border-bottom: solid 2px black;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;

}

#main {
  left: 0px;
  width: 600px;
  position: relative;
  margin-left: 10px;
}

#largemain {
  left: 0px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

#news {
  margin-left: 630px; 
  margin-right: 10px;
  position: absolute; 
  top: 10px;
}

#footer {
  border-left: solid 2px black;
  border-right: solid 2px black;
  border-bottom: solid 2px black;
  width: 100%;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}


a:link { 
  font-weight: bold; 
  text-decoration: none; 
  color: black;
  }
a:visited { 
  font-weight: bold; 
  text-decoration: none; 
  color: black;
  }
a:hover, a:active { 
  text-decoration: underline; 
  color: black;
  }
h2
{
  border-top: solid 2px #606064;
  color: #606064;
}

span.newstitle {
  font-weight: bold;
  border-top: solid 1px;
}

span.newstext {
}
