body
{
  background-color: #A0A8C0;
  margin: 0;
}

div.Menu
{
  margin-top: 15px;
  float: left;
  width: 200px;
/*  background-color: #FFF;*/
  padding: 2px;
}

div.HeaderBackground  /*same margins as div.MainBody */
{
  background: url('images/banner_background.gif');
}

div.Header            /*same margins as div.MainBody */
{
/*  margin-left: 250px;
  margin-right: 10%;
  overflow: hidden;
*/
  background: url('images/banner_leftside.gif');
  height: 115px;
  margin-bottom: 0;
  background-repeat: no-repeat;
}

div.MainBody
{
  margin-top: 0;
  margin-left: 250px;
  margin-right: 10%;
  background-color: #FFF;
  padding: 0 10px 10px 10px;
}

img.Logo
{
  display: block;
  margin: auto auto 15px auto;
}

div.MainBody p
{
  text-indent: 0.5cm;
}

div.Menu ul
{
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

div.Menu ul li
{
/*
  height: 2em;
  background-color: #F00;
  padding-top: 1em;
  margin-bottom: 5px;
  padding-left: 1em;
*/
  margin-bottom: 5px;
}


div.Menu ul li a
{
/*  background-color: #A0A8C0; */
  background-color: #89C;
  width: 185px;
  display: block;
  padding-left: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 5px solid #777;
}


div.Menu ul li a:link, div.Menu ul li a:visited
{
  color: #FFF;
  text-decoration: none;
}

div.Menu ul li a:hover
{
  color: #000;
  background-color: #FFF;
}

div.MainBody p.Heading
{
  font-size: 1.2em;
  font-weight: bold;
/*  border-bottom: 1px dotted #000;*/
  text-indent: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

h3.Heading
{
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-bottom: -0.8em;
}

h2.Heading
{
  text-align: center;
}

table.Striped td
{
  border-right: 1px solid #CCC;
  padding-right: 15px;
}

table.Striped th
{
  width: 115px;
}

table.Striped tr.Stripe
{
  background-color: #EEE;
}

table.Striped
{
  margin-bottom: 20px;
}

