body {
  font-family: Arial, Georgia;
  margin: 0;
  display: inline;
  overflow-y: scroll;
}

p {
  margin-top 10px;
}

a:link    { color: #723e00; }
a:visited { color: #723e00; }
a:focus   { color: #723e00; }
a:hover   { color: #CC6600; text-decoration:none; }
a:active  { color: #CC6600; text-decoration:none; }

.page {
   width: 810px;
   margin: 0px auto;
}
.content {
  margin: 5px 10px;
  text-align: justify;
}

.header {
    margin: 0px;
    padding: 0px;
    background: url("images/bg_header.gif") repeat-x scroll center bottom #F4E0CD;
    width: 100%;
    text-align: right;
}
.header > h1 {
    float: left;
    display: inline;
    margin: 20px 10px;
    vertical-align: middle;
    height: 100%;
}

.footer {
    background: url("images/bg_footer.gif") repeat-x scroll center bottom #F4E0CD;
    float: left;
    width: 100%;
    vertical-align: bottom;
    height: 82px;
}

.footer table {
    height: 100%;
    width: 100%;
    padding: 0 5px;
}

.footer table td {
    height: 100%;
    vertical-align: bottom;
}

.copyright {
  float:right;
  font-size: smaller;
}

.column_center {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  padding-left: 30px;
}

.next {
  position: absolute; top: 0; left: 0; opacity: 0; filter:alpha(opacity=0);
}
.slideshow {
  position: relative; display: none;
}
.slidestart {
  border: 1px solid black; cursor: pointer;
}
