body
{
   background: #fff;
   margin: 0px;
   color: #062906;
   font-family: "times new roman", times, serif;
   font-size: 14px;
}

a
{
   color: #062906;
}

#container
{
   position: absolute;
   left: 50%;
   margin: 0px auto;
   margin-left: -375px;
   width: 750px;
}

#header
{
   display: none;
}

#content
{
   width: 750px;
   background: url(images/lay_bg.jpg) repeat-y;
}

div.textContent
{
   width: 520px;
   margin: 0px 0px 0px 205px;
   padding-bottom: 20px;
}

div.textContent p
{
   padding: 0px 0px 15px 0px;
   margin: 0px;
}

div.textContent ol, div.textContent ul
{
   margin: 0px;
   padding: 10px;
}

div.textContent ul li
{
   margin: 10px 0px 0px 20px;
   padding: 0px;
   list-style-image: url(images/ico_leaf.gif);
}

div.textContent ul li span
{
   font-size: 10px;
}

div.textContent ol li
{
   margin: 10px 0px 0px 20px;
   padding: 0px;
}

#footer
{
   float: left;
   margin: 0px auto;
   display: block;
   width: 750px;
   height: 98px;
   background: url(images/lay_footer.jpg) bottom no-repeat;
   text-align: center;
   font-size: 11px;
}

#footer p.disclaimer
{
   padding: 65px 0px 0px 0px;
   margin: 0px;
}

#footer p.copyright
{
   padding: 0px;
   margin: 0px;
}

#logos
{
   float: left;
   display: block;
   width: 750px;
   height: 57px;
   background: url(images/logos.jpg) no-repeat;
}

#logos span
{
   display: none;
}

