html, body{ 
	height: 100%;
	margin: 0;
	padding: 0;
	font: 13px arial, hevetica, sans-serif;
	text-align: center;
	color:#000000;
	background-color: #84C225;
} 


#tudo {
	position: relative;
	width:760px; 
	margin-top:0px;
	margin: 0 auto;
	padding-top:0px;
	text-align:left; 
	min-height: 100%;
	}

* html #tudo {
	height: 100%; /* hack para IE6 hq trata height como min-height */
	}
	
#banner {
	z-index:150;
	position:relative;
	width:760px;
	height:278px;
	background-image:url(banner_cabecalho.png); background-repeat:no-repeat; background-position:center center; 
	text-align:right;
	}
	
#navegacao {
	position: static;
	width:800px;
	height:32px;
	margin-left:0px;
	margin-right:0px;
	background-color:#84c225;
	}
		
#pages {
	margin:0;
}

#pages ul {
	list-style-type: none;
	display: inline;
}

#pages li {
	float: left;
	margin: 2px;
	display: inherit;
	width: auto;

}

#pages li a {
	color: #FFFFFF;
	padding: 5px;
	text-decoration: none;
	text-align:center;
	float: left;
	width:112px;
	background-image:url(botao3.png);
	
}

#pages li a:hover {
	color: #FFFFFF;
	background-image:url(botao3.png);
}

#pages li.nolink {
	color: #000000;	
}

#pages li.current a {
	color: #000000;
	background-image:url(botao2.png);
}
	
#conteudo {
	position:relative;
	width:760px;
	padding-top:20px;
	padding-bottom:50px;
	z-index:0;
	margin-right:90px;
	background-color:#FFFFFF;
	z-index:100;
	}

#conteudo ul li{
	list-style-image:url(img04.png);
	list-style-position:inside;
	margin:10px;
	text-align: justify;
	vertical-align: middle;
	}
	
#rodape {
	position: fixed;
	width:750px;
	height:45px;
	bottom: 0px;
	background-color:#D98232;
	text-align:left;
	font-size:10px;
	color:#000000;
	padding-top:5px;
	padding-left:10px;
	z-index:150;	
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#000000;
	margin-left:15px;
	margin-right:15px;
	}

H1, H2, H3, H4, H5, H6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-left:15px;
	margin-right:15px;
	}
		
				
p  a:link, a:visited, a:active {
	text-decoration:none;
	color: #000000;
	}
	
p a:hover {
	color: #000000;
	font-weight:bold;
	}

li  a:link, a:visited, a:active {
	text-decoration:none;
	color: #000000;
	}
	
li  a:hover {
	text-decoration:none;
	color: #FF9900;
	font-weight: 600;
	}

H3  a:hover {
	text-decoration:none;
	color: #FF9900;
	}
