/* FORMATAO */
* { margin: 0; padding: 0; }
.right {float:right; margin: 10px 5px 10px 25px;}
BODY {
	background: url(../img/bg_shadow.gif) repeat-y top center;
	margin:0 0 0 0;
	color: #1A1A1A;
	font-family: Arial, Trebuchet ms, sans-serif;
	font-size: medium;
	text-align: center;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #4B8A51;
	scrollbar-track-color: #FFFFFF;
}

/* ESTRUTURA */

#container {
	margin: 0 auto 0 auto;
	width: 800px;
	clear: both;
	text-align: center;
}
#header { 
	width: 800px; 
	height: 83px; 
	text-align: center;
	background: transparent url(../img/topo_logo.jpg) no-repeat center;
}
#header h1{ 
	width: 800px; 
	height: 83px; 
}
#header h1 span {	display: none; }
#nav {
	clear:both;
	width: 740px;
	height: 21px;
	padding: 0 0 0 0;
	background: url(../img/nav_bg.jpg) repeat-x center;
	text-align: center;
}
div> #nav { margin: 0 30px 0 31px; width: 739px }
#nav ul li {
	display:inline;
}
#nav ul li a {
	float: left;
	border: 1px solid #6FAF62;
	list-style: none;
	text-decoration: none;
	padding: 2px 10px 3px 10px;
	text-align: center;
	font:  bold 11px Arial, Trebuchet ms, sans-serif;
	color: #E3EFE0;
	background: url(../img/nav_bg.jpg) repeat-x center;	
}
#nav ul li a:hover {
	background: url(../img/nav_bg_hover3.jpg) repeat-x center;
	color: #ffffff;
}
#nav ul li a:visited {
	color: #E3EFE0;
}
#flash {
	clear:both;
	width: 800px; 
	height: 169px; 
	text-align: center;
}
#flash h1 { 
	width: 800px; 
	height: 169px; 
}
#flash h1 span { display: none; }
#conteudo {
	clear:both;
	width:739px;
	background: url(../img/miolo_sombra.gif) repeat-x top;
	text-align:left;
}
div>#conteudo {	margin: 0 30px 0 31px; width: 739px; }
#noticias {
	width: 250px;
	height: 340px;
	float:left;
}
#noticias #topo {
	width:100%;
	height:15px;
	background: url(../img/nav_bg.jpg) center;
	font: 12px "Trebuchet ms", arial;
	color: #E3EFE0;
	padding: 3px 0 3px 5px;
	text-align: left;
}
#noticias #listnews{
	width: 242px;
	height: 340px;
	overflow:auto;
	padding: 5px;
	border: 1px solid #eeeeee;
}
#noticias #listnews .data {
	font: 0.6em arial, trebuchet ms, sans serif;
	color:#66A0BB;	
}
#noticias #listnews .descricao {
	font: 0.8em bold arial, trebuchet ms, sans serif;
	color:#005EBF;	
}
#noticias #listnews .mais a{
	font: 0.7em arial, trebuchet ms, sans serif;
	color:#317C28;	
	text-decoration:none;
}
#noticias #listnews .mais a:visited{
	font: 0.7em arial, trebuchet ms, sans serif;
	color:#426341;	
	text-decoration:none;
}
#noticias #listnews hr {
	width: 100%;
	padding: 5px 0 5px 0;
	height: 0px;
	border: none 0;
	border-bottom: 1px dotted #dddddd;
}
#destaques {
	margin: 30px 15px 0 25px;
	width: 200px;
	float:left;
}
#destaques h2{
	width: 200px;
	height: 30px;
	background:url(../img/destaques.gif) no-repeat;
}
#destaques h3{
	font:  bold 0.9em  arial, trebuchet ms, sans serif;
	color:#66A0BB;
	line-height: 25px;
}
#destaques h4{
	font: 0.8em arial, trebuchet ms, sans serif;
	color:#66A0BB;	
	line-height: 20px;
	text-align: justify;
}
#destaques h4 a, #destaques h4 a:visited{
	color:#66A0BB;	
	text-decoration:none;
}
#destaques h4 a:hover{
	color:#333333;	
	text-decoration: none;
}
#destaques h2 span, #sonho h2 span {
	display:none;
}
#sonho {
	float:left;
	margin: 30px 10px 0 0;
	padding-left: 25px; 
	width: 200px;
	background:url(../img/divisor_vert.jpg) no-repeat left top;	
}
#sonho h2{
	width: 200px;
	height: 30px;
	background:url(../img/sonhos.gif) no-repeat;
}
#sonho h4{
	font: 0.7em arial, trebuchet ms, sans serif;
	color:#66A0BB;	
	line-height: 25px;
	text-align: justify;
}
#logos {
	clear:both;
	margin: 10px 0 10px 10px;
	width: 215px;
	height: 60px;
}
#rodape {
	clear:both;
	margin: 0px 0 5px 0;
	padding: 5px 0 10px 0;
}
#rodape p {
	font: 0.6em trebuchet ms, arial, sans serif;
	color: #666666;
	margin: 0;
}
#rodape a {
	color: #666666;
	text-decoration: none;
}
#rodape a:visited {
	color: #444444;
}
#rodape a:hover {
	color: #000000;
	text-decoration: underline;
}
#rodape hr {
	width: 100%;
	height: 0px;
	border: none 0;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 5px 0;
}
