/* CSS Document */

html {
	height: 100%;
}
body {
	text-align: center;
	font-family: verdana,arial,helvetica,sans-serif;
	color: #666;
	font-size: 10px;
	background-color: #C8BD9F;
	/* margin: 0px; */
	padding: 0px;
	background-image:  url(../imagens/bg3.jpg);
	background-position: 0px 0px;
	height: 100%;
}

td {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #666;
	font-size: 10px;
}


/*** base links ***/
a {
	color: #B08917;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: none
}

/*** noticias link ***/
a.creditos:link {color: #936F00;}
a.creditos:visited {color: #936F00;}
a.creditos:hover {color: #333; text-decoration: none; /* text-decoration: underline; */}
a.creditos:active {color: #666;}

#topo_flash {
	width: 740px;
	text-align: center;
	margin: 0 auto 0 auto; /* top right bottom left */
	background:#FFFFFF;	
}

#conteudo {
	width: 740px;
	text-align: center;
	margin: 0 auto 0 auto; /* top right bottom left */
	background:#FFFFFF;
}

.midcol {
	background:#FFFFFF;
	text-align: left;
	margin-left: 0px;
	padding-bottom: 0px;
	width: 100%;
	float: left;
}

#data {
	position: relative;
	font-size: 9px;
	color: #999;
	background:#F2F0E9;
	background-image:  url(../imagens/bg_data.jpg);
	background-position: 0px 0px;	
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	float: left;
}

/*
#menu {
	position: relative;
	background:#fff;
	padding-top: 30px;
	width: 169px;
	float: left;
}
*/

#submenu {
	position: relative;
	z-index: 1000;
	float: left;
}

#eventos {
	position: relative;
	text-align: justify;
	background:#FFFFFF;
	width: 512px;
	margin-left: 40px;
	margin-top: 30px;
	float: left;
}

#conteudoCentral {
	position: relative;
	text-align: justify;
	background:#FFFFFF;
	width: 512px;
	margin-left: 40px;
	margin-top: 30px;
	float: left;
}

#quemsomos {
	position: relative;
	text-align: justify;
	background:#F2F0E9;
	width: 512px;
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom:30px;
	float: left;
}

#texto_longo {
	text-align: justify;
	background:#FFFFFF;
	width: 415px;
	margin-left: 25px;
	margin-top: 20px;
	float: left;
}
#barra_titulos {
	text-align: left;
	width: 395px;
	/* height: 25px; */
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom:10px;	
	float: left;
	background:#F4B846;
	background-image:  url(../imagens/barra_titulos.gif); 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;		
}

/*** rodape ***/
#footer {
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
	/* letter-spacing: 1px; */
	margin: 0 auto 0 auto;  /* top right bottom left */
	height: 18px;
	width: 740px;
	background-image:  url(../imagens/bg_rodape.gif);  
	background-repeat: repeat-x; /* no-repeat*/
	clear: both;
}

#topFaixa {
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	/* letter-spacing: 1px; */
	margin: 0 auto 0 auto;  /* top right bottom left */
	height: 10px;
	width: 740px;
	background-image:  url(../imagens/bg_topo_roxo.gif);  
	background-repeat: repeat; /* no-repeat*/
}

#creditos {
	color: #fff;
	font-size: 9px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	/* letter-spacing: 1px; */
	margin: 0 auto 0 auto;  /* top right bottom left */
	height: 28px;
	width: 740px;
	clear: both;
}

.titulos1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993333;
}
.formTF {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
.formBT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFCC;
	font-weight: bold;
	background-color: #993333;
	border: 1px solid #993333;


}
