* { border:none; padding:0px; margin:0px; }
body { width:100%; height:100% }
body { background:#006699 url(../imagens/bg.gif) repeat-x; }
.hide { display:none; }
.clear { clear:both; height:1px; }
acronym {
	border-bottom:1px dotted;
	font-style:italic;
}

#conteudo a {
	color:#006699;
	font-weight:bold;
}
#conteudo a:hover, #conteudo a:focus {
	text-decoration:none;
	color:#013366;
}

#geral {
	width:697px;
	margin:auto;
	margin-top:21px;
	background:url(../imagens/bg_main.jpg) repeat-y;
}

/* TESTEIRA */
#testeira {
	background:#006699 url(../imagens/bg_testeira.jpg) no-repeat;
	height:116px;
	padding-top:15px;
	padding-left:10px;
}

#logo {
	background:url(../imagens/logo.gif) no-repeat;
	width:62px;
	height:105px;
	margin-left:50px;
}

#logo a {
	display:block;
	width:62px;
	height:105px;
}

/* ICONES */
#icones {
	list-style:none;
	float:right;
	margin:-105px 20px 0px 0px !important;
	margin:-105px 8px 0px 0px;
	width:175px;
}
#icones li {
	display:inline;
	margin-left:20px;
}
#icones a:hover, #icones a:focus { border-bottom:5px solid #fff; }

/* VERSÕES */
#versoes {
	color:#fff;
	font:bold 11px verdana, sans-serif;
	text-decoration:none;
	display:block;
	text-align:right;
	margin:0px 0px 25px 0px !important;
	margin:0px 0px 25px 0px;
}
#icones #versoes:hover, #icones #versoes:focus {
	text-decoration:underline;
	border:none;
}

/* MAIN */
#main {
	background: url(../imagens/bg_conteudo.jpg) no-repeat right top;
	margin:0px 7px 0px 0px;
	width:690px;
}

/* MENU */
#menu {
	float:left;
	width:170px;
	margin:5px 0px 0px 7px !important;
	margin:5px 0px 0px 4px;
}
/* MENU CONTEUDO (sem flash) */
#menuConteudo {
	list-style:none;
	margin-left:10px;
	width:150px;
	font:11px arial, sans-serif;
	color:#aaa;
}
#menuConteudo li {
	border-bottom:1px solid #ccc;
	padding-left:5px;
	margin-bottom:10px;
}
#menuConteudo a {
	font:bold 14px arial, sans-serif;
	color:#666;
	text-decoration:none;
	display:block;
	height:30px;
	margin-bottom:-10px;
}
#menuConteudo a:hover, #menuConteudo a:focus { text-decoration:underline; }

/* CONTEUDO */
#conteudo {
	float:right;
	width:490px;
	margin:10px 10px 0px 0px !important;
	margin:10px 5px 0px -10px;
	padding:0px 0px 10px 10px;
	font:12px arial, sans-serif;
	color:#333;
}
#conteudo h2 {
	width:68%;
	border-bottom:2px solid #ccc;
	margin-bottom:10px;
	font:bold 18px arial, sans-serif;
	color:#02A9D2;
}
#conteudo dl { margin-bottom:10px; }
#conteudo dd { margin-left:10px; }
#conteudo p { margin:5px 0px; }


/* RODAPE */
#rodape {
	clear:both;
	background:url(../imagens/bg_rodape.jpg) no-repeat;
	height:30px;
}

#copyright {
	text-align:center;
	font:10px arial, sans-serif;
	color:#ccc;
	padding-top:6px;
}