﻿body
{
    /*background: #151412;
    background: #040006;*/
    background: #fcfbf9;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
}
img
{
    border: 0px;
}
a:link
{
    text-decoration: none;
    color: #087cae;
}
a:hover
{
    text-decoration: underline;
    color: #087cae;
}

#container
{
    width: 900px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
#banner
{
    background: #ffffff url(../multimedia/images/banner_pt.jpg) no-repeat right;
    width: 900px;
    height: 250px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#menu
{
    /*background: #087cae;*/
    background: #237099;
    width: 900px;
    height: 35px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    /*vertical-align: bottom;*/
}
    #menu .menuItem
    {
        background: #237099;
        width: 150px;
        height: 35px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #ffffff;
        display: block;
        line-height: 35px;
    }
    #menu .menuItemSelected
    {
        background: #ffffff;
        width: 150px;
        height: 35px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        font-family: Verdana;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        color: #040006;
        display: block;
        line-height: 35px;
    }
    #menu .menuItemHover
    {
        background: #ffffff;
        width: 150px;
        height: 35px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        text-align: center;
        font-family: Verdana;
        font-size: 11px;
        text-decoration: none;
        color: #040006;
        display: block;
        line-height: 35px;
    }
#main
{
    background: #ffffff;
    width: 900px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    display: table;
}
    #left
    {
        /*background: #00ff00;*/
        width: 520px;
        margin: 0px 0px 0px 0px;
        padding: 0px 30px 0px 50px;
        float: left;
    }
        #left .title
        {
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            color: #087cae;
        }
        #left .content
        {
            text-align: justify;
        }
            #left .content ul
            {
                text-align: justify;
            }
                #left .content ul li
                {
                    list-style: none;
                }
    #right
    {
        /*background: #ff0000;*/
        width: 250px;
        margin: 0px 0px 0px 0px;
        padding: 0px 40px 0px 10px;
        float: right;
    }
        #right .title
        {
            /*background: #ff0000;*/
            text-align: left;
            margin: 0px 0px 10px 0px;
            padding: 0px 0px 10px 0px;
            border-bottom: solid 1px #087cae;
        }
        #right .title span
        {
            font-weight: bold;
            color: #087cae;
        }
