html, body {
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
	height: 100%;
  background-color:#1b5b05;
  background-image:url(../img/bg.gif);
  background-repeat:repeat-x;
}

* html #tudo {
	height: 100%;
}

a {
  color:#262a33;
  font-weight:bold;
}

a:hover {
  color:#000;
  text-decoration:underline;
}

#topo {
  width:770px;
  height:149px;
  margin:auto;
  background-image:url(../img/topo.gif);
  background-repeat:no-repeat;
}

#conteudo {
  width:770px;
  margin:0 auto;
  background-color:#fff;
}

#rodape {
  width:100%;
  height:91px;
  float:left;
  background-image:url(../img/bg_rodape.gif);
  background-repeat:repeat-x;
}

#rodape #rodape_mais {
  width:770px;
  height:91px;
  margin:0 auto;
  background-image:url(../img/img_rodape.gif);
  background-repeat:no-repeat;
}

#menu {
  width:175px;
  height:850px;
  float:left;
  border-right:1px solid #cfcfcf;
}

#menu ul {
  width:167px;
  margin:0 auto;
  background-color:#3e8a29;
}

#menu ul li {
  width:167px;
  border-top:1px solid white;
  border-bottom:1px solid white;
  padding:4px;
}

#menu ul li:hover {
  width:159px;
  background-color:#9fc594;
  cursor:pointer;
}

#menu ul li a {
  color:white;
}

#menu ul li a:hover {
  color:white;
  font-weight:bold;
}

#nucleo {
  width:580px;
  float:right;
  padding:5px;
}


.tabela_assoc {
  
}

.tabela_assoc th {
  background-color:#336633;
  color:white;
  font-weight:bold;
}

.tabela_assoc td {
  border:1px solid #cfcfcf;
  background-color:#eeffee;
}