@charset "utf-8";
/* CSS Document */
#corpo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 790px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCC;
}
body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left;
	background-image: url(../../imagens/fundo.png);
}
#corpo #rodape {
	clear: both;
	background-color: #cecefd;
	height: 50px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 2px;
	border: 1px solid #CCCCCC;
}
#corpo #cabecalho {
	background:url(../../imagens/bannerprincipal.gif);
	height: 160px;
	margin: 0;
	padding:0;
	border: 1px solid #CCC;
}
#corpo #menu {
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	height: 25px;
	background: url(../../imagens/corbarra.gif);
	border: solid 1px #999;
}

#corpo #menu ul {
	display: block;
	width: 585px;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#corpo #menu li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000033;
	display: block;
	width: 120px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-type: none;
	margin-right: 5px;
	background-color:;
}
#corpo #menu ul li a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	color: #000033;
	display: block;
}


#corpo #menu ul li a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
	width: 120px;
	list-style-type: none;
	margin-top: -5px;
	margin-bottom: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000099;
	display: block;
}
#noticias {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	margin: 2px;
	padding: 2px;
	height: 135px;
	width: 148px;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#noticias_borda {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	list-style-type: none;
}
#leia {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color:  #666666;
	text-align:justify;
}

.headers {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000033;
	background-color: #cecefd;
	background-repeat: repeat-x;
	background-position: left;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}
.headers_conteudo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333;
	background-color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#corpo #coluna_esquerda {
	display: block;
	float: left;
	width: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 3;
	margin-left: auto;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#corpo #coluna_direita {
	display: block;
	float: right;
	width: 160px;
	margin-bottom: 3px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#corpo #conteudo {
	margin-right: 176px;
	margin-left: 178px;
	border: 2px solid #FFFFFF;
	margin-top: 5px;
}

.headers_conteudo  ul   {
	margin: 0px;
	padding: 0px;
	width: 140px;
	background-color: #FFFFFF;
}
.headers_conteudo  li   {
	margin: 0px;
	padding: 3px;
	width: 146px;
	list-style-type: none;
	background-color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
.headers_conteudo ul li a {
	text-decoration: none;
	color: #666666;
	display: block;
}
.headers_conteudo ul li a:hover {
	text-decoration: none;
	font-family: "Trebuchet MS";
	color: #333333;
	display: block;
}
#corpo #rodape_conteudo {
	font-family: "Trebuchet MS";
	font-size: 12px;
	width: 350px;
	float: left;
	color: #000033;
	margin-top: 15px;
}
#corpo #rodape_direitos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #0000FF;
	width: 250px;
	float: right;
	margin-top: 15px;
}
#data {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.menu {
	position:relative;
	margin-top:5px;
	margin-left:5px;
	}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
.menu ul li {
	position: relative;
	}
.menu li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 3px;
	border: 1px solid #ccc;
	border-bottom: 0;
	voice-family:"\"}\"";
	}
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
.menu li:hover ul, li.over ul { 
	display: block; }
