body
{
	text-align: center;
	background-color: #cccccc;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

h2
{
	color: #666666;
	font-size:110%;
	margin-bottom: 1.5em;
	font-weight: bold;	
}

p
{
	font-size: 80%;
	font-family: arial;
}

p, ul, ol, td
{
	font-size: 80%;
	color: #333333;
}

#descricao ul
{
	font-size: 80%;
	font-family: arial;
}


#descricao ol
{
	font-size: 80%;
	font-family: arial;
}


#pagina
{
	/* Para manter a página centralizada no navegador */
	margin: 0 auto;
	width: 976px;
	
	text-align: left;
	
	background-color: #BBC7D3;
}

#conteudo
{
	float: left;
	padding: 1% 1% 1% 2.5%;
	width: 77%;
	font-family: Arial; 
	background-color: white;
	min-height: 450px;
	
}

.descricao p
{
	margin: 1.2em 0;
}

.descricao li
{
	list-style-type: disc;
	margin:0.5em 1em 0 1%;
}

/* Barra do Governo Federal */
#presidencia {
	
	/* Tamanho */
	width: 976px;
	height: 35px;

	/* Background */
    background-color: #ffcf00;	
}

#presidencia .pr
{
    /* Fontes */
	font-weight: normal;
    font-size: 70%;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
	
	/* Margem e preenchimento */
	margin-top: 8px;
}

/* Título do site */

#titulo a
{
	float: left;
}

h1
{
	font-size: 3em;
}

/* Menus de navegação */

#menu-acessivel
{
	display: none;
}

#menu-areas
{
	width: 19.5%;
	float: left;
	padding-top: 1px;
	background-color: white;
}

#menu-areas ul
{
	font-size: 100%;
	background-color: white;
}

#menu-areas #aBranco, #menu-areas #aBranco a:visited
{
	color: white;	
}

#menu-areas a
{
	text-decoration: none;
	
}

#menu-areas a:hover
{
	text-decoration: underline;
}

#menu-areas h2
{
	background-color:#5493BF;
	color: white;
	font-family: arial;
	font-size:90%;
	font-weight:bold;
	margin-bottom:1px;
	padding:0.7em;
	text-transform:uppercase;
}

#menu-areas h2, #menu-areas a
{
	color: white;
}

#menu-areas #denuncias
{
	text-align: center;
	background-color: #BBC7D3;
	margin: 0;
	padding-top: 3em;
}

#menu-areas li
{
	margin-bottom: 1px;
	background-color:#BBC7D3;
	background-repeat: no-repeat;
	padding: 1em;
	font-family: arial;
	font-weight: bold;
	font-size: 75%;
	
}

#menu-areas a, #menu-areas a:visited
{
	color: #354d69;
	
}

.menu a, .menu a:visited
{
	text-decoration: none;
	
}

.menu a:hover
{
	text-decoration: underline;
}

#menu-1 
{
	font-size: 100%;
	width: 78.9%;
	float: right;
	text-align: right;
	border: 0px solid;
	margin: 0;
	padding: 0.8%;
	font-family: arial;
	display: inline;
	color: #666666;
	background-color: #ffffff;
	/* border: 1px solid green; */
}

#menu-1 li
{
	text-decoration: none;
	display: inline;
	font-size: 80%;
	
	/* border: 1px solid green; */
}

#menu-1 a, #menu-1 a:visited
{
	margin: 0 1em 0 1em;
	color: #666666;
}

#menu-2
{
	font-size: 100%;
	width: auto;
	color: white;
	background-color: #5493BF;
	clear: both;
	padding: 0.3em;
	text-align: right;
	font-family: arial;
}

#menu-2 a, #menu-2 a:visited
{
	margin: 0 1em 0 1em;
	color: white;
}

#menu-2 li
{
	display: inline;
	font-size: 80%;
	
}


