body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
#topoE,#topoC,#topoD{
	border-top:0px solid #003366;
	height:100px;
	top:0px;
	margin:0 -5px 0px;
	z-index:auto;
}	

#topoE {
	position:absolute;
	width:188px;
	left:0px;
	z-index:3;
}


}
#topoC {
	position:relative;
	width:100%;
	height:100px;
	top:0px;
	margin-left:110px;
	margin-right:186px;
	background-image:url('../img/topo_r1_c10.jpg');
	z-index:1;
}


#topoD {
	position:absolute;
	right:10px;
	z-index:2;
}

#conteudo {
	width:auto;
	height:auto; 
	border:1px;
	background-color:white;
	min-height:500px;
	margin-top:10px;
	padding:5px;
}

#conteudoInterno {
	position:relative;
	padding-left:200px;
	padding-right:48px;
	width:auto;
	margin:-15px 5px;
	height:auto;
	font-family:Verdana, Arial;
	font-size:0.8em;
	text-align: justify;
	top:13px;
	z-index: 0;
	background-color:#FEEBE0;
}



#rodape {
	margin-top:35px;
	margin-left:-10px;
	margin-right:-5px;
	border-top:2px solid #999999;
	width:auto;
	height:20px;
	background-color:#666666;
}



