#header {
}

#main-table {
  width: 100%;
}

#sidebar {
  text-align: left;
  vertical-align: top;
  background: #E0EBFA;
  width: 15%;
  font-size: 90%;
}

#main {
  text-align: left;
  vertical-align: top;
  width: 85%;
}

#footer {
  font-size: 80%;
  font-style: normal;
  font-family: sans-serif;
}

#news-table {
  width: 100%;
}

#news-heading {
  background: #a9b9d4;
  font-size: 120%;
  font-style: bold;
  font-family: sans-serif;
}

#news-date {
  font-size: 80%;
  font-family: sans-serif;
  font-style: italic;
}

#news-who {
  font-size: 80%;
  font-family: sans-serif;
  text-align: right;
}

#news-body {
  margin-bottom: 3em;
}


#menu-bullet {
  color: rgb( 0, 68, 113 );
}
