*{
	margin:0;
	padding:0;
}
body {
background: #FFFFFF
}

#geral{
	background:#FFFFFF;
	padding: 6px 5px 5px 5px;
	/*border: 1px solid black;*/
	width:765px;
	height:auto;
	margin:auto;

}
#topo{
	background:#FFFFFF;
	width:766px;
	height:90px;
	margin:auto;

}
#logo{
	background:#FFFFFF;
	width:207px;
	height:70px;
	margin-left:0px;
	float:left

}
#topo_e{
	background:#FFFFFF;
	width:549px;
	height:70px;
	margin-left:215px;

}
#esquerda{
	background:#FFFFFF;
	width:207px;
	height:360px;
	margin-left:0px;
	float:left;
	font-size:20px; family: Times New Roman, Times, serif; color:#000000;
    	
}
#direita{
	background:#FFFFFF;
	width:549px;
	height:360px;
	margin-left:215px;
	}

	.center{
text-align: center;
font-family: Times New Roman, Times, serif; color: #000000;
}
#banner{
	background:#FFFFFF;
	width:766px;
	height:105px;
	margin-top:40px;
	text-align: center;

	}


	
	#menu{
      position:relative;
      width:207px;
      list-style:none;/*retirar marcador*/
      text-align:justify;
      background-color:#E2ECF1;
      margin:0px;
      padding:0px;
	  }

#menu ul{
        width:207px;
        }

#menu a{
       text-decoration:none; color:#000000;
       display:block; /*exibir link como se fosse um bloco*/
}

#menu a:hover{
             background-color:#0097DC;
             color:#FFFFFF;
}

#menu li{
         line-height:28px;
		 padding:2px;
         border:2px #FFFFFF solid;
}
.rodape{
         text-align: center;
		 font-family: Times New Roman, Times, serif; color: #000000;
		 }
a:link {
		color: #000000;
		text-decoration:none;
		} /* link não visitado */ 

a:visited {
			color: #000000;
		text-decoration:none;
			} /* link visitado*/ 

a:hover {
			color: #0097DC;
			text-decoration:underline
			} /* mouse sobre o link */ 
a:active {
		color: #000000;
		text-decoration:none;
} /* link selecionado*/

img a {
	border:none
	
	} 
