body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

#context{
	margin: 0px;
	position: relative;
	width: 1000px;
}

#global{
	/*margin: 0px auto;*/
	position: relative;
	float: left;
	width: 840px;
	color: #000000;
	/*border: 1px #000000 solid;*/
}

/*Formatação do menu superior*/
#menu_sup{
	position: relative;
	float: left;
	height: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	background-image: url(../img/fundo_menu_superior.jpg);
	background-repeat: no-repeat;
}

#menu_sup a{
	color: #FFFFFF;
	margin: 0px 12px;
}

#footer a{
	color: #FFFFFF;
}

#menu_sup a:hover, #footer a:hover{
	text-decoration: underline;
}

/*Formatação do banner*/
#banner{
	position: relative;
	float: left;
	width: 780px;
	height: 130px;
	margin-left: 15px !important;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 31px !important;
	margin-bottom: 30px;
	/*padding: 30px 0px 30px 20px;*/
	background-repeat: no-repeat;
	/*border: 1px #000000 solid;*/
}

.logo{
	position: relative;
	float: left;
}

.banner{
	position: relative;
	float: left;
	margin-left: 25px;
	width: 550px;
	height: 90px;
	background-color: #FFFFFF;
}

/*Formatação da área da busca*/
#area_pesquisa{
	position: relative;
	float: left;
	width: 620px;
	height: 20px;
	padding: 6px 0px !important;
	padding: 5px 0px 4px;
	background-image: url(../img/novo_fundo_busca.jpg);
	background-repeat: repeat-x;
	/*border: 1px #000000 solid;*/
}

#area_pesquisa #txtBusca{
	width: 226px;
	height: 19px;
	border: 0px;
}

/*Formatação do menu esquerdo*/
#menu_esq{
	position: relative;
	float: left;
	width: 160px;
	/*height: 346px;*/
	margin-top: 0px;
	font-weight: normal;
	background-image: url(../img/fundo_menu.jpg);
	background-repeat: repeat-x;
	background-color: #2985AC;/*#003E74 || #DBCBCE*/
	color: #FFFFFF;
	padding: 4px 0px 4px 20px;
}

#menu_esq div{
	padding-bottom: 1px;
	margin-bottom: 2px;
	border-bottom: 1px #2378A1/*FFFFFF*/ solid;
	width: 140px;
}

#menu_esq a{
	color: #FFFFFF;
}
#menu_esq #banner_menu{
	width: 140px;
	height: 200px;
	margin-top: 52px;
	margin-bottom: 52px;
}

/*Formatação da área de conteúdo*/
#content{
	margin-top: 0px;
	position: relative;
	float: left;
	width: 620px;
	/*border: 1px #000000 solid;*/
}



#content p{
	text-align: justify;
	margin-top: 20px;
}

#content .pagina{
	position: relative;
	float: left;
	width: 600px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 0px 2px 20px;
	background-image: url(../img/fundo_pagina.jpg);
	margin-bottom: 10px;
}

#content blockquote{
	text-align: justify;
}

/*Formatação do menu inferior*/
#menu_inf{
	position: relative;
	float: left;
	width: 620px;
	margin: 20px 0px 20px 180px !important;
	margin: 20px 0px 20px 90px;
	text-align: center;
	font-weight: bold;
}

#menu_inf a{
	margin: 0px 12px;
}

#menu_inf a:hover{
	text-decoration: underline;
}

/*Formatação banner direito*/
#floater{
	/*margin: 26px auto auto 20px;;*/
	position: relative;
	float: left;
}

/*Formatação do footer (rodapé)*/
#footer{
	position: relative;
	float: left;
	background-image: url(../img/fundo_footer.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	text-align: center;
}

.footer{
	width: 100;
	text-align: center;
}

/**/
a{
	text-decoration: none;
	color: #000000;
}

.obrigado{
	font-weight: bold;
	font-size: 14px;
}