body {
  width: 900px;
  color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: white url("../images/blue.gif");
  background-repeat: repeat-y;
}

div.logo {
  width: 670px;
  padding: 5px 10px 0px 0px;
  margin: 0 0 0 5px;
  border-style: none;
  border-top: 5px solid #447FBA;
  border-bottom: 5px solid #447FBA;
}

hr.logo {
  float: left;
  margin: 0 0 2px 0;
  padding: 0;
  width: 700px;
  height: 15px;
  color: #C2E1FF;
}

hr.history {
  width: 400px;
}

div.prophead {
  width: 360px;
  padding: 5px 10px 0px 0px;
  margin: 0 0 0px 5px;
  border-style: none;
}

img.link {
  border-style: none;
  margin: 0;
}

div.schedule {
  padding: 10px 5px 5px 7px;
  margin: 15px 0 0 3px;
  float: left;
  width: 170px;
  background: #C2E1FF;
  text-decoration: none;
  border: none;
  border: 1px solid black;
}

.schedule a:link, a:visited, a:hover, a:active {
  border: none;
  text-decoration: none;
}

div.wide {
  width: 700px;
  height: 1px;
  padding: 0;
  margin: 0;
  color: white;
}

div.leftcolumn {
  float: left;
  padding: 0 10px 0 0;
  width: 190px;
  height: 150px;
}

div.thumbnails {
  padding: 10px 0 0 20px;
  margin: 5px 0 0 0;
}

.thumbnails a:hover {
  color: red;
}

div.mailinglist {
  float: left;
  padding: 10px 5px 0px 7px;
  margin: 15px 0 0 5px;
  background: #C2E1FF;
  border: 1px solid black;
}

div.history_pics {
  padding: 10px 0 0 0;
}

img.old_pic {
  float: right;
  border: 1px solid black;
}


div.text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  float: left;
  padding: 20px 5px 0 5px;
  width: 480px;
  border-left: 5px solid #C2E1FF;
}

div.text h1 {
  font-size: .1em;
  color: white;
}

/* These classes manage the menu button roll-overs. */
div.dark_showinfo {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_showinfo.gif") no-repeat 0 0;
}
.ro_showinfo {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_showinfo.gif") no-repeat 0 -25px;
}
a.ro_showinfo:hover {
  background: url("../images/buttons_showinfo.gif") no-repeat 0 -50px;
}

div.dark_idiotbiographies {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_idiotbiographies.gif") no-repeat 0 0;
}
.ro_idiotbiographies {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_idiotbiographies.gif") no-repeat 0 -25px;
}
a.ro_idiotbiographies:hover {
  background: url("../images/buttons_idiotbiographies.gif") no-repeat 0 -50px;
}

div.dark_idiothistory {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_idiothistory.gif") no-repeat 0 0;
}
.ro_idiothistory {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_idiothistory.gif") no-repeat 0 -25px;
}
a.ro_idiothistory:hover {
  background: url("../images/buttons_idiothistory.gif") no-repeat 0 -50px;
}

div.dark_links {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_links.gif") no-repeat 0 0;
}
.ro_links {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_links.gif") no-repeat 0 -25px;
}
a.ro_links:hover {
  background: url("../images/buttons_links.gif") no-repeat 0 -50px;
}

div.dark_contact {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_contact.gif") no-repeat 0 0;
}
.ro_contact {
  float: left;
  width: 180px;
  height: 25px;
  margin: 5px 0 0 0;
  background: url("../images/buttons_contact.gif") no-repeat 0 -25px;
}
a.ro_contact:hover {
  background: url("../images/buttons_contact.gif") no-repeat 0 -50px;
}
