/* CSS Document */
body{
	margin:0px;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-align:center;
	scrollbar-3dlight-color:#FFF;
	scrollbar-arrow-color:#057DB9;
	scrollbar-base-color:#DDD;
	scrollbar-darkshadow-color:#DDD;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	}
a{
	    color: #306e9d;
    border-bottom: 1px dashed #4399ca;
	text-decoration:none
	}
a:hover{	
	color:#000;
	}
a:visited{
	    color: #2e6898;
    border-bottom: 1px solid #4497c9;
	}
#tudo{
	margin:0 auto;
	text-align:left;
	width:775px;
	min-height:510px;
	background:#FFF;
	}
/* ---------------------  Topo -----------------------------*/
#tudo #topo{
	width:100%;
	height:200px;
	background:#FFF;
	}

#tudo #topo #banner{
	width:395px;
	height:200px;
	float:left;
	background:#FFF;
	overflow:hidden;
	}
/* ---------------------  Topo -----------------------------*/

/* ---------------------  Formulário -----------------------------*/
#tudo #topo #login{
	       width: 380px;
    height: 200px;
    float: right;
    background: #FFF url(imagens/bgLogin.jpg) no-repeat;
    background-position: 0px 13px;
	}

#tudo #topo #login #form{
	    width: 350px;
    height: 80px;
    position: relative;
    top: 20px;
    left: 19px;
	}

#tudo #topo #login #form #container-form{
	margin-top:15px;
	line-height:10px;
	color:#000;
	font-weight:bold;
	}

#tudo #topo #login #form #tituloform{
	width:100%;
	height:45px;
	text-align:right;
	margin-left:-10px;
	font-size:20px;
	font-weight:bold;
	color:#057DB9;
	    margin-top: 16px;
	}
	
#tudo #topo #login #form input{
	background:#f8f8f8;
	color:666;
	border:1px solid #DDD;
	}

#tudo #topo #login #form #botao{
	position:relative;
	border:0px;
	left:70px;
	width:100px;
	height:30px;
	background:url(imagens/btn.jpg) no-repeat;
	cursor:pointer;
	}
/* ---------------------  Formulário -----------------------------*/

/* ---------------------  MENU -----------------------------*/
#menu{	
	background:url('imagens/barraMenu.jpg') repeat-x;
	height:36px;
	font-size:11px;
	}
	
#menu ul{
	margin-left:-10px;
	}
	
#menu ul li{
	display:inline;
	padding:0px;
	}

#menu ul li a{
	padding:13px;
	color:#FFF;
	font-weight:bold;
	line-height:35px;
	border:0px;
	}
	
#selecionado{
	background:#FFF url('imagens/seta.jpg') no-repeat;
	background-position:bottom center;
	color:#333;
	}
	
#menu ul li a:hover{
	background:#FFF url('imagens/seta.jpg') no-repeat;
	background-position:bottom center;
	color:#333;
	}
/* ---------------------  MENU -----------------------------*/

/* ---------------------  Corpo -----------------------------*/
#tudo #corpo{
	width:100%;
	min-height:392px;
	height:392px;
	background:#FFF;
	}
	
#tudo .corpo{
	width:99%;
	min-height:392px;
	height:392px;
	background:#FFF;
	overflow:auto
	}
	
#tudo #corpo #coluna-esquerda{
	width:258px;
	height:392px;
	background:#FFF;
	float:left;
	}

#tudo #corpo #linha-divisoria{
	width:3px;
	height:390px;
	background:#FFF url(imagens/linhaDivisoria.jpg) no-repeat;
	background-position:0px 70px;
	float:left;
	}
	
#tudo #corpo #coluna-centro{
	width:258px;
	height:390px;
	background:#FFF;
	float:left;
	}
	
#tudo #corpo #coluna-direita{
	width:256px;
	height:390px;
	background:url(imagens/bgLinksUteis.jpg) no-repeat;
	float:left;
	}
	
#tudo #corpo #coluna-esquerda, #tudo #corpo #coluna-centro{
	overflow:auto;
	} 
	
#tudo #corpo #coluna-esquerda p,#tudo #corpo #coluna-centro p{
	padding:10px;
	color:#666;
	margin:0px;
	}
		
#tudo #corpo #coluna-direita #container{
	width:200px;
	height:150px;
	position:relative;
	top:30px;
	left:25px;
	
	}
	
#tudo #corpo #coluna-direita #container h3{
	margin-top:0px;
	width:100%;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding-bottom:11px;
	background:url(imagens/linhaDivisoria2.jpg) no-repeat;
	background-position:-10px 28px;
	color:#057DB9
	}
/* ---------------------  Corpo -----------------------------*/

/* ---------------------  Rodapé -----------------------------*/
#tudo #rodape{
	height:110px;
	width:100%;
	background-color: #102b46;
	text-align:center;
	    margin-top: 16px;
		line-height: 20px;
	}
#tudo #rodape span{
	position:relative;
	top:10px;
	color:#fff;
	font-weight:bold;
	}
/* ---------------------  Rodapé -----------------------------*/
