/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #03C;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 25px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 8px;
}

p {
	line-height: 1.6em;
	margin-top: 8px;
	text-align: justify;
	text-indent: 1em;
}

ul {
	margin-left: 24px;
}

#base {
	background: url(../img/fundo_base.jpg) repeat-x;
	clear: both;
	padding-bottom: 50px;
	padding-top: 40px;
	text-align: center;
}

#corpo {
	margin: 0 auto;
	width: 760px;
}

#corpo2 {
	float: left;
	margin-left: 20px;
	margin-top: 8px;
	width: 495px;
}

#formulario {
	float: right;
	width: 250px;
}

#formulario input {
	width: 220px;
}

#formulario textarea {
	margin-bottom: 5px;
	width: 220px;
}

#lateral {
	background: url(../img/lateral_fundo.jpg);
	float: left;
	width: 240px;
}

#lateral #interno {
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 8px;
}

#menu_topo {
	background: #1D3F02 url(../img/topo1.jpg) top center;
	height: 50px;
	overflow: hidden;
}

#menu_topo .link_topo {
	background: #6B9B2B url(../img/fundo_link.jpg);
	border-bottom: #333 1px solid;
	border-left: #aaa 1px solid;
	border-right: #333 1px solid;
	border-top: #aaa 1px solid;
	color: #ccc;
	float: right;
	font-size: 13px;
	height: 25px;
	line-height: 23px;
	margin-left: 15px;
	margin-top: 12px;
	text-align: center;
	width: 135px;
}

#menu_topo .link_topo:hover {
	border-bottom: #777 1px solid;
	border-left: #333 1px solid;
	border-right: #777 1px solid;
	border-top: #333 1px solid;
	float: right;
	height: 25px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	text-indent: 2px;
}

#s4 {
	color: #666;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 50px;
	text-align: right;
}

#topo {
	background: #659505 url(../img/topo2.jpg) top center;
	height: 200px;
	padding-top: 2px;
	overflow: hidden;
}

#topo2 {
	background: #659505 url(../img/topo2.jpg) top center;
	height: 120px;
	padding-top: 2px;
	overflow: hidden;
}

.borda {
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px;
}

.centraliza {
	text-align: center;
}

.centro {
	margin: 0 auto;
	width: 760px;
}

.destaque {
	background: url(../img/fundo_destaque.jpg) repeat-x;
	border: 1px solid #ddd;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
	padding: 5px;
	width: 225px;
}

.destaque h1 {
	background: url(../img/titulo.jpg);
	font-size: 23px;
	font-weight: normal;
	height: 39px;
	line-height: 39px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-align: center;
	width: 185px;
}

.lnk a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
}