/* CSS Document */

body {
	background-color:#000042;
	margin-top:63px;
}
h1 {
	margin-top:5px;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #008AC1;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:17px;
	color:#3B455A;
}

p {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#3B455A;
	margin-top:-7px;

}

li {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#3B455A;
}

a {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#586787;
	margin-top:-7px;

}

#bordaSite {
	margin-left: auto;
	margin-right: auto;
	width:775px;
	height:auto;
	position:relative;
}




/* Borda Topo */
#bordaTopo {
	background-color:#000000;
	width:775px;
	height:86px;
	position:relative;
	float:left;
}
#topo1{
	background-image:url('imagens/topo1.jpg');
	width:217px;
	height:86px;
	position:relative;
	float:left
}
#topo2{
	background-image:url('imagens/topo2.jpg');
	width:221px;
	height:86px;
	position:relative;
	float:left
}
#topo3{
	background-image:url('imagens/topo3.jpg');
	width:337px;
	height:86px;
	position:relative;
	float:left
}


#bordaConteudo {
	width:100%;
	height:auto;
	background-image:url('imagens/fundo-site.jpg');
	position:relative;
	float:left
}

#bordaMenu {
	width:104px;
	height:356px;
	background-image:url('imagens/fundo-menu.jpg');
	position:relative;
	float:left
}

#menuLogo{
	width:104px;
	height:35px;
	background-image:url('imagens/menu1.jpg');
	position:relative;
	float:left;
	display:block
}
#menuconteudo{
padding-top:8px;
	text-align:left;
	width:104px;
	height:auto;
	position:relative;
	float:left;
}



#conteudo2 {
	width:334px;
	height:356px;
	background-image:url('imagens/foto-centro.jpg');
	position:relative;
	float:left
}

#conteudo3 {
	padding-bottom:2px;
	padding-left:20px;
	padding-right:10px;
	width:297px;
	height:336px;
	background-image:url('imagens/fundo-conteudo.jpg');
	position:relative;
	float:left
}
/* Fim */



#bordaRodape {
	width:775px;
	height:75px;
	position:relative;
	float:left;
}


#rodape1 {
	background-image:url('imagens/rodape1.jpg');
	width:104px;
	height:75px;
	position:relative;
	float:left
}
#rodape2 {
	background-image:url('imagens/rodape2.jpg');
	width:334px;
	height:75px;
	position:relative;
	float:left
}
#rodape3 {
	background-image:url('imagens/rodape3.jpg');
	width:337px;
	height:75px;
	position:relative;
	float:left
}


#logo {
	position:absolute;
	width:156px;
	height:89px;
	z-index:1;
	left: 111px;
	top: 44px;
}

UL.menuSite	li	 {
	border-bottom:1px dotted #999999; 
	text-decoration:none;
	width:74;
	margin-left: -20px;
	align: left;
	font-family:Verdana, Helvetica, sans-serif;
	color:#162138;
	font-size:9px;
	line-height:13px;
	list-style-image: url('imagens/marcador.jpg');
	font-weight: normal;
}

UL.menuSite	li	a {
	color:#162138;
	text-decoration:none;

}

UL.menuSite	li	a:visited {
	text-decoration:none;
	color:#162138;
}

UL.menuSite	li	a:hover {
	background-color:#9BACBF;
	color:#162138;
}