/* ----------- corpo ------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #D3D2D7;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../imagens/main.jpg);
}
#main{
	width: 770px;
	text-align: left;
	overflow:visible;
	background-color: white;
	background-image: url(../imagens/main_site_bnn.jpg);
	background-repeat: repeat-y;
}
#header{
height: 285px;
}

/* ----------- menu ------------- */
#menu{
	width: 129px;
	float: left;
	text-align: left;
	font-size: small;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 27px;
}
#menu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu li{
	width: 100%;
	padding: 3px;
}
#menu li a{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #006699;
	background-color: #FFFFFF;
	background-image: url(../imagens/but_1.gif);
	background-repeat: repeat;
}
#menu li a:hover{
	display: block;
	width: 100%;
	cursor: pointer;
	text-decoration: none;
	color: #FF0000;
	background-color: #fff;
	background-image: url(../imagens/but_2.gif);
	background-repeat: repeat-y;
}
/* ----------- submenu ------------- */
.submenu {
background-color: #FFFFFF;
border: 1px solid #007EBB;
position: absolute;
left: 0px;
top: 0px;
visibility: hidden;
font-size: x-small;
padding: 2px;
font-weight: bold;
}
a.menuItem {
	color: #006699;
	cursor: pointer;
	display: block;
	padding: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a.menuItem:hover {
	background-color: #006699;
	color: #000066;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(../imagens/but_2.gif);
	background-repeat: repeat;
	font-weight: bolder;
}

/* ----------- estrutura ------------- */
#contents{
	min-height: 350px;
	margin-left: 170px;
	text-align: justify;
	overflow: visible;
	width: 425px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00202F;
	font-size: x-small;
	font-weight: bolder;
}
#contents h1{
color: #0066FF;
font-size: large;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
font-variant: small-caps;
}
#contents h2{
font-size: 18px;
font-style: italic;
color: #CC0000;
}

#noticias{
	font-size: small;
	float: right;
	width: 142px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 3px;
}
#noticias ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#noticias li {
padding-bottom: 3px;
margin-bottom: 5px;
border-bottom: solid 1px #ccc;
}
#noticias .noticiaTitulo{
	font-weight: bold;
	font-size: small;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
}
#noticias a.noticiaTexto{
	font-style: italic;
	color: #004566;
	text-decoration: none;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#fotos{
	width: 100%;
	text-align: center;
}
#fotos .titulo{
	color: white;
	font-size: x-small;
	background-color: #007CC2;
	background-image: url(../imagens/main_fot.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#fotos .texto{
font-size: 10px;
padding: 5px;
}

#footer{
	clear: both;
	font-style: italic;
	color: #006699;
	text-align: center;
	font-size: x-small;
	background-image: url(../imagens/cant_rod.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Arial, Helvetica, sans-serif;
}
.cyber {
font-size: 7pt;
color: #ccc;
}

