* {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #AAAAAA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #AAAAAA;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #EEEEEE;
	scrollbar-arrow-color: #AAAAAA;
	margin: auto;
	background-color: #FFFFFF;
	font-size: 11px;
}

p {
	text-align: justify;
}

h1 {
	font-size: 13px;
	text-align: left;
}

.centro {
	text-align: center;
}

.direita {
	text-align: right;
}

.destaque {
	font-weight: bold;
	color: #262b7b;
}

h2 {
	font-size: 12px;
	border-bottom: 1px #262b7b solid;
}

h3 {
	font-size: 12px;
}

h1, h2, h3 {
	text-align: left;
	color: #262b7b;
}

td {
	text-indent: 0;
	text-align: left;
	vertical-align: top;
}

ul {
	text-align: justify;
	margin-left: 4%;
}

li {
	text-align: justify;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
}

input {
}

textarea {
}

#centraliza {
}

#container {
	background-image: url(../images/fundo.jpg);
	width: 780px;
	background-position: left top;
	background-repeat: no-repeat;
	border: none;
	margin: 0 auto;
}

.restrito {
	background-image: url(../images/fundoRestrito.jpg) !important;
	padding-top: 40px;
}

#fotos {
	margin-left: 10px;
	padding-top: 40px;
	float: left;
	width: 346px;
	height: 430px;
	border: none;
}

#conteudo {
	margin-left: 380px;
	padding-top: 40px;
	text-align: left;
}

#menuPrincipal, #menuPrincipalRestrito {
	color: #FFFFFF;
	line-height: 15px;
	white-space: nowrap;
	font-weight: 800;
	width: 390px;
	height: 21px;
}

#subMenu, #subMenuRestrito {
	color: #FFFFFF;
	white-space: nowrap;
	line-height: 15px;
	width: 396px;
}

#menuPrincipalRestrito, #subMenuRestrito {
	margin-left: 220px;
	width: 556px;
}

#texto {
	height: 320px;
	overflow: auto;
	color: #444444;
	width: 385px;
	margin-top: 21px;
	padding-right: 10px;
}

#textoRestrito {
	width: 720px; 
	height: 320px;
	overflow: auto;
	margin-top: 30px;
	padding-right: 15px;
	padding-left: 0;
	color: #444444;
	clear: left;
}

#textoRestrito h2 {
	border-bottom: 0;
	border-top: solid 1px;
	border-color: #CCCCCC;
	line-height: 26px;
}

#textoRestrito table {
	width: 700px;
}

#textoRestrito td {
	text-align: center;
}

#menuPrincipal a, #subMenu a, #menuPrincipalRestrito a, #subMenuRestrito a {
	color: #888888;
	border: 0;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	vertical-align: middle;
	white-space: nowrap;
}

#menuPrincipal a:hover, #subMenu a:hover, #menuPrincipalRestrito a:hover, #subMenuRestrito a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #dbeefc;
	border-left: 5px solid #dbeefc;
	border-right: 5px solid #dbeefc;
}

#menuPrincipal ul, #subMenu ul, #menuPrincipalRestrito ul, #subMenuRestrito ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
}

#menuPrincipal li, #subMenu li, #menuPrincipalRestrito li, #subMenuRestrito li {
	margin: 0;
	padding: 0 3px;;
	float: left;
}

#menuPrincipal li#ativo, #subMenu li#ativo, #menuPrincipalRestrito li#ativo, #subMenuRestrito li#ativo {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	background-color: #262b7b;
	border-left: 5px;
	border-bottom: 0;
	border-right: 5px;
	border-top: 0;
	border: solid #262b7b;
}

#data {
	z-index: 999;
	position: relative;
	font-size: 10px;
	color: #888888;
	padding-left: 35px;
	padding-top: 25px;
	clear: both;
	float: left;
	vertical-align: middle;
}

#footer {
	position: relative;
	clear: both;
	float: left;
	color: #888888;
	font-weight: normal;
	font-size: 10px;
	text-align: center;
	padding-left: 440px;
	margin-top: -1%;
	width: 300px;
}

#footer p {
	text-align: center;
	text-indent: 0;
}

#footer a {
	color: #007cef;
}

#googleMaps {
	position: relative;
	left: 50px;
	top: -340px;
	width: 300px;
	height: 0px;
	float: left;
}

