html, body {
  height: 100%;
  width: 100%;

  margin: 0 auto;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;

  text-align: center;

  font-family: Verdana;
  font-size: 9pt;

  background-color: #4d2a13;
}

td {
  font-size: 9pt;
}
th {
  font-size: 9pt;
  background-color: #4d2a13;
  color: #ffffff;
}

div#outside {
  width: 944px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

table#mastertable {
  font-family: Verdana;
  font-size: 9pt;
  width: 944px;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

tr#headerrow {
  height: 145px;
  width: 944px;
}

td#sidebar {
  width: 240px;
  vertical-align: top;
  background-image: url("/images/sidebar-1px.jpg");
  background-repeat: repeat-y;
}

td#sidebar div#topside {
  height: 168px;
  margin-bottom: -20px;
}

td#sidebar div#buttons {
  margin-right: 50px;
  text-align: right;
}

td#sidebar ul#buttonlist {
  list-style-type: none;
}

td#sidebar ul#buttonlist li.button {
  font-size: 12pt;
  font-style: italic;
  margin-bottom: 7px;
}

td#sidebar ul#buttonlist li.button a {
  color: #000000;
  text-decoration: none;
}

td#sidebar ul#buttonlist li.button a:hover {
  color: #4d2a13;
  font-weight: bold;
}

td#content {
  width: 660px;
  margin: 0;

  vertical-align: top;
  text-align: left;

  padding: 5px;

  background-color: #eebf52;

/*  background-image: url("/images/center.jpg");
  background-position: top left;
  background-repeat: repeat-x; */
}

td#content blockquote {
  text-align: center;
  color: #4d2a13;
}

td.spacer {
  width: 44px;
}

tr#footerrow {
  width: 944px;
}

td#footerleft {
  width: 240px;
  height: 113px;

  margin: 0px;
  padding: 0px;
}

td#footerright {
  text-align: left;
  height: 114px;
  width: 660px;

  background-image: url(/images/bottom-right.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

td#footer div#quote {
  margin-left: 0px;
}

div#quote blockquote div.quote {
  margin-top: 10px;
  font-style: italic;
}

div#quote blockquote div.credit {
  text-align: right;
  font-weight: bold;
}


div#bottombuttons {
  font-size: 10pt;

  padding-top: 10px;
  text-align: center;
  color: #86bb7c;
}
div#bottombuttons a {
  text-decoration: none;
  color: #eebf52;
}
div#bottombuttons a:hover {
  color: #ffffff;
}
