* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../img/FundoBody2.gif);
}

a {color: #642;}
a:hover {color: #963;}

big {font-size: 1.1em;}

h1,h2,h3 {color: #09035B; padding: 8px 0 2px;}

h1 {font: normal 2.4em serif,sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.6em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}

form,table {margin-bottom: 1.2em;}
form {
	padding-left: 5px;
}

img {border: none;}
label {
	display: block;
	font-weight: bold;
}
#conteudo fieldset {
	margin-left: 35px;
	padding-left: 35px;
	margin-right: 35px;
	padding-right: 35px;
}

li {
	line-height: 1.5em;
	list-style-type: none;
}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {
	padding: 0 2em 1.2em;
	font-family: Tahoma;
	font-size: 12px;
}

/* estrutura do site */
#centraliza {
	background-color: #FFFFFF;
	font-size: 1.1em;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#topo {
	float: left;
	height: 150px;
	width: 760px;
	padding-bottom: 5px;
	position: relative;
}
#meio {
	float: left;
	height: 620px;
	width: 740px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	position: relative;
}
#rodape {
	float: left;
	width: 680px;
	height: 95px;
	background-image: url(../img/bg-rodape.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	padding-top: 35px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
#rodape a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}
#rodape .esquerda {
	float: left;
	width: 55%;
}
#rodape .direita {
	width: 33%;
	float: right;
}

#menu {
	float: left;
	height: 580px;
	width: 180px;
	margin-right: 5px;
	background-color: #295D82;
	margin-top: 10px;
	margin-bottom: 5px;
	background-image: url(../img/bg1.gif);
	background-repeat: no-repeat;
	padding-top: 22px;
	position: relative;
}
#menu h2 {
	font-family: Tahoma;
	color: #52BCFF;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}
#conteudo {
	float: left;
	height: 615px;
	width: 545px;
	background-color: #F5F5EF;
	position: relative;
	background-image: url(../img/bg-conteudo-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 2px;
	overflow: auto;
}
#submenu li {
	display: inline;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #09035B;
}
#submenu a {
	color: #FFFFFF;
}
#submenu a:hover {
	text-decoration: none;
}
#conteudo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}
#conteudo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#mapa {
	width: 410px;
	height: 242px;
	border: 3px solid #DFDFDF;
	position: relative;
	left: 70px;
}
#fla {
	float: left;
	height: 225px;
	width: 540px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.box {
	float: left;
	height: 370px;
	width: 173px;
	margin-right: 3px;
	background-image: url(../img/rodape-box.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	position: relative;
}
.box h3 {
	font-family: Tahoma;
	color: #52BCFF;
	font-size: 12px;
	background-image: url(../img/topo-box.gif);
	background-repeat: no-repeat;
}
.box p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.rodapebox {
	background-image: url(../img/rodape-box.gif);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 177px;
}


/* block list */
ul.block {
	padding: 0;
	width: 90%;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
}
.block li {
	padding-left: 16px;
	list-style-type: none;
	line-height: 20px;
	background-image: url(../img/bg-item.gif);
}
.block li a,.block li em {
	color: #FFFFFF;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	text-decoration: none;
	width: 94%;
	padding-top: 1px;
	padding-right: 3%;
	padding-bottom: 1px;
	padding-left: 3%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#resposta {
	margin: 10px;
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #295D82;
	border-right-color: #295D82;
	border-bottom-color: #295D82;
	border-left-color: #295D82;
}
