/* CSS Document */
html {
	text-align:center;
	background-image:url(../img/fundo_hori.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	}
	
body{margin-top:0;}	
	
#geral{
	width:700px;
	margin:0 auto;
	text-align:left;
	}
	
h1{text-indent:-5000px;
	overflow:hidden;
	background:url(../img/logo.jpg);
	width:230px;
	height:68px;}
	
h2{font-size:16px;color:#003300;}
h3{font-size:13px;color:#006600;}

#menu{margin-left:-30px;}
#menu li{ list-style:none; margin:0; display:inline;}
#menu li a{
	float:left;
	text-decoration:none;
	width: 103px;
	height: 37px;
	background:url(../img/back_menu.jpg) repeat-x;
	text-align: center;
	padding-top: 7px;
}

html>body #menu li a{
	float:left;
	text-decoration:none;
	width: 101px;
	height: 37px;
	background:url(../img/back_menu.jpg) repeat-x;
	text-align: center;
	padding-top: 7px;
}

#menu li a:link, #menu li  a:visited{color:#006600}
#menu li a:hover{color:#fff;text-decoration:underline;}

#texto{
	margin:0;
	float:left;
	margin-left:8px;
	width:495px;
	text-align:justify;
	font-size:11px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#ccc;
	padding:6px;
	}	

html>body #texto{
	margin:0;
	float:left;
	margin-left:15px;
	width:490px;
	text-align:justify;
	font-size:11px;
	border-right-style:dotted;
	border-right-width:thin;
	border-right-color:#999;
	padding:5px;
	}	

#texto a:link, #texto a:visited{color:#006633; text-decoration:none;}
#texto a:hover{color:#99CC00;text-decoration:underline;}

#band
	{
	float:right;
	width:150px;
	margin-right:6px;
	}
html>body #band
	{
	float:right;
	width:150px;
	margin-right:15px;
	}
#band{font-size:11px;}
#band a:link, #band a:visited{color:#666666;text-decoration:none;}
#band a:hover{background-color:#fff;text-decoration:underline;}

#rodape{
	clear:both;
	margin:15px;
	width:500px;
	text-align:center;
	font-size:11px;
	color:#999;
	}
#validadores{clear:both;margin:0;padding-top:50px;width:100px;float:right;}

#portDireita{width:300px;float:left;}
#portEsquerda{
	width:170px;
	float:right;
	border-left-style:dotted;
	border-left-width:thin;
	border-left-color:#999;
	padding-left:5px;}
	
/*FORMATACAO FORMULARIOS*/	
#selectTempo, #tfNome, #tfTelefone, #tfEmail, #tfAreas, #tfEndereco, #tfCidade, #tfData, #tfNascimento, #tfCurso, #tfCursos, #tfArea, #nome, #email, #telefone, #mensagem {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:11px;
	border-width:thin;
	border-color:#999900;
	}