html, body {
	margin:0px;
	padding:0px;
	background-color:#0B5095;
	font-family:Tahoma;
	color:#666666;
	font-size:12px;
	background-image:url(layout/fundo.png);
	background-repeat:repeat-x;
}
img { border:none }
td,tr,th,p,h1,h2,h3,h4 {	margin:0px;	padding:0px; }
a {
	color:#3B7AAB;
}
#geral {
	width:902px;
	height:auto;
	background-color:#FFFFFF;
	margin:0px auto;
}
#topo1 {
	background-image:url(layout/topo1.jpg);
	background-repeat:no-repeat;
	background-position:1px 0px;
	width:902px;
	height:366px;
}
#esquerda {
	width:236px;
	padding:4px;
	height:auto;
	float:left;
}
#conteudo {
	background-image:url(layout/topo2.jpg);
	background-repeat:no-repeat;
	padding-top:134px;
	width:653px;
	margin-right:4px;
	float:right;
}
#rodape {
	width:902px;
	height:80px;
	margin-top:20px;
	clear:both;
	color:#3B7AAB;
}
#rodape_a {
	height:15px;
	width:100%;
	background-color:#F5FCFE;
}
#rodape_b {
	height:35px;
	width:887px;
	text-align:right;
	padding-right:15px;
	float:left;
	background-color:#FFFFFF;
}
.rodape_link {
	margin: 0px 21px;
}

#agenda {
	width:236px;
	height:auto;
	font-size:12px;
	padding:12px 0px;
	float:left;
}
#agenda_divisoria {
	width:228px;
	background-image:url(layout/agenda_divisoria.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:6px;
	float:left;
}
#agenda_completa {
	padding: 12px 0px 20px 38px;
	float:left;
}
.agenda_data {
	color:#174577;
	margin-right:8px;
}
.agenda_titulo {
	color:#946C3A;
	font-weight:bold;
	line-height:20px;
	text-align:justify;
}

#menu {
	width:200px;
	height:37px;
	background-image:url(layout/fundo_menu.gif);
	padding-left:36px;
	padding-bottom:2px;
	float:left;
}
#menu a {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#777777;
	font-size:16px;
	font-weight:bold;
}

#rod a {
	text-decoration:none;
}