body {
	margin: 0px;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #f7f7f7;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;	
}
.clear{
	clear:both;
}
h1{
	font-size:18px;
	color:#004D8F;
	border-bottom:solid 2px #004D8F;
}
h2{
	font-size:13px;
	color:#004D8F;
}
h3{
	font-size:20px;
	color:#C00;
}
#faixaTopo{
	width: 100%;
	height:170px;
}
#topo {
	background-image: url(../imagens/topo.png);
	background-repeat: no-repeat;
	height: 170px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	height: 30px;
	width: 900px;
	margin-top: 140px;
	float: left;
	display:inline;
	background-color: #C00;
}
#conteudo {
	background-color: #FFF;
	height: auto;
	min-height:300px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 30px;
}
#conteudo a{
	color:#C00;	
}
#bottom {
	height: 50px;
	width: 900px;
	text-align: center;
	padding-top: 25px;
	background-color:#C00;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../imagens/bottom.png);
	background-repeat:no-repeat;
	color:#FFF;
}
#bottom a{
	font-size:10px;
	color:#CCC;
}
#fotosHome{
	width:250px;
	height:188px;
	margin-top:30px;
	margin-left: 30px;
}
.fotosHome img{
	position:absolute;
	z-index:-100;
}
#boxHomeLeft{
	width:500px;
	height:auto;
	float:left;
	display: inline;
}
#boxHomeRight{
	width:310px;
	height:auto;
	float:left;
	display: inline;
	margin-left:30px;
}

#boxHomeRight h1{
	margin-top: 70px;
	margin-bottom: 20px;
}
#boxHomeRight li, #informativos li{
	list-style-image:url(../imagens/setaRight.gif);
	margin-bottom: 10px;
}
#boxHomeRight li a, #informativos li a{
	color:#333;
}
#boxLeft{
	width:550px;
	height:auto;
	float:left;
	display: inline;
}
#boxLeft li{
	margin-bottom:5px;	
}
#boxRight{
	width:260px;
	height:auto;
	float:left;
	display: inline;
	margin-left:30px;
	margin-top:30px
}
.thumbLogos{
	float:left;
	display:inline;
	margin-right:70px;
	margin-top:50px;
	margin-bottom:100px;
}
#mapa{
	width: 838px;
	height: 400px;
	border:solid 1px #e5e5e5;
}
.campos{
	width:400px;
	border:solid 1px #004D8F;	
}
#informativos{
	min-height:300px;
	height:auto;
}

