
root {
    display: block;
}

HTML, BODY {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family:Tahoma, 'Trebuchet MS','Lucida Console',Helvetica;
    font-size:13px;
    color:#000;
    overflow:hidden;
}
html {
    overflow-x:hidden;
    overflow-y:auto;
}

DIV#header {
    height:40px;
    background:#002d86 url('../images/bg_header.gif') repeat-x;
    z-index:0;
}

DIV#content {
    z-index:1;
    background:white url('../images/bg.png') center repeat-y;
    overflow:hidden;
}

DIV#Gol {
    display:block;

    position:absolute;
    top:15px;
    left:50%; /*some magic to align the element in the center; */
    width:958px;
    margin-left:-480px;/* half of the width */

    background-color:white;
    border:white 1px solid;
    z-index:10;
    overflow:hidden;
}

DIV#footer {
    color:#506100;
    height:120px;
    background:#b0c25d url('../images/bg_footer_green.gif') repeat-x;
    z-index:0;
    padding:5px;
}
DIV#footer a{
    color:#506100;
    text-decoration:none;
}

DIV#upperContent {
    height:148px;
    background:url('../images/bg_head.png') top center no-repeat;
    /*background-image:url('../images/bg_upper_menu.jpg');*/
    border:none;
    width:100%;
}

DIV#lowerContent {
    background-image:url('../images/bg_footer.gif');
    background-repeat:repeat-x;
    background-position:bottom;
    overflow-x:hidden;
    overflow-y:auto;
}

DIV#upperMenu {
    float:left;
    margin-top:116px;
    padding:0;
    height:32px;
    width:100%;
    position:absolute;
    line-height:normal;
    background:url("../images/bg_upper_menu_mid.png") repeat-x;
    font-size:11px;
}

DIV#upperMenu ul {
    margin:0;
    margin-left:15px;
    padding:6px 0 0 0;
    list-style:none;
    color:white;
}
DIV#upperMenu li {
    float:left;    
    margin:0;
    padding:3px 12px;
    cursor:pointer;
}
DIV#upperMenu li:hover {
    text-decoration:underline;
}
DIV#upperMenu li.active {
    float:left;
    background:url("../images/nav-right.gif")
      no-repeat right top;
    margin:0;
    padding:0;
    font-weight:bold;
}
DIV#upperMenu li.active:hover {
    text-decoration:none;
}
DIV#upperMenu li.active span {
    display:block;
    background:url("../images/nav-left.gif")
      no-repeat left top;
    padding:5px 15px;
}

