﻿body
{
  margin: 10px;
  border: 1px solid #000;
  border-color: Blue;
  padding: 10px;
  font: 12px Georgia, Arial, Sans-serif;
  color: #778866;
  line-height: 150%;
}
div#page
{
  /*border: 1px solid #334433; background-color: Yellow;  */
  width: 900px;
  margin: 0 auto;
  padding: 5px;
}
div#header
{
  /*background-color: Green;*/
  text-align: center;
  position: relative;
  z-index: 2;
}
div#menu
{
  width: 250px;
  float: left;
  margin: 10px 0 10px 0;
  text-align: left;
  position: relative;
  bottom: 0px;
  z-index: 1;
}
div#content
{
  text-align: justify;
  width: 640px;
  margin: 10px 0 10px 235px;
  min-height: 500px;
  position: relative;
  bottom: 0px;
  z-index: 1;
}
div#footer
{
  border-top: 2px solid Gray;
  width: 900px;
  height: 30px;
  text-align: left;
}
.sectionHeading
{
  background-color: #ddeebb;
  font-weight: bold;
}
legend
{
  font: 12px Georgia, Arial, Sans-serif;
  color: #778866;
}
.float-right
{
  float: right;
}
.float-left
{
  float: left;
}
dt
{
 font-weight:bold;
}
