.main { 
  width:       720px; 
  font-family: sans-serif;
  font-size:   small; 
  text-align:  left;
  border:      none; 
  padding:     0px; 
  margin:      0px; 
}

.mainheading {
  width: 178px;
  text-align: right;
  vertical-align: top;
  padding-right: 10px;
  border: 2px solid rgb(192,192,192);
  border-bottom: none;
}

.mainarea {
  width:  100%;
  height: 480px;
}

.topmenu {
  vertical-align: top;
}

.full {
  width:  100%;
}

img {
  border:  0px none;
  margin:  0px;
  padding: 0px;
}

.yellow {
  background-color: rgb(255,222,10);
}

.beige {
  background-color: rgb(212,205,153);
}

.brown {
  background-color: rgb(198,189,132);
}

.tan {
  color: white;
  font-weight: bold;
  background-color: rgb(205,191,103);
}

.grey {
  background-color: #DBD9C8;
}

.light-grey {
  background-color: rgb(192,192,192);
}

.taupe {
  background-color: #818156;
}

.even {
  background-color: rgb(255,240,240);
}

.odd {
  background-color: white;
}

.date {
  width: 35%;
  font-size: small;
  font-family: sans-serif;
  padding-bottom: 10px;
  border-bottom: solid 1px black;
}

.time {
  width: 20%;
  font-size: small;
  font-family: sans-serif;
  padding-bottom: 10px;
  border-bottom: solid 1px black;
}

.event {
  width: 45%;
  font-size: small;
  border-bottom: solid 1px black;
}

.title {
  font-weight: bolder;
  font-size: x-large;
  color: rgb(0,206,0);
}

.title2 {
  font-size: larger;
  font-style: italic;
  font-family: cursive;
}

.byline {
  font-family: sans-serif;
  padding-top: 20px;
}

.dateline {
  padding-bottom: 300%;
  margin-bottom: 300%;
}

.bio {
  font-style: italic;
}


.iframe  {
  overflow:auto;
  width:   720px;
  height: 480px;
  border:  1px solid gray;
  border-top: none;
  padding: 10px;
}

dt {
  margin-top: 5px;
  font-weight: bold;
}

table.tab-header {
  margin: 0px;
  padding: 0px;
  padding-top: 5px;
  border: none;
  width: 100%;
}

td.tab-space {
  margin: 0px;
  padding-left: 5px;
  border-bottom: solid black 1px;
  width: 1%;
}

td.tab-front {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: none;
  width: 21%;
}
 
td.tab-back {
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border: solid black 1px;
  width: 21%;
  background: rgb(240,240,240);
}

td.tab-right {
  margin: 0px;
  border-bottom: solid black 1px;
  width: 56%;
}

td {
  vertical-align: top;
}

.leftcolumn {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
}

.centrecolumn {
  vertical-align: top;
}

a {
  text-decoration: none;
  font-family: sans-serif;
  font-weight: bold;
  color: rgb(92,87,68);
}

a.topmenu {
  font-size: small;
}

a.new {
  color: #818156;
  font-size: small;
}

/* a:link {
  color: rgb(92,87,68);
}   */

a:visited {
  color: rgb(64,64,64);
}

a:hover {
  color: rgb(92,87,68);
  background-color: rgb(255,222,10);
}

.mainbox {
  position: relative;
  top: -5px;
  left: -5px;
  font-family: sans-serif;
  font-size: small;
  background-color: rgb(250,250,250);
}

.shadow {
  position: relative;
  top: 5px;
  left: 5px;
  background-color: rgb(224,224,224);
}

.copyright {
  color: rgb(192,192,192);
  font-size: x-small;
} 