/* CSS Document */
html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#ddd;
	color:#666;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#tudo { 
	width:/*760px*/1027px;
	position:relative;  /*Contexto de posicionamento */
	background:#fff url(../images/bg-auxiliar.gif) repeat-y right;
	margin:0 auto;
	text-align:left;
	min-height:100%;/**/
	border:dotted #999;
	border-width:0 1px;
	}
 * html #tudo {height: 100%;}
#conteudo {padding-bottom:30px;}
#topo {
/*	width:760px 1027px;
*/	height:185px;
	background-image: url(../images/bgtopo.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	}
	
#principal {
	width:651px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	text-align:justify;
	}
#menu {
	float:left;
	width: 200px;
	margin-right:6px;
	display:inline;
	text-align: justify;
	}
#menu a {
	background-color: #CCB169;
	display: block;
	height: 25px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

#menu a:hover {
	background-color: #004f01;
	display: block;
	height: 25px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

#auxiliar {
	width:160px;
	float:right;
	text-align: center;
	}
#rodape {
	width:/*760px*/1027px;
	height:20px;
	background-color:#D5BF84;
/*	clear:both;
*/	position: absolute;
	bottom: 0; 
	text-align:center;
	padding-bottom: 10px;
	}
#rodape p {
	font-size: 10px;
	font-style: italic;
	text-align: center;
	padding-top: 0px;
	color: #000;
	}
#destaque {
	width: 650px;
	height: 215px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 3px;
}
#noticias {
	float: left;
	width: 320px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#noticias a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


#eventos {
	float: left;
	display: inline;
	width: 310px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#eventos a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
	}
ul li {margin:1px 0; }
ul li a, ul li a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#060;
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
	}
ul li a:hover {
	background:#9f9;
	color:#060;
	}
h1, h2, h4 { 	
	font:bold 25px Arial, Helvetica, sans-serif;
	color:#060;
	}
h4 {font-size:16px;}
.clear {clear:both;}
#nav li.um {
	margin-bottom:8px;
	text-align:center;
	}

.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align:center
	margin-top: -10px;
	}

a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #000;
}

.input {
	border: solid 1px #666;
	height: 14px;
	font-size: 11px;
	color: #666;
}

.btOkSubmit {
	width:55px;
	height:19px;
	font-size:9px;
	padding:0 2px 0 0;
}

