body { 
	background-color: #FFFFFF;	
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}
img.titulo {
	padding-bottom: 10px;
}

img.titulo2 {
	padding-bottom: 10px;
	padding-top: 20px;
}

#geral {
	width: 770px; /* definindo 770px para a largura do div */
	margin: auto; /* definido o background para branco e a imagem corpo.jpg como fundo repetindo somente na vertical */
	background-image: url(imagens/middle.gif);
	background-repeat: repeat-y;
}
		
#topo {
	height: 23px; /* definido a altura para que a imagem de background seja visualizada */
	background-image: url(imagens/top.gif);
	background-repeat: no-repeat;
}
		
#conteudo {
	text-align: left;
}


#texto1 {
	display:inline; /*Bug da margem dupla para floats no IE*/
	float:left;
	width:270px;
	margin-left:290px;
	padding-right: 35px;
	padding-left: 35px;
}

#texto2 {
	display:inline; /*Bug da margem dupla para floats no IE*/
	float:left;
	text-align:left;
	width:540px;
	padding-top: 20px;
	padding-left: 60px;
	padding-right: 30px;
}

#foto {
	display:inline; /*Bug da margem dupla para floats no IE*/
	float:left;
    width:290px;
    margin-left:-570px;
	line-height: 120%;
}

#menuatuacao {
	display:inline; /*Bug da margem dupla para floats no IE*/
	float:left;
	text-align:left;
	width:200px;
	padding-right: 60px;
	background-image: url(imagens/bg_menuatuacao.gif);
	background-repeat: y-repeat;
}
	
#menu {
	float:left;
	width:110px;
	background-image: url(imagens/m_bg.gif);
}
	
#rodape {
	height: 35px;
	clear: both;
	background-image: url(imagens/bottom.gif);
	background-repeat: no-repeat;
}

#copyright {
	width: 730px;
	margin: auto; 
	float: inherit;
	text-align: right;
	font-size: 10px;
	color: #9e9d9d;
}

#english {
	height: 20px;
	text-align: right;
	padding-right: 30px;
	}

#logo {
	height: 80px;
	text-align: left;
	padding-top: 20px;
	padding-left: 70px;
}

a {
	font-weight: bold;
	color: #00459b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.atuacao {
	font-weight: normal;
	color: #00459b;
	text-decoration: none;
	font-size: 11px;
}

a.atuacao:hover {
	background-color: #f4f4f4;
}

a.atuacao2 {
	font-weight: normal;

	text-decoration: none;

}

a.atuacao2:hover {
	background-color: #f4f4f4;
}

h1 {
	font-size: 14px;
	padding-top: 10px;
	color: #00459b;
}

h2 {
	font-size: 12px;
}

hr {
	color: #EAEAEA;
	height: 3px;
}

p.notarodape {
	font-size: 10px;
	line-height: normal;
}

p.resumoartigos {
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	}
	
li {
	list-style-type: circle;
}

