body{
	padding:0px;
	margin:0px;
	height:100%;
	
	font-family:Arial;
	font-size:11px;	
}
a{
	text-decoration:none;
	color:#1B587A;
	font-weight:bold;
}
img {
	/*padding:3px;
	border: 1px #1a2e40 solid;*/
}
#page{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	
	background-image:url(../image/public/bgContainer.jpg);
	background-repeat:repeat-x;
	background-position:bottom;		
}
#header{
	position:relative;
	top:0px;
	left:0px;
	height:145px;
	width:100%;
	background-image:url(../image/public/bgHeader.jpg);
	background-repeat:repeat-x;
	z-index:20;
}
#header #formBusca {
	position:absolute;
	left: 550px;
	top:30px;
}
#header #formBusca .fieldSearch{
	background: url(../image/public/buscaCampo.jpg) repeat-x;
	border:none;
	width:154px;
	padding:3px;
	height:19px;	
}
#header #formBusca .buttonSearch{
	/*background: url(../image/public/busca.jpg) no-repeat;*/
	border:none;
	width:23px;
	height:19px;	
}
#header #headerLogo{
	position:absolute;
	float:left;
	height:145px;
	width:215px;
	top:0px;
	left:0px;
	background-image:url(../image/public/logoHeader.jpg);
	background-repeat:no-repeat;
	z-index:20;
}
#main{
	position:relative;
	width:775px;	
	height:auto;	
	z-index:10;		
		
}
#container{
	position:relative;
	width:600px;
	height:auto;
	float:right;
	overflow:hidden;
	/*border-left: 2px #b2b2b2 dotted;*/
	
	background: url(../image/public/pontos.gif) repeat-y;	
}
#container #content{
	padding-left:20px;
	padding-bottom:10px;	
}
#leftMenu{
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:170px;
	height:auto;
	z-index:11;
}
#foot{
	position:relative;
	width:100%;
	clear:both;
	height:45px;
	background-image:url(../image/public/bgFooter.jpg);
	background-repeat:repeat-x;
	z-index:80;
	vertical-align:baseline;
}
/* TOP MENU STYLES */
#topMenu{
	float:right;
	position:absolute;
	width:auto;
	height:62px;
	vertical-align:top;
	z-index:100;
	top:73px;
	left:172px;
}
#topMenu li {
	display:inline;	
	height:62px;
}
#topMenu ul, #topMenu li {
	padding:0px;
	margin:0px;
	list-style:none;
}
#topMenu a{
	padding:0px;
	margin:0px;
	border:0px;
}
/*#topMenu a:hover{
	text-decoration:underline;	
	background-color:#1a2d40;		
}*/
/* END TOP MENU */
/* LEFT MENU STYLES */
#contentLeftMenu{
	padding-top:185px;
}
#leftMenu .itemOver{
	background-color:#eaedf2;
	padding:5px;
}
#leftMenu .itemOut{
	background:none;
	padding:5px;
	cursor:hand;
}
#leftMenu .title{
	color:#4b7492;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
#leftMenu .description{
	color:#4b7492;
	font-size:10px;
	margin-bottom:10px;
	font-weight:100;
}
/* END LEFT MENU */
#title{
	padding-left:20px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:16px;
	color:#335d7a;
	font-weight:bold;
}
.tituloEntidade{
	font-size:15px;
}
.linkBuscaPalavra{
	font-size:12px;
	color:#FF0000;
}

/* NOTICIAS */
.titleN {
	/*padding-left:20px;*/
	padding-bottom:10px;
	padding-top:10px;
	font-size:16px;
	color:#335d7a;
	font-weight:bold;
}

.news {
	padding-bottom:7px;
	padding-left:20px;
}
.titlenoticias {
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;
	color:#335d7a;
	font-weight:bold;
}
.titlenoticias a {
	text-decoration:none;
}
.titlenoticias a:hover {
	text-decoration:underline;
}
.datanoticias {
	font-size:10px;
	color:#999999;
	font-style:italic;
}

.textonoticias {
	color:#666666;
	line-height:20px;
}
.resumonoticias a{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
.resumonoticias a:hover{
	color:#666666;
	text-decoration:underline;
	font-weight:normal;
}
.imgnoticia {
	padding:10px;
	padding-left:0;
	width:200px;
}
/* FIM NOTICIAS*/
#formEnvio .titulo { font-weight:bold }