body {
	min-width: 779px;
	max-width: 779px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	COLOR: #5b5b5b;
	background-color:#d8ddd7;
	background-image: url(../imagens/layout/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	line-height: 150%;
}
p {margin:0px; padding:0px;}

a {text-decoration: none; color: #038D56;}
a:hover {text-decoration: underline; color: #025d38;}

h1 {font-size:22px; color: #00562a;}
h2 {font-size:20px; color: #00562a;}
h3 {font-size:18px; color: #00562a;}
h4 {font-size:15px; color: #00562a;}
h5 {font-size:14px; color: #00562a; padding: 0px; margin-top:10px; margin-bottom:10px;}
h6 {font-size:12px;	color: #00562a; padding: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px;}

.foneTopo {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.Branco {color:#FFF}
.Branco a {
	text-decoration: none;
	color: #FFF;
}
.Branco a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* GERAL */
#geral {
	width: 779px;
	position: relative;
	background-color: #B5D2AA;
	display:table-cell;
	}
	
/* TOPO */
#topo {
	height: 70px;
	width: 779px;
	position: relative;
	background-image: url(../imagens/layout/fundo_topo.jpg);
	background-repeat: no-repeat;
	}

#logo {
	width: 159px;
	top: 35px;
	padding: 0px;
	float: left;
	position: absolute;
	z-index: 1000;
	height: 105px;
	left: 15px;
	}

#topoDir {
	width: 400px;
	height: 50px;
	float: right;
	text-align: right;
	padding-top:20px;
	padding-right:15px;
	}

/* MENU */
#menu {
	width: 614px;
	height: 31px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:165px;
	background-image: url(../imagens/layout/fundo_menu.jpg);
	background-repeat: no-repeat;
	}
	
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	}
.menu ul{
	height:31px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:url("../imagens/layout/divisor_menu.png") bottom right no-repeat;
		color:#FFF;
		display:block;
		font-weight:normal;
		line-height:31px;
		margin:0px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
		color:#FFFFFF;
		text-decoration:underline;
			}
	.menu li ul{
		background:#667d35;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:190px;
		z-index:200;
		/*top:0em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:190px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:31px;
		font-size:11px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
	border:0px;
	color:#ffffff;
	text-decoration:none;
	background-color: #485926;
			}
	.menu p{
		clear:left;
		}	


/* RODAPE */
#rodape {
	width: 779px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 11px;
	float:left;
	background-color: #456e40;
	color: #FFF;
	}
	
#rodapeLogos {
	width: 779px;
	height: 33px;
	margin-bottom: 15px;
	background-image:url(../imagens/layout/rodape_logos.gif);
}

#imagemCredito {
	margin:5px 15px 0 0;
	float:right;
}

/* FORMULARIO */

#form {
	width: 259px;
	height: 278px;
	font-size: 10px;
	line-height: 110%;
	}

input {
	font-size:10px;
	color: #5b5b5b;
	}
textarea {
	font-size:10px;
	color: #5b5b5b;
	}
	
select {
	font-size:10px;
	color: #5b5b5b;
	}

div.clear {
	float: none;
	clear:both;
	display: block;
}

