* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	border:0;
}

body { 
	text-align:center; 
	background-color:#0099CC;
}

#geral {
	width:770px;
	margin:0 auto;
	margin-bottom:5px;
	background-color:#FFF;
	text-align:left;
}

/* Topo */
#topo {
	width:740px;
	height:80px;
	background:url(imgs/topo.fundo.jpg) repeat-x;
	padding:10px 0 0 30px;
}

#topo h1 a{
	display:block;
	width:538px;
	height:65px;
	float:left;
	background:url(imgs/logotipo.gif) no-repeat;
	text-indent:-5000em;
	overflow:hidden;
}

#topo #select {
	text-align:right;
	margin-right:10px;
	margin-top:20px;
	_margin-top:30px;
}

#topo #select select{
	width:180px;
	border:1px solid #0099CC;
	font:65% verdana;
	color:#666666;
}

/* Menu */
#menu { 
	float:left;
	margin-left:10px; 
}
#menu h1 {
	width:170px;
	padding-bottom:2px;
	margin-bottom:5px;
	border-bottom:2px solid #CCCCCC;
	font:bold 80% 'verdana', arial;
	color:#00588C;
}
#menu ul { margin-left:5px; }
#menu ul li { display:block; }
#menu ul li a {
	display:block;
	width:160px;
	background:url(imgs/menu.quadrado.gif) center left no-repeat;
	font:70% 'verdana', arial;
	color:#005980;
	padding:3px 0 3px 9px;
}
#menu ul li a:hover {
	background:url(imgs/menu.quadrado.selecionado.gif) center left no-repeat;
	color:#0066CC;
}

/* Anuncios */
#anuncios {
	float:right;
	width:140px;
	margin-right:10px;
	_margin-right:5px;
	margin-bottom:10px;
	text-align:center;
}
#anuncios div { _margin-bottom:14px; }

#principal {
	float:left;
	margin-left:10px;
	width:410px;
}

#principal h3 {
	display:block;
	width:385px;
	height:20px;
	padding:4px 0 0 6px;
	margin-left:12px;
	margin-top:24px;
	margin-bottom:13px;
	background:url(imgs/titulo.fundo.gif) no-repeat;
	font:bold 65% 'verdana', arial;
}
#principal div p { 
	width:385px;
	margin-left:12px;
	margin-bottom:10px; 
	font:70% verdana;
	color:#005980;
	text-align:justify;
}

/* Rodape */
#rodape {
	clear:both;
	width:770px;
	height:50px;
	margin-top:10px;
	_margin-top:0;
	background:url(imgs/rodape.fundo.gif) bottom no-repeat;
	text-align:center;
}
#rodape hr {
	margin:0 10px 0 10px;
	border:1px solid #6FD3FF;
}
#rodape p {
	margin-top:6px;
	_margin-top:-3px;
	font:70% verdana;
	color:#00588C;
}



/* PAGINAS INTERNAS */

.menui {
	font:70% verdana;
}
.menui li a{
	display:block;
	width:98%;
	border-left:3px solid #FFF;
	padding:2px 0 2px 2px;
	margin:0;
	color:#000000;
}
.menui li a:hover {
	border-left:3px solid #3399CC;
	background-color:#F0FAFF;
	color:#005980;
}


/* NOTICIAS */

#noticias p a {
	display:block;
	width:98%;
	border-left:3px solid #FFF;
	padding:2px 0 2px 2px;
	margin:0;
	color:#000000;
}
#noticias p a:hover {
	border-left:3px solid #3399CC;
	background-color:#F0FAFF;
	color:#005980;
}