* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
body {
	background-color: #9a9a9a;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#logomarca {
	background-color: #f5f5f5;
	margin-top: 5px;
	border-bottom: 4px solid #fff;
}
#menuPrincipal {
	background: url(../images/bg_menuprincipal.gif) repeat-x;
	height: 35px;
	border-bottom: 1px solid #fff;
}
#menuPrincipal ul {
	height: 35px;
	padding-left: 1px;
	background: url(../images/separador_menusuperior.gif) no-repeat left;
}
#menuPrincipal li {
	list-style-type: none;
	height: 35px;
	float: left;
	padding-left: 1px;
	background: url(../images/separador_menusuperior.gif) no-repeat right;
}
#menuPrincipal li:hover {
	background-color: #222;
}

.site {
	position: relative;
	left: 50%;
	margin-left: -354px;
	width: 758px;

}
#corpo {
	background: url(../images/bg_corpo.gif) repeat-x #ebebeb;
}

#rodape {
	clear: both;
	background: url(../images/bg_rodape.gif) top no-repeat;
	width: 759px;
	padding-top: 20px;
	color: #fff;
	padding-bottom: 20px;
}
#corpoFixo {
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background: url(../images/bg_corpo_rodape.gif) bottom no-repeat #fff;
	clear: both;
}
.textoInstitucional 
{
    font-size: 12px;
    color: #8e8e8e;
    margin-bottom: 1em;
    text-align: justify;
    font-weight: normal;
}
.textoInstitucional li
{
    list-style-position:inside;
    margin-left:10px;
}
.btn
{
	background-color: #005778;
	color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 12px;
	margin-top: 5px;
}
