
body, html, table
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9pt;
}

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}


td
{
  vertical-align:top;
}

hr 
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #336666;
    margin: 1em 0;
    padding: 0;
}

b, strong
{
    color: #336666;
}

em
{
    color: #339966;
    font-weight: bold;
    font-style: normal;
}


h1 
{
    font-family: Georgia, Times New Roman;
    font-style: italic;
    font-weight: normal;
    color: #336666;
}

ul, li
{
    list-style-image: url(ul.jpg);
}

a
{
    font-family: Verdana, Arial, Sans-Serif;
    color: #336666;    
}

.leftmenu a 
{
   text-decoration: none;
   color: black;
}

.leftmenu a#active
{
   color: #336666;
}

.container
{
    width: 980px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* height: 600px; */
    /* border: 1px solid red; */
}

.header
{
    width: 100%;
    /* border: 1px solid green; */
}

.mainarea 
{
    width: 100%;
    /* border: 1px solid yellow; */
}


.leftmenu
{
    background-image: url(menuback.jpg);
    width: 230px;
    /* border: 1px solid blue; */
    float: left;
    padding-left: 50px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8.5pt;
    font-weight: bold;
    line-height: 150%;
}

.content
{
    width: 690px;
    /* border: 1px solid green;*/
    float: right;
    font-family: Verdana, Sans-Serif, Helvetica;
    font-size: 9pt;
}

.footer
{
    width: 100%;
    /* border: 1px solid green; */
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: normal;
    color: #336666;
}

.footer a
{
    color: #336666;
    text-decoration: none;

}

.headertext
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8.5pt;
    font-weight: bold;
    color: #336666;
}



