body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#div_clear {
	clear: both;
}
#total {
	width: 1000px;
	padding: 0px;
	margin: 0px;
}
	/* TOPO */

#total #top {
	height: 146px;
	background: #039 url(../lay_imagens/topo_img.jpg) scroll no-repeat 100% 100%;
}
#total #top #top_logo {
	float: left;
}
#total #top #top_bar {
	height: 30px;
	float: right;
	width: 658px;
	background: url(../lay_imagens/topo_bar.jpg);
}
#total #top #top_bar #data {
	text-align: right;
	font-size: 12px;
	color:#006;
	padding: 8px 15px;
	font-weight: bold;
}
#total #top #top_pub {
	float: right;
	width: 658px;
}
#total #top #top_botbar {
	background: #fff url(../lay_imagens/topo_bot_fundo.jpg) repeat-x;
	height: 23px;
}
#total #top #top_botbar #left {
	background: url(../lay_imagens/topo_bot_left.jpg);
	height: 23px;
	width: 93px;
	float:left;
}
#total #top #top_botbar #right {
	background: url(../lay_imagens/topo_bot_right.jpg);
	width: 20px;
	height: 23px;
	float: right;
}

	/* MIDDLE */
	
#total #middle {
	background: #FFFFff url(../lay_imagens/mid_fundo.jpg) scroll repeat-y 0%;
	clear:both;
}
#total #middle #left {
	float: left;
	background: #039 url(../lay_imagens/mid_left_fundo.jpg) repeat-y;
	padding: 5px 0px 0 7px;
	width: 170px;
}
	/* LEFT MENU */
#total #middle #left * {
	padding:0px;
	margin:0px;
}

#total #middle #left ul {
	list-style-type: none;
}
#total #middle #left ul li {
	margin: 0 0 3px 0;
	border: 1px solid #fff;
}

#total #middle #left ul a {
	display: block;
	color: #29166F;
	height: 16px;
	background: #ff0 url(../lay_imagens/mid_left_logo.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0 0 20px;
	border:1px solid #29166F;
	text-decoration: none;
}

#total #middle #left ul a:hover {
	background: #FFF url(../lay_imagens/mid_left_logo.jpg) no-repeat;
}
#total #middle #left #img {
	text-align: center;
	padding: 15px 0 0 0;
}

	/* CONTEÚDO */

#total #middle #cont {
	float: left;
	width: 822px;
	background: url(../lay_imagens/mid_center_fundo.jpg) no-repeat 0% 0%;
}
#total #middle #subcont {
	background: url(../lay_imagens/mid_center_fundo2.jpg) no-repeat 0% 100%;
	padding: 0 45px 0 55px;
}
#total #middle #cont #titulo {
	text-align: center;
	font-size: 20px;
	/*color: #FAB845;*/
	color:#003399;
	line-height: 80px;
}
#total #middle #cont #conteudo {
	border-top: 3px solid #999;
	padding: 15px 0 15px 0;
	font-size: 12px;
}
/*#total #middle #cont #conteudo img {
	border:2px solid #003399;
}*/
#total #middle #cont #conteudo span.at {
	/*color: #FAB845;*/
	color:#003399;
	font-size: 17px;
}
#total #middle #cont #conteudo img {
	margin: 5px;
}
#total #middle #cont #cont_bottom {
	border-top: 3px solid #999;
	padding: 0px;
	margin: 0px;
	height: 100px;
	text-align: center;	
}
	
	/* BOTTOM */
#total #bottom {
	background: #E1E7F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 20px 0 20px;
	font-size: 12px;
	height: 22px;
	margin: 0px;
	clear: both;
	color: #006
}
#total #bottom #bot_left {
	float: left;
	font-size: 14px;
	font-weight:bold;
	width: 680px;
	text-align: center;
}
#total #bottom #bot_right {
	float: right;
	font-weight:bold;
	text-align: right;
}
#total #bottom #bot_right a {
	text-decoration: none;
	color: #006
}
#total #bottom #bot_right a:hover {
	text-decoration: underline;
}



#total #middle #cont #subcont #conteudo #under {
	height: 18px;
	background: url(../lay_imagens/mid_cont_under.jpg);
	margin: 15px 0 15px 0;
}
