body {
    background-color: #C9E1FD;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px; 
}

html, *, body {
    color: #183883;
    font-family: Arial;
    font-size: 11px; 
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
}

h1 {
    color: #252656;
    font-family: Arial;
    font-size: 14px;
    font-weight: bolder;
}

li {
    margin-top: 10px;
}

input, textarea {
    background-color: #CCCCCC;
    border-style: none;
    color: #666666;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin: 0 3px;
    text-align: left;
} 

/* ============================================================================
MENU 
============================================================================= */

#menuBar {
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
}

#menuContent {
    width: 1000px;
    height: 68px;
    margin: 0 auto; 
}

/* ============================================================================
CABEÇALHOS
============================================================================= */

#headerBar {
    background-image: url("../../img/bg_banner.PNG");
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    width: 100%;
    height: 120;
    text-align: center;
}

/* ============================================================================
PRINCIPAL
============================================================================= */

#mainBar { 
    width: 100%;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; 
}

#mainWrapper {
    width: 980px;
    padding-left: 10px;
    padding-right: 10px; 
    border-left: 2px solid #52BDFE;
    border-right: 2px solid #52BDFE;
    margin: 0 auto; 
    text-align: left;
    height: 300px;
    min-height: 300px;
}

*>#mainWrapper {
    height: auto;
} 

#mainWrapper ul {
    list-style-image: url("../../img/bit.PNG");
}

#mainContentLeft {
    width: 750px;
    text-align: left;
    float: left;
    height: 300px;
    min-height: 300px; 
}

*>#mainContentLeft {
    height: auto;
} 

#mainContentRight, #mainContentSubmenu {
    width: 200px;
    text-align: left;
    height: 100%; 
    min-height: 300px;
    padding-left: 0px;
    float: right;
}

*>#mainContentRight, *>#mainContentSubmenu {
    height: auto;
} 

#mainContentSubmenu {
    background-color: #AADAF9;
}

#mainContentSubmenu ul {
    list-style-image: url("../../img/cont-img-setalinksrel.jpg");
}

#mainContentSubmenu li {
    margin-top: 10px;
}

/* ============================================================================
RODAPÉ
============================================================================= */

#footerBar {
    width: 100%;
    text-align: center; 
}

#footerContent {
    width: 600px;
    margin: 0 auto; 
}

#footerLogo {
    float: left;
}

#footerMenu {
    float: right;
    color: #FFFFFF;
}