h1
{
    font-size:1.3em;
    font-weight:bold;
    text-align:center;
}

#container
{
    text-align:center;
    margin-top:20px;
}

#top_bar
{
    width:100%;
    background-color:#015C0B;
    padding: 0px 0px 0px 0px;
    height:74px;
}
#top_bar .images
{
    width:800px;
    margin:auto;
}

#page
{
    width:800px;
    padding-top:20px;
    margin:auto;
}

#footer
{
    width:800px;
    font-size: 8pt;
    font-family: Arial;
    padding-top:30px;
    margin:auto;
}
#footer-contents
{
    width:640px;
    border-top:1px solid #000000;
    margin:auto;
}

#title_img
{
    float:left;
    border:0px solid #ffffff;
    border-left:1px solid #ffffff;
}

#aloe
{
    float:right;
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

#left_bar
{
    width:180px;
    float:left;
    text-align:right;
    border-right:1px solid #000000;
    font-family:Arial;
    font-size:9pt;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
}
#left_bar a
{
    text-decoration:none;
    color:Black;
}

#main
{
    width:560px;
    float:right;
    text-align:left;
    font-family:Arial;
    font-size:0.8em;
    margin-left:20px;
}

#fees_table
{
    width:90%;
    font-size:1em;
}
#fees_table td
{
    padding-bottom:5px;
}

.address
{
    text-align:center;
}

.numeric
{
    text-align:right;
}
    
div.clearer {clear: both; line-height: 0; height: 0;}