@charset "utf-8";
body {
	font-family: "Trebuchet MS";
	color: #000;
	background-color: #FFF;
	margin: 0px;
}
#alinhaCentro {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}#geral {
	float: left;
	height: 500px;
	width: 768px;
	position: relative;
}
#cabecalho {
	background-image: url(../imagens/cabecalho.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 768px;
	position: relative;
}
#principal {
	float: left;
	width: 764px;
	position: relative;
}
#miolo {
	float: left;
	width: 598px;
	position: relative;
}

#topo {
	float: left;
	height: 192px;
	width: 598px;
	position: relative;
}

#img_adv {
	background-image: url(../imagens/img_adv.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 192px;
	width: 118px;
	position: relative;
}
#logo {
	float: left;
	height: 118px;
	width: 280px;
	position: relative;
}
#espaco {
	float: left;
	height: 118px;
	width: 200px;
	position: relative;
	background-image: url(../imagens/espaco.jpg);
	background-repeat: no-repeat;
}
#endereco {
	float: left;
	height: 69px;
	width: 480px;
	position: relative;
	background-image: url(../imagens/endereco.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	color: #000;
	padding-top: 5px;
}



#menu {
	background-image: url(../imagens/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 419px;
	width: 151px;
	position: relative;
	padding-top: 10px;
	padding-left: 15px;
}
#links {
	float: left;
	width: 135px;
	position: relative;
	height: 300px;
}
#links ul {
	width: 115px;
	margin: 0px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 6px;
}
#links li {
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aa8800;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#links li a {
	color: #FFF;
	text-decoration: none;
}
#links a:hover {
	color: #000;
	text-decoration: none;
}
#cont {
	float: left;
	width: 580px;
	position: relative;
	font-size: 14px;
	color: #000;
	background-image: url(../imagens/cont.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 3px;
	padding-bottom: 10px;
}
#cont a {
	color: #013567;
	text-decoration: none;
}
#cont a:hover {
	text-decoration: underline;
	color: #DF9F33;
}
#cont li {
	list-style-type: square;
	list-style-image: url(../imagens/marcador.jpg);
}


#leia {
	font-size: 11px;
	width: 100px;
	height: 20px;
	float: right;
	position: relative;
	text-align: right;
}
#leia a {
	text-decoration: none;
	font-weight: bold;
	color: #dfa800;
}
#leia a:hover {
	text-decoration: underline;
}

#rodape {
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	width: 754px;
	position: relative;
	padding-top: 10px;
	font-size: 11px;
	padding-left: 10px;
}
#rodape a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
}
#rodape a:hover {
	color: #000;
	text-decoration: none;
}
.titulo {
	font-size: 15px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}
.subTitulo {
	font-size: 14px;
	font-weight: bold;
	color: #dfa800;
}
.topicos {
	font-size: 11px;
	color: #003366;
}
.data {
	font-size: 11px;
	font-weight: bold;
	color: #dfa800;
}
.formulario {
	font-size: 12px;
	color: #dfa800;
	font-family: "Trebuchet MS";
}
.abranco {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #013567;
	font-weight: bold;
}

