/* Definicoes gerais da formatacao  */
body {
      background-color: #005BD2;
      font-family: 'Arial';
      color: rgb(255, 255, 255);
     }
  a {text-decoration: none}
  a:link {color: #FFFFFF}
  a:visited {color: #FFFFFF}
  a:hover {color: rgb(153,153,102)}
  a:active {color: rgb(153,153,102)}
h1 {color: rgb(255, 153, 0)}
h2 {color: rgb(255, 153, 0)}
h3 {color: rgb(255, 153, 0)}
h4 {color: rgb(255, 153, 0)}
h5 {color: rgb(255, 153, 0)}
i {color: rgb(255, 153, 0)}

#title{
      background-color: #005BD2;
      position:absolute;
      left:200px;
      top:0px;
      font-family: 'Arial';
      color: rgb(255, 255, 255);
      }
#logo{
      position:absolute;
      left:0px;
      top:0px;
}

#menu{
      background-color: #005BD2;
      position:absolute;
      width: 130px;
      left:10px;
      top:180px;
      height:700px;
}

#main{
      background-color: #005BD2;
      position:absolute;
      width: 600px;
      left:150px;
      top:150px;
      height:700px;
      font-family: 'Arial';
      color: rgb(255, 255, 255);
      text-align: justify;
}

#footer{
      position:absolute;
      left:2px;
      top:1400px;
      font-family: 'Arial';
      font-size: 80%;
}
#fee{
      background-color: #005BD2;
      position:absolute;
      left:200px;
      top:1180px;
      font-family: 'Arial';
      color: rgb(255, 255, 255);
}
.btMenu {
        line-height: 200%;
}

