/*BODY LARGURA E MARGEM*/
body {
width:1000px;
margin:auto;
margin-top:10px;
}

img {
border: none;
}

.botao {
margin:10px 0 0 5px; 
background:#f0f0f0; 
border:1px solid #8BADCF; 
color:#8BADCF; 
text-decoration:none; 
font-size:12px; 
font-family:verdana; 
padding:2px; 
cursor:pointer;
}

/*DIV TOPO*/
#topo {
height:110px;
width:960px;
background-image: url(imagens/bg_img.jpg) ;
background-repeat: no-repeat;
background-position:center left;
display:block;
}

/*DIV MENU HORIZONTAL*/
#menuh {
height:30px;
margin:-11px 3px 5px 0;
}

/*DIV ESQUERDO*/
#esquerdo {
width:201px;
margin:5px 0 0 0;
display:inline;
float:left;
font-family: Arial;
}

	/*CAIXA AZUL*/
	.caixaazul {
	width:195px;
	margin:0 0 10px 0;
	padding:5px 0 5px 5px;
	font-family: Arial;
	font-size:12px;
	color:#304468;
	border:1px solid #BCD2E6;
	background:#F3F9FF;
	}
	
	.titulo {
	margin:-0;
	padding:3px;
	font-family: Arial;
	font-size:16px;
	background:#990000;
	color:#FFcc00;
	font-weight:bold;
	width:94%;
	}

/*DIV CONTEÚDO*/
#conteudo {
min-height:550px;
width:727px;
float:left;
display:inline;
font-family: Arial;
font-size:12px;
padding:10px;
margin:5px 0 0 10px;
border: 1px solid #32557C;
border-right:1px solid black;
border-bottom:1px solid gray;
background:#ffffff;
}

	#titulo {
	margin:-0;
	padding:3px;
	font-family: Arial;
	font-size:13px;
	background:#32557C;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	}

	#credito {
	text-align:right;
	font-size:11px;
	font-family: Arial;
	}

/*BORDA*/
#borda {
float:left;
width:13px;
height:500px;
margin:5px 0 0 0;
background: url(imagens/folha-d.png);
background-repeat: no-repeat;
}

	
/*DIV RODAPÉ*/
#rodape {
white-space:pre;
clear:both;
font-family: Arial;
text-align: center; 
font-size:10px;
}


/*PARA O MENU H*/
    #tabs10 {float:left; width:967px; border-bottom:1px solid #2763A5; line-height:normal; font-family: Verdana; font-size: 10px; margin:0; padding:10px 10px 0 0px; list-style:none;}
    #tabs10 li {display:inline; margin:0; padding:0;}
    #tabs10 a {float:left; background:url('imagens/tableft10.gif') no-repeat; margin:0; padding:0 0 0 4px; text-decoration:none;}
    #tabs10 a span {float:left; display:block; background:url('imagens/tabright10.gif') no-repeat; padding:5px 15px 4px 6px; color:#FFF;}    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs10 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {color:#FFF;}    
	#tabs10 a:hover {background-position:0% -42px;}
	#tabs10 a:hover span {background-position:100% -42px;}
      #tabs10 .current a {background-position:0% -42px;}
	  #tabs10 .current a span {background-position:100% -42px;}
	
/*NAVEGADOR*/
#left {font-size:11px; float:left}
#right {font-size:11px; float:right}