#topo {
	background-color: #0099CC;
	background-image: url(lay/bgtopo.jpg);
	background-repeat: no-repeat;
	margin: auto;
	height: 262px;
	width: 780px;
	padding-top: 20px;
}
#menuhorizontal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin: auto;
	height: 30px;
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(lay/bgmenu.jpg);
	background-repeat: no-repeat;
	padding-top: 16px;
	text-align: center;
}
#conteudogeral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	width: 760px;
	height: 100%;
	background-color: #DDF4FC;
	margin: auto;
}
#rodape {
width:760px;
height: 100%;
clear:both;
background-color:#0099CC;
}
.boxpadrao {
	float: left;
	height: 100%;
	width: 760px;
}
.boxpadraointerna {
	float: left;
	height: 100%;
	width: 750px;
	background-color: #FFFFFF;
	background-image: url(lay/bg_boxpadraointerna.gif);
	background-repeat: repeat-x;
	padding-left:5px;
	padding-right:5px;
}
.boxtopo {
	float: left;
	height: 76px;
	width: 760px;
	margin-left:10px;
}
.bannertopo {
	float: left;
	height: 164px;
	width: 760px;
	margin-left:10px;
	margin-top:10px;
	z-index:0;
}
.boxcolunaleft {
	float: left;
	height: 200px;
	width: 200px;
	text-align:justify;
	
}
.boxcolunaright {
	float: right;
	height: 200px;
	width: 200px;
	text-align:justify;
}
.boxcolunaleft2 {
	float: left;
	height: 100px;
	width: 288px;
}
.boxcolunaright2 {
	float: right;
	height: 100px;
	width: 396px;
}
/* link destaque */
.linkmenu {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.linkmenu:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #003399;
}
.linkmenu:active {
	text-decoration: none;
	color: #003399;
}
/* fim link destaque */
