html
{
  overflow-y: scroll;
}

body
{
  background: white url("backgrnd.gif") repeat-y left;
}

.block
{
  width: 100%;
}

.navigation
{
  clear: left;
  float: left;
  width: 160px;
  padding-top: 16px;
  padding-left: 20px;
}

.content
{
  margin-left: 160px;
  padding: 24px 20px 20px 24px;
}

.mybutton:link
{
  display: block;
  width: 96px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #402000;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  border-width: medium;
  border-color: #f0b070;
  border-style: outset;
  padding: 4px 2px 2px 0px;
}

.mybutton:visited
{
  display: block;
  width: 96px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #402000;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  border-width: medium;
  border-color: #f0b070;
  border-style: outset;
  padding: 4px 2px 2px 0px;
}

.mybutton:hover
{
  display: block;
  width: 96px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  color: #402000;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  border-width: medium;
  border-color: #f0b070;
  border-style: inset;
  padding: 6px 0px 0px 2px;
}

.thumb
{
  margin: 0px 15px 15px 0px;
  border: 0;
}

h1, h2
{ 
  text-align: center;
  font-family: sans-serif;
}

h3, .center
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.indent
{
  margin-left: 40px;
}

@media print
{
  body {background: white;}
  a {color: black;}
  .navigation {visibility: hidden; margin-left: -160px;}
  .noprint {display: none}
  .content {margin-left: 0px}
}


