body
{ 
    background-color : #457555; 

}


div {
   font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
   font-size: 10pt;
    }

div.img
{
  position: relative;
  top: 0px;
  left: 0px;
  height: 100px;
  z-index: 5;
  height: auto;
  width: auto;
  float: left;
 
}	
div.img img
{
  display: inline;
  margin: 2px;
  padding: 0px;
}


#header 
{
   z-index: 2;
   position: relative;
   min-height: 140px;
   width: 850px;
   top: 10px;
   left: 30px;
   padding: 20px;
   background-color: #ffffdd;
   margin: 0px;
   text-align: center;
}

#content 
{
   z-index: 3;
   position: relative;
   min-height: 200px;
   width: 850px;
   top: 20px;
   left: 30px;
   padding: 20px;
   background-color: #ffffdd;
   text-align: left;
   line-height: 24px;
}
#content a
{
   text-decoration: none;
}

#header h1
{
    font-size: 14pt;
    font-weight: bold;
    line-height: 12pt
    text-align: center;
}

#header h2
{
    font-size: 8pt;
    font-weight: bold;
    line-height: 9pt;
    text-align: center 
}

#footer 
{
   z-index: 4;
   position: relative;
   height: 70px;
   width: 850px;
   top: 30px;
   left: 30px;
   padding: 20px;
   background-color: #ffffdd;
   text-align: center;
   text-size: 8px;
}

#top-menu2 ul
{
padding: 0px;
margin: 0px;
position: absolute;
top: 20px; left: -20px;
list-style: none;
float: right;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 8pt
}

#top-menu2 li
{
margin: 0px;
padding-bottom: 4px;
padding-top: 2px;
float: left;
width: 9em;
text-align: center;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 8pt;

}

#top-menu2 li a
{
margin: 0px;
padding: 0px;
background-color: #ffffdd;
height: 1.8em;
line-height: 1.8em;
float: left;
width: 10em;
display: block;
border: none;
color: #000000;
text-decoration: none;
text-align: center;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 8pt
}


#top-menu2 li a:hover
{
margin: 0px;
padding: 0px;
background: #457555;
height: 1.8em;
line-height: 1.8em;
float: left;
width: 10em;
display: block;
border: none;
color: #ffffff;
text-decoration: none;
text-align: center;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 8pt
}













