@charset "UTF-8";
@import url('menu_topo.css');
@import url('menu_lateral.css');
@import url('coluna_direita.css');

* {
	margin: 0;
	padding: 0;
}

BODY {
	color: #036;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background-image: url(../images/background3.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}

A {
	color: #000000;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

A IMG {
	border: none;
}

#divAreaUtil {
	margin: 0 auto;
	width: 1000px;
	background-color: #FFF;
}

#divTopo {
	width: 100%;
	height: 245px;
	position: relative;
	background-image: url(../images/background3.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#divColEsquerda {
	width: 200px;
	float: left;
	text-align: center;
	background-color: #FFF;
	padding-top:10px;
}
	
#divColCentro {
	width: 590px;
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFF;
	padding-top:10px;
}

#divColDireita {
	width: 198px;
	float: left;
	text-align: center;
	background-color: #FFF;
	padding-top:10px;
}

#footer {
	color: #006;
	height: 90px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #0FF;
}

#footer a {
	color:#00F;
}
