*{
    margin:0px;
    padding:0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(img/bodybg.gif) top center repeat-x;
	background-color:#6781a3;
	font-family: "Trebuchet MS", Arial;
}
#conteudo {
	position:relative;
	margin:auto;
	top: 0px;
	width:1002px;
	z-index:2;
	background-color: #FFFFFF;
	height:
}
#cabecalho {
	position:relative;
	margin:auto;
	top: 0px;
	width:1002px;
	height:136px;
	z-index:1;
	background:#FFFFFF;
}
/* início do menu */
#menu {
	position:relative;
	margin:auto;
	top:0px;
	width:1002px;
	height:40px;
	z-index:0;
	background:url(img/bgOFF.gif) repeat-x;
	background-color: #FFFFFF;
}

#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	font-weight: bold;
	font-size:12px;
	}
#menu ul li{
	display:block;
	float:left;
	margin:0;
	}
#menu ul li a {
	display:block;
	float: left;
	color:#666;
	text-decoration:none;
	padding:11px 20px 0 20px;
	height:23px;
	background:transparent url(img/bgdivisao.gif) no-repeat top right;
	}
#menu ul li a:hover {
	color:#0000b3;
	background:#fff url(img/bgon.gif) no-repeat top right;
}
/* fim do menu */

#banner {
    width:1002px;
	height:200px;
	background: no-repeat center url(img/banner2.jpg);
	margin:auto;
	padding:0px;	
}

#conteudo {
	position:relative;
	margin:auto;
	top: 0px;
	width:1002px;
	background:#FFFFFF;
	z-index:2;
	left: 0px;
	
}
#conteudo li {
     list-style-type:none;
	 width:280px;
	 padding-top:5px;
	 padding-bottom:5px;
	 padding-left:3px;
	 text-align:left;
 	 margin-left:20px;
	 border-bottom:1px #999999 dotted;

}


#conteudo a {
	color:#000033;
	text-decoration: none;
	list-style-type:none;
	}
#conteudo a:hover {
	color:#002062;
	text-decoration:underline;
	}
#conteudo h1 {
	font-size:18px;
	color:#fff;
	padding-left: 15px;
	padding-top:3px;
	margin-bottom: 10px;
	width:331px;
	height:32px;
	background:url(img/h1.png) no-repeat;
	}
	
#conteudo h2 {
	font-size:18px;
	color:#fff;
	padding-left: 15px;
	padding-top:3px;
	margin-bottom: 10px;
	width:331px;
	height:32px;
	background:url(img/h3.png) no-repeat;
	}
	
#conteudo h6 {
	text-align:center;
	border-bottom:1px dotted #ccc;
}

#conteudo p{
	padding-right: 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #767676;
	}

/* início do conteúdo footer */

#footer {
background: url(img/footer.png) no-repeat bottom center;
background-color:#FFFFFF;
width: 1002px;
height:284px;
margin:0 auto;
padding:0px;
background-position:bottom;
clear:both;
text-align:center;
padding-bottom:0px;
margin-bottom:0px;

}

#footer p{
	padding-right: 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #767676;
	}
	
#footer a {
	color: #767676;
	text-decoration: none;
	list-style-type:none;
	}
#footer a:hover {
	color:#003399;
	}



#footer-esquerdo {
	width:400px;
	height:200px;
	margin:auto;
	margin-left:50px;
	margin-right:50px;
	margin-top:60px;
	text-align:left;
	float:left;
}

#footer-direito {
    width:380px;
	height:200px;
	margin:auto;
	text-align:left;
	float:left;
	margin-left:72px;
	margin-right:50px;
	margin-top:60px;
}


/* fim do conteúdo footer */
