@charset "utf-8";
/* CSS Document */

html, body 
{
    height:100%;
} 

body 
{
	margin:0; 
	padding:0;
	background:#333366;
	color:#000066;
	text-align:center;
}

#tudo 
{ 
	width:760px;
    position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:100%;
	border:dotted #999;
	border-width:0 1px;
}

* html #tudo 
{
     height: 100%;
}

#conteudo 
{
    padding-bottom:40px;
}

#topo 
{
	background-color: #333366;
	border: 2px solid #FFFFFF;
	width:756px;
	height:150px;
	border-bottom:1px dotted #999;
	text-align:center;
	padding-top:1px;
}
	
#saudacao
{
    width:756px;
	background-color: #333366;
	border: 2px solid #FFFFFF;
	overflow: hidden;
	position: absolute;
	top: 138px; 
	left: 0px;
}

#saudacao p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	bottom: 0; /**/ 
}

#principal 
{
	width:639px;
	float:right;
	padding-top:2px;
	background-color:#FFFFFF;
	color: #000066;
}

#principal iframe
{
	width: 635px;
	height: 500px;
}
	
#principal a:link 
{
    color: 000066;
     text-decoration: none;
}

#principal a:visited 
{
     color: #000066;
     text-decoration: none;
}

#principal a:hover
{
    color: #000066;
     text-decoration: underline;
} 

#auxiliar 
{
	width:120px;
	float:left;
	padding-top:0px;
	padding-left:0px;
	background-color: #FFFFFF;
}
	
#auxiliar iframe
{
     margin-top: 3px;
}

#rodape 
{
	background:#b0f1b0;
	width:760px;
	height:40px;
	position: absolute;
	bottom: 0; /**/ 
	border-width: 1px 0;
	text-align:center;
}

#rodape p 
{
	margin:0;
	color:#060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

ul 
{
	width:120px;
	margin:0;
	padding:0;
	list-style:none;
}

ul li 
{
    margin:1px 0; 
}

ul li a, ul li a:visited 
{
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#060;
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
}

ul li a:hover 
{
	background:#9f9;
	color:#060;
}

.clear 
{
    clear:both;
}

#nav li.um 
{
	margin-bottom:8px;
	text-align:center;
}

.botao {
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
background-color: #f5f5f5;
font-family: Verdana;
font-size: 10pt;
}


