h1 {display:none;}
h2 {font-size: 16px;
	font-weight:bold;}
h3 {font-size: 12px;
	font-weight:bold;}
body {
	padding: 0px;
	margin: 0px;
}
#corpo {
	width: 778px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: absolute;
	left: 50%;
	margin-left: -389px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0081A9;
}
#cabecalho, #linha-navegacao, #contador, #rodape {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}
#cabecalho {
	padding: 5px;
	margin-bottom: 5px;
	height: 120px;
}
#linha-navegacao {
	padding: 5px;
	margin-top: 5px;
	height: 16px;
	clear: both;
	width: 770px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}
#contador {
	height: 20px;
	width: 142px;
	float: left;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
#col-um {
	width: 165px;
}
#col-dois {
	width: 415px;
	text-align: center;
}
#col-tres {
	width: 155px;
	text-align: center;
}
#col-grande {
	width: 587px;
	text-align: center;
}

#col-um, #col-dois, #col-tres, #col-grande {
	border:1px solid #CCCCCC;
	background-color: #EFEFEF;
	height: 1110px;
	float: left;
	padding: 5px;
	margin-bottom: 5px;
}	
#mutum {
	padding-left: 188px;
	background-repeat: no-repeat;
	height: 160px;
	background-image: url(../imagens/mutum.jpg);
}
#ipe {
	padding-left: 188px;
	background-repeat: no-repeat;
	height: 143px;
	background-image: url(../imagens/brasao.jpg);
}
#ipe h3, #mutum h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom: 5px;
	margin-top:0;
}
#publicidade1, #publicidade2, #publicidade3,#publicidade4,#publicidade5,#publicidade6,#publicidade7,#publicidade8,#publicidade9 {
	height: 145px;
	width: 119px;
	float: left;
	margin: 4px;
	padding: 4px;
	font-size: 9px;
	border: 1px solid #CCCCCC;
}	
#publicidade1 h3, #publicidade2 h3, #publicidade3 h3, #publicidade4 h3, #publicidade5 h3, #publicidade6 h3, #publicidade7 h3, #publicidade8 h3, #publicidade9 h3{
	font-size:10px;
	font-weight:bold;
	margin-bottom: 2px;
	margin-top:0;
}
ul {
	margin: 0;
	list-style: none;
	width: 150px;
	font-size:11px;
	padding: 0;
}
ul li{
	position: relative;
	background-color:#98C1FF;
	color: #0081A9;
	width:150px;
	border: 1px solid #CCCCCC;
}
ul li a, ul li a:visited {
	display: block;
	text-decoration: none;
	background: #edebf3;
	padding: 5px;
	border-bottom: 0;
	color: #0066CC;
}
ul li a:hover {
	display: block;
	text-decoration: none;
	color:#0081A9;
	background: #fff;
	padding: 5px;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul ul, li.over ul ul {display: block; }

#rodape {
	width: 770px;
	color: #666666;
	text-align: right;
	padding: 5px;
	height: 10px;
	clear: both;
}
/*FORMATACAO FORMULARIOS*/	
#formulario, #nome, #email, #telefone, #mensagem {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003399;
	font-size:11px;
	border-width:thin;
	border-color:#0066CC;
	}
