

/************************* HTML **********************/

.html_main
{
    text-align: center;
    padding: 0px 0px 70px 0px;
}


.section
{
    width: 990px;
    background-color: #fff;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-family: arial, helvetic, sans-serif;
    color: #406325;
}

.menu
{
    height: 30px;
    padding: 10px 30px 0px 0px;
    overflow: hidden;
}

.menu_item
{
    float: right;
    padding: 0px 0px 0px 50px;
    text-align: right;
}

.menu_item a:link,
.menu_item a:active,
.menu_item a:visited
{
    display: block;
    font-family: arial, helvetic, sans-serif;
    font-size: 12pt;
    color: #406325;
    text-decoration: none;
    height: 36px;
    width: 50px;
    padding: 4px 0px 0px 0px;
}

.menu_item a:hover
{
    background-image: url("../images/menu_bg.gif");
    background-repeat:repeat-x;
    background-position: 0px -5px;
}

.content
{
    padding: 0px 26px 0px 24px;
}

.content_item
{
    padding: 0px 0px 20px 0px;
}

.header h1
{
    padding: 0px;
    margin: 0px;
    height: 34px;
    overflow: hidden;
}

.header h2
{
    padding: 0px 0px 10px 2px;
    margin: 0px;
    font-size: 12pt;
}

.footer_header h1
{
    padding: 0px;
    margin: 0px;
    height: 51px;
    overflow: hidden;   
}

.content_header h1
{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    height: 47px;
    overflow: hidden;
}

.welcome_text
{
    padding: 10px 0px 0px 0px;
    font-size: 11pt;
    color: #406325;
}

.general_content
{
    font-size: 11pt;
    line-height: 1.2em;
}

.general_content p
{
    padding: 0px 0px 30px 0px;
    margin: 0px;
}

.welcome_text a:link,
.welcome_text a:active,
.welcome_text a:visited,
.general_content a:link,
.general_content a:active,
.general_content a:visited
{
    text-decoration: underline;
    color: #406325;
}

.welcome_text a:hover,
.general_content a:hover
{
    text-decoration: underline;
}

.general_image
{
    float:left;
    width: 505px;
    height: 394px;
}

.flash_image
{
    float:left;
    width: 250px;
    height: 250px;
}

.flash_content p
{
    font-size: 12pt;
    padding: 40px 0px 0px 0px;
    font-weight: normal;
}

.big_images
{
    border: 2px solid #4d6b39;
    overflow: hidden;
    width: 935px;
    height: 391px;
}

.border
{
    height: 2px;
    width: 100%;
    background-color: #4d6b39;
    overflow: hidden;
    margin: 0px 0px 20px 0px;
}

.footer
{
    margin: 0px 32px 0px 28px;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}

.footer_container
{
    height: 30px;
    overflow: hidden;
}

.footer_item
{
    float:left;
    padding: 0px 3px 0px 0px;
    font-size: 10pt;
}


