body
{
  background-color: #E9E5D3;
  font-family: arial,sans-serif;
  font-size: 13px;
  margin: 0px;
  text-align: center;
}
p
{
  margin: 5px;
}

h1
{
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #990000;
  border-bottom: 1px solid #990000;
}

h2
{
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

#mainContainer
{
  margin: 0px auto;
  padding 0;
  width: 800px;
  background-color: #E9E5D3;
  text-align: left;
}

#header
{
  background: url( /images/dfc_header_grn.jpg ) no-repeat;
  width: 800px;
  height: 235px;
}

#headerLinks
{
  position: absolute;
  left: auto;
  right: auto;
  margin-left: 580px;
  margin-top: 155px;
}

#contents
{
  float: left;
  margin-left: 10px;
  background-color: #FFFFFF;
  width: 600px;

}

#contents table
{
  font-size: 13px;
}

#googleA
{
  visibility: hidden;
  float: right;
  background-color: #E9E5D3;
  width: 175px;
  
}

#googleA iframe
{
  border: none;
}

#tocHeader
{
  background: url( /images/toc_header.jpg ) no-repeat;
  width: 160px;
  height: 31px;
}

#tocFooter
{
  background: url( /images/toc_footer.jpg ) no-repeat;
  width: 160px;
  height: 31px;
}

#toc
{
  float: left;
  background-color: #E9E5D3;
  width: 160px;

}

#tocLinks
{
  background: url( /images/dfc_toc_bg.jpg ) no-repeat;
  border-left: 3px solid #285A27;
  border-right: 3px solid #285A27;
}

#tocLinks table
{
  font-size: 11px;
}

#toc td
{
  border-bottom: 1px solid #B8AD8D;
  color: #990000;
}
  
#toc a
{
  display: block;
  margin: 0px;
  text-decoration: none;
  color: #990000;
  font-weight: bold;
}

#toc a:hover
{
  background-color: #B8AD8D;
}

#footer table
{
  clear: both;
  font-size: 10px;
  color: #FFFFFF;
  margin-top: 20px;
  text-align: center;
}