body {
  background-color: #D0D0D0;
  height: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

h1,h2 {
  text-align: center;
  font-family: trebuchet ms, helvetica, sans-serif;
  font-weight: normal;
}

div.schedule {
  width: 775px;
  height: 500px;
  overflow: auto;
  border: thin solid #D0D0D0;
}

.scheduletable {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.scheduleday {
  font-weight: bold;
  font-size: 125%;
}

td {
  font-family: garamond, serif;
}

td.leftcol {
  width: 10%;
  text-align: center;
}

td.rightcol {
  width: 90%;
}

.pagecontainer {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

.logocontainer {
  width: 800px;
  height: 176px;
  background-color: #FFFFFF;
}

.menutable {
  width: 800px;
  height: 30px;
  background-color: #FFFFFF;
  border-collapse: collapse;
}

.menubutton {
  width: 200px;
  height: 30px;
  display: table-cell;
  border-right: thin solid #628D8B;
  border-left: thin solid #628D8B;
  vertical-align: middle;
  text-align: center;
  font-family: papyrus, garamond, serif;
  font-size: 20px;
}

.menubutton.left {
  border-left: none;
}

.menubutton.right {
  border-right: none;
}

a {
  text-decoration: none;
}

a:link {
  color: #223DCB;
}

a:visited {
  color: #223DCB;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

a.menulink {
  text-decoration: none;
}

a.menulink:link {
  color: #628D8B;
}

a.menulink:visited {
  color: #628D8B;
}

a.menulink:hover {
  color: #322D08;
}

a.menulink:active {
  color: #322D08;
}

.content {
  background-color: #FFFFFF;
}

.text {
  background-color: #FFFFFF;
  font-family: garamond, serif;
  padding: 10px 10px 10px 10px;
}

.bigger {
  font-size: 110%;
}

.classname {
  font-size: 110%;
  font-weight: bold;
}

.classdescription {
  margin: 0px 10px 15px 10px;
}

.addresscontainer {
    width: 800px;
    height: 18px;
}

.footer {
    font-size: 70%;
    text-align: center;
}

.templatefooter {
  width: 800px;
  height: 17px;
  background-color: #D0D0D0;
}

hr {
  margin: 0px 10px 0px 10px;
  background-color: #FFFFFF;
}
