@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin:0;
	background-color:#00814e;
}

h1 {
	color:#008752;
	margin:5px 0px;
}

h2 {
	font-size:14px;
	color:#008752;
	margin:0px 0px;
}

a, a:visited {
	color:#008752;
}

a:hover {
	color:#47b67e;
	text-decoration:none;
}

img {
	border:0;
}

#main {
	width:760px;
	margin:0px auto;
	background-color:#fff;
	padding:0px 7px;
	background:url(../imagens/background.png) top center repeat-y;
}

#header {
	height:40px;
	padding-top:180px;
}

#menu {
	height:20px;
	margin-left:22px;
	background:url(../imagens/menu/menu_spacer.png) top left repeat-x;
}

#menu img {
	margin:0;
	border:0;
	padding:0;
}

#menu .menu_item {
	float:left;
	border:0;
	border-right:1px solid #333;
	height:17px;
	padding:0 7px;
	font-weight:bold;
	background-color:#fff;
	font-size:14px;
}

.menu_item a, .menu_item a:visited, .menu_item a:hover {
	text-decoration:none;
	color:#000;
}


#content {
	border:3px #92d050 solid;
	margin:10px 20px;
	padding:5px 5px;
	margin-bottom:20px;
}

.letter_menu { margin-bottom:10px; padding:5px 5px; background-color:#e4fff6; margin-top:3px;}

.letter_menu a, .letter_menu a:visited{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.letter_menu a:hover{
	text-decoration:underline;
	color:#000;
	font-weight:bold;
}


#footer {
	background-color:#c6ded3;
	height:30px;
	padding-top:18px;
	color:#666;
	font-size:10px;
}

#footer_menu {
	width:500px;
	float:left;
	padding-left:20px;
}

#footer_menu a, #footer_menu a:visited {
	text-decoration:none;
	color:#E96B10;
}

#footer_menu a:hover {
	text-decoration:underline;
	color:#E96B10;
}

#copyright {
	width:400px;
	float:right;
	text-align:right;
	padding-right:20px;
}

.small_text {
	font-size:8px;
}
