body, td, th, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	margin: 0;
	background: #F3F3F1 url(../_img_layout/bgBody.png) repeat-x;
}


#boxTopo{
	height:140px;
	background: url(../_img_layout/bgTopo.jpg) no-repeat top center;
}

#topo{
	width:830px;
	margin:0 auto;
	padding-top:38px;
}

#boxLogo{
	height:102px;
	background:url(../_img_layout/bgLogo.png) no-repeat;
}

#logo{
	margin:70px 0 0 20px;
}

#box{
	width:830px;
	border-bottom:4px solid #2387AB;
	margin:0 auto;
	overflow:hidden;
	background:#FFFFFF url(../_img_layout/bgBox.png) repeat-x;
}

#boxConteudo{
	float:right;
	width:590px;
	overflow:hidden;
}


#conteudo{
	padding: 5px 0 10px 4px;
}

#conteudo A:link, DIV#conteudo A:visited {
	color:#0080BF;
	text-decoration:underline;
	font-weight: bold;
}

#conteudo A:hover {
	color: #333;
	text-decoration: none;
}

A.breadcrumbs:link, A.breadcrumbs:visited{
	color: #AAA;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

A.breadcrumbs:hover{
	color:#6C6D65;
}

.breadcrumbsSep{
	color: #DDD;
	font-size: 1.2em;
	font-weight:bold;
}

#boxRodape{
	margin-top:30px;
	background: #2387A9 url(../_img_layout/bgRodape.png) repeat-x;
	height: 70px;
}


#rodape{
	width:790px;
	margin:0px auto;
	padding: 10px 0;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
}

#colEsq{
	width:240px;
	float:left;
}

/**************** menu coding *****************/
#boxMenu{
	background-image:url(../_img_layout/bgMnu.png);
}

#menu {
	padding:10px 20px 0 30px;
	zoom:1;
	background:url(../_img_layout/bgMnuTop.png) no-repeat top left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	position: relative;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background-color: #F3F3F1;
	border: 1px solid #A5A698;
	border-bottom: 0;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
	display: block;
}


li.parent {
	background:url(../_img_layout/li_bullet.gif) no-repeat top right;
	border-bottom: 1px solid #A5A698;
}

li.noChilds {
	border-bottom: 1px solid #A5A698;
}


#menu a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 3px 3px;
}

#menu a:link, #menu a:visited {
	color: #2387A9;
	text-decoration: none;
}

#menu a:hover {
	color: #a00;
}

#menu .n1, #menu a.n1:link, #menu a.n1:visited{
	display:block;
	width:190px; height:18px;
	background:url(../_img_layout/bgMnuN1.png) no-repeat;
	font-weight:bold;
	color:#FFFFFF;
}

#menu a.n1:hover{
	color:#CCCCCC;
}

#menu .n1{
	padding:3px
}

h1.titulo{
	color: #0096A5; padding: 20px 0 5px 10px; margin:0; font-size: 24px;
}
