body {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	font-size: 90%;
	color: #FFFFFF;
	background: #008400 url(fundo.gif) repeat-y;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, td, th {
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	color: #ffffff;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #FFFFFF;
}


a:hover {
	text-decoration: underline;
}

table {
	background-color: #008400;
	border: 0px;
	background-position:center;
}

th{
	font-size:14px;
	text-align: center;
	font-weight:bold;
}
td{
	font-size: 12px;
	text-align: justify;
}

.destaque {
	font-size: 16px;
	font-weight: bold;
	display: block;
}

.central{
	text-align: center;
	margin-top: 10px;
}

.site_photo{
	margin-left: 25px;
}

.foto {border: 5px solid white;}

/* Definição das Colunas */

#moldura {
	width: 770px;
}

#topo, #principal, #rodape {
	width: 570px;
	float: right;
	text-align: center;
}

#principal {
	text-align: left;
}

#menu {
	width: 185px;
	float: left;
}

/* Definicoes do Menu de navegacao */

#menu ul {
	list-style-image: none;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	font-weight:bold;
}

#menu li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0;
}


#menu li a {
	display: block;
	border-bottom: 1px solid #008400;
	background: url(bullet-menu.gif) no-repeat;
	background-position: 10px 10px;
	padding: 3px 3px 3px 20px;
	font-size:14px;
}

#menu li a:hover {
	background: #008400 url(bullet-menu.gif) no-repeat;
	background-position: 10px 11px;
   margin: -1px -30px 0 0;
	padding: 4px 3px 3px 20px;
}

#menu li a:visited {
   margin: -1px -30px 0 0;
	padding: 4px 3px 3px 20px;
	text-decoration:none;
}

/* Definicoes do rodape */

#rodape {
	border-top: 1px solid #006600;
	padding-top: 5px;
	margin: 20px 0 10px 0;
}

#rodape a {
	font-weight: normal;
}

/* Correio e Mural */
.item {
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #fff;
}

.item p {
	margin-top: 2px;
}

.item h3 {
	margin-bottom: 5px;
}




