body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	background: repeat-x top url(images/bgTopPage.jpg);
	cursor: default;
}
#tudo {
	width: 778px;
	margin: 0 auto;
	margin-top: 20px;
}
#top {
	width: 100%;
	background-image: url(images/top_r1_c2.jpg);
	background-repeat: repeat-x;
}
#topLeft {
	background-image: url(images/top_r1_c2.jpg);
	background-repeat: repeat-x;
	width: 98%;
	float: left;
}
#topRight {
	width: 2%;
	background-image: url(images/top_r1_c2.jpg);
	background-repeat: repeat-x;
	text-align: right;
	float: right;
}
#header {
	position: absolute;
	top: 40px;
	right: 25px;
	text-align: right;
	color: #FFB7B7;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #FFB7B7;
	border-left: none;
	border-right: none;
}
#area {
	width: 538px;
	float: right;
	padding-right: 10px;
}
#photo {
	width: 100%;
}
#content {
	background: url(images/bgTopContent.jpg) top repeat-x;
	padding: 10px;
	min-height: 200px; /* Firefox */
	height: auto !important;
	_height: 200px; /* IE - utiliza-se o _ para especificar o IE */
	padding-bottom: 50px;
	border: 3px solid #EFF3F5;
	border-top: none;
	border-bottom: 7px solid #EFF3F5;
}
#content-left {
/*	width: 300px;*/ /* Alterado Por Melo 18/03/2009 17:50*/
	width: 370px;
	float: left;
}
#content-right {
	float: right;
	text-align: right;
	margin-left: 5px;
}
#content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content li {
	background: url(images/icon.gif) left no-repeat;
	padding-left: 15px;
	line-height: 18px;
}
#bottom {
	padding: 5px;
	text-align: center;
	font-size: 10px;
	margin-bottom: 15px;
	color:#7597B3;
}
#nav {
	text-align: right;
}
#noticias-home {
	padding: 3px;
	background-color: #000;
	font-size: 11px;
	color: #FFF;
}
#noticias {
	border: 1px solid #E1E9EC;
	padding: 3px;
	background-color: #EFF3F5;
	font-size: 11px;
	color: #0066FF;
}
#vernoticia {
	border: 1px solid #E1E9EC;
	padding: 3px;
	background-color: #EFF3F5;
}
/* formulario */
fieldset{
	margin:0px;
	padding:10px;
	border:1px solid #688DAC;
}
legend{
	color:#688DAC;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	border:1px solid #688DAC;
}
fieldset label{
	display:block;
	float:left;
	padding:5px 0px 0px 0px;
	margin:5px;
	text-align:right;
	width:100px;
}
fieldset input, fieldset select, fieldset textarea {
	margin:5px;
	background-color:#FFF;
	font-size:12px;
	border:1px solid #BCCCDA;
	color: #688DAC;
	padding:5px;
}
fieldset hr {
	height: 1px;
	color: #BCCCDA;
	border:0px;
	background-color: #EEEEEE;
}
/* fim formulario */
.link-icon:hover {
	padding-top: 3px;
	border-top: 3px solid #00CC00;
}

h1 {
	margin: 0px;
	margin-bottom: 5px;
	font: 1.8em "Trebuchet MS", Verdana;
	letter-spacing: 1px;
	color: #688DAC;
}
h2 {
	margin: 0px;
	margin-bottom: 5px;
	font: 1.6em "Trebuchet MS", Verdana;
	letter-spacing: 1px;
	color: #688DAC;
}
.link-home {
	color: #0066FF;
	text-decoration: none;
}
.link-home:hover {
	color: #000;
	text-decoration: underline;
}
.link {
	text-decoration: none;
	color: #0066FF;
}
.link:hover {
	color: #000;
	text-decoration: underline;
}
.noticia-home {
	text-decoration: none;
	color: #FFF;
}
.noticia-home:hover {
	text-decoration: underline;
}
.link-azul {
	text-decoration: none;
	color: #0066FF;
}
.link-azul:hover {
	text-decoration: underline;
}
.online {
	color: #0000FF;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: bold;
}
.online:hover {
	text-decoration: underline;
}
.ext {
	color: #97B1C6;
	font-size: 10px;
}
.errormessage {
	background-color: #FF0000;
	color: #FFF;
	font-weight: bold;
	min-width: 250px;
	width: auto !important;
	_width: 250px;
	padding: 3px;
}
.okmessage {
	background-color: #33CC00;
	color: #FFF;
	font-weight: bold;
	min-width: 250px;
	width: auto !important;
	_width: 250px;
	padding: 3px;
}
.errormessage {
	background-color: #FF0000;
	color: #FFF;
	font-weight: bold;
	min-width: 250px;
	width: auto !important;
	_width: 250px;
	padding: 3px;
}

/* STYLES DE FORMULÁRIO */
.textbox {
	border: 2px solid #E0E0E0;
	border-bottom: 4px solid #E0E0E0;
}
.button {
	background-color: #FF0000;
	font-weight: bold;
	color: #FFFFFF;
}
.button:hover {
	background-color: #000000;
}
/***********************/


.topicos {
	height: 0px;
	overflow: hidden;
	display: none;
}
#menu {
	width: 210px;
	padding-left: 10px;
	float: left;
}
#menu ul { /* itens gerais */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}
#menu ul li { /* cada item no menu */
	position: relative;
}
#menu li ul { /* submenu */
	display: none;
	border: 1px solid #AEC0CE;
	background-color: #FFFFFF;
}
#menu ul li a { /* link */
	display: block;
	text-decoration: none;
	color: #7295B1;
	padding: 5px;
	border-bottom: 1px solid #EBF1F3;
	letter-spacing: 1px;
}
#menu ul li a.sub { /* link */
	color: #555;
}
#menu ul li a:hover {
	color: #000000;
	background-color: #F9FAFB;
}
/* Sub Menu Styles */
#menu li ul li a {
	display: block;
	border: none;
}
#menu li ul li a:hover {
}
#menu li:hover ul, #menu li.over ul {
	display: block;
}
/* Corrigindo bug do IE. Extraindo os espaços em branco */
* html #menu ul li {
	float: left;
	height: 1%;
}
* html #menu ul li a {
	height: 1%;
}
/* Fim da correção */

#menu li ul li a { padding: 3px 5px; } /* Sub Menu Styles */

#menu li:hover ul, #menu li.over ul {
	display: block;
}
/**** FIM MENU ****/
