
#main_header div.headerLeft
{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 59%;
}

#main_header div.headerTitle
{
    color: #366837;
    float: left;
    font-family: verdana, sans-serif;
    font-size: 150%;
    width: 59%;
}

#main_header div.headerSubTitle
{
    color: #101010;
    float: left;
    font-family: verdana, sans-serif;
    font-size: small;
    font-style: italic;
    width: 59%;
}

#main_header div.headerRight
{
    float: right;
    overflow: hidden;
    text-align: right;
    white-space: nowrap;
    width: 40%;
}

