/* CSS Document */
body {
margin:0px;
padding:0px;
}
#corpo {
	width: 955px;
	height: 1008px;
	display: block;
	background-color: #9CC76B;
	margin-right: auto;
	margin-left: auto;
}

/*#corpo #topo_direito {
	display: block;
	float: left;
	height: 116px;
	width: 520px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}*/
#topo {
	display: block;
	float: left;
	height: 116px;
	background-color: #99FF00;
	width: 952px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#menu {
	float: left;
	height: 36px;
	width: 950px;
	background-color: #9CC76B;
	vertical-align: top;
	}
/*#corpo #menu_central {
	display: block;
	float: left;
	height: 36px;
	width: 328px;
	font-style: normal;
	color: #000000;
	background-color: #9CC76B;
	margin-left: 20px;

#corpo #menu_esquerdo {
	display: block;
	float: left;
	height: 36px;
	width: 136px;
	background-color: #9CC76B;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FE0000;
}*/
#lateral_esquerda {
	display: block;
	float: left;
	height: 850px;
	width: 220px;
	background-color: #DDFFFF;
}
.cabecalho {
	font-style: normal;
	height: 27px;
	background-color: #DDFFFF;
	background-repeat: no-repeat;
	display: block;
	
	
}
.conteudo {
	font-style: normal;
	height: 70px;
	background-image: url(../pag_inicial/gifs/fundo_f2.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	width: 215px;
}
.conteudo img {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding-right: 5px;
	
}
.conteudo p {
      font-size: 13px;
	  color: black;
	  font-weight:200;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  padding: 3px;
}
	 
.conteudo_branco {
	display: block;
	background-color: #ece4d9;
	height: 70px;
	background-image: url(../pag_inicial/gifs/fundo_j2.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	width: 215px;
	text-align:justify;
	
}
.conteudo_branco img {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	padding-right: 5px;
}
.conteudo_link {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99FFCC;
	height: 520px;
	width: 215px;
}
#lateral_direita {
	display: block;
	float: right;
	width: 173px;
	background-color: #ece4d9;
	height: 850px;
	background-image: url(../pag_inicial/gifs/fundo_lat_dir_02.gif);
	background-repeat: repeat-y;
}

.cabecalho_dir {
	display: block;
	width: 168px;
	float: right;
	background-color: #9DC56C;
	padding-bottom: 2px;
}
.lat_conteudo {
	display: block;
	float: right;
	width: 168px;
	font-style: normal;
	background-color: #f3f5ff;
}


.lat_conteudo_branco {
	font-style: normal;
	width: 168px;
	margin-top: 1px;
	height: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	float: right;
	background-repeat: no-repeat;
}

#conteudo {
	margin-right: 175px;
	margin-left: 220px;
	background-color: #9CC76B;
	height: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#rodape {
	display: block;
	height: 30px;
	width: 943px;
	padding: 5px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #009900;
	background-color: #DDFFFF;
}
 
