body
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #f0f0f0;
  color: #333333;
  margin: 0px 0px 15px 0px;
}

#header
{
  width: 758px;
  font-weight: bolder;
  letter-spacing: 2px;
  text-align: center;
  font-size: 200%;
  margin: 10px auto 0px auto;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #dfdfdf;
  color: #333333;
}

#content
{
  width: 758px;
  margin: 0px auto;
  border: 1px solid #999999;
  background-color: #dfdfdf;
  color: #333333;
}

#menu
{
  width: 130px;
  float: left;
  padding-top: 10px;

  min-height: 810px;
  overflow: visible;
}

#context
{
  background-color: #ffffff;
  width: 607px;
  float: right;
  padding: 10px;
  border-left: 1px solid #999999;
  height: auto;
  min-height: 800px;
  overflow: visible;
}

#menu a:link, #menu a:active, #menu a:visited
{
  color: #6f6f6f;
  background-color: #dfdfdf;
  display: block;
  height: 20px;
  line-height: 20px;
  padding-left: 10px;
  text-decoration: none;
}

#menu a:hover
{
  background-color: #efefef;
}

H1
{
  border-bottom: 1px solid #3f3f3f;
  margin-bottom: 15px;
  font-style: italic;
  font-size: 150%;
  letter-spacing: 2px;
}

H2
{
  margin-bottom: 5px;
  font-size: 100%;
  letter-spacing: 2px;
}

#footer
{
  text-align: center;
  font-size: 70%;
  width: 758px;
  margin: 0px auto 0px auto;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  background-color: #dfdfdf;
  color: #333333;
}

#footer a:link, #footer a:active, #footer a:visited
{
  color: #333333;
  text-decoration: none;
}


#context a:link, #context a:active, #context a:visited
{
  color: #5f5f55;
  text-decoration: none;
}

#context a:hover
{
  text-decoration: underline;
}

legend
{
  color: #000000;
  letter-spacing: 2px;
  font-weight: bold;
}

TABLE#my
{
  border: 1px solid #999999;
}

TR#head
{
  background-color: #dfdfdf;
}
