Body{
	margin: 0px;
	background-color: #F0F0F0;
	color: Black;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/* estrutura da página */

#Corpo {
	width:750px;
	height: auto;
	margin: 0px auto;
	background-color: transparent;
}

#Topo {
	width:750px;
	height:150px;
	background-image: url(../imagens_site/fundo_topo.jpg);
}

#Menu {
	float: left;
	width:150px;
	height:auto;
}

#Controle {
	float: left;
	width:600px;
	height: auto;
	background-color: #B7E8FF;
}

#Conteudo {
	float: left;
	width:585px;
	height: auto;
	padding: 6px;
}

#Conteudo_Index {
	float: left;
	width:488px;
	height: auto;
	padding: 6px;
}

#Patrocinador {
	float: right;
	display: inline;
	width: 87px;
	height: 350px;
	background-color: #40C1FF;
	border-left: 1px solid #4757A5;
	border-bottom: 1px solid #4757A5;
	padding: 6px;
	
}

#Baixo_Cont {
	background-image: url(../imagens_site/fundo_conteudo.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 20px;
	float: left;
	background-color: #B7E8FF;
	vertical-align: bottom;
}

#Rodape{
	float: left;
	width: 600px;
	background-color: #F0F0F0;
	height: 30px;
	text-align: center;
}

/* fontes */

h1 {
	font: bold 95% Arial, Helvetica, sans-serif;
	color: #5364B4;
	border-bottom: 1px solid #5364B4;
	margin: 8px 5px 8px 5px
}

p {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	margin: 2px 0px;
	padding: 0px 5px;
}

span.Rodape {
	color: #4757A5;
	font: 12px Arial, Helvetica, sans-serif;
}

/* padrão do menu */

a.Menu_Item:link, a.Menu_Item:visited {
	display:block;
	width: 145px;
	height: auto;
	background-color:#40C1FF;
	border-top: 1px solid #4757A5;
	color:#000099;
	text-decoration: none;
	padding: 3px 0px 3px 5px;
	font: 90% Arial, Helvetica, sans-serif;
}

a.Menu_Item:hover {
	background-color: #77D2FF;
	color:#000000;
}

span.MenuAtivado {
	display:block;
	width: 145px;
	height: auto;
	background-color: #77D2FF;
	border-top: 1px solid #4757A5;
	color:#000000;
	padding: 3px 0px 3px 5px;
	font: 90% Arial, Helvetica, sans-serif;
}

.Fim_Menu {
	background-image: url(../imagens_site/baixo_menu.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 11px;
	float: left;;
	border-top: 1px solid #4757A5;
}

/* padrão do submenu */

a.Submenu_Item:link, a.Submenu_Item:visited {
	display:block;
	width: 138px;
	height: auto;
	background-color: #77D2FF;
	color:#000099;
	text-decoration: none;
	padding: 3px 0px 3px 12px;
	font: 90% Arial, Helvetica, sans-serif;
}

a.Submenu_Item:hover {
	background-color: #9BDEFF;
	color:#000000;
}

span.SubmenuAtivado {
	display:block;
	width: 145px;
	height: auto;
	background-color: #77D2FF;
	color:#000000;
	padding: 3px 0px 3px 5px;
	font: 90% Arial, Helvetica, sans-serif;
	border-top: 1px solid #4757A5;
}

span.SubmenuAberto {
	display:block;
	width: 138px;
	height: auto;
	background-color: #77D2FF;
	color:#000000;
	padding: 3px 0px 3px 12px;
	font: 90% Arial, Helvetica, sans-serif;
}

/* links */

.fonte:link, .fonte:visited {
	color:#000000;
	text-decoration: none;
	display:inline;
	border: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: transparent;
}

.fonte:hover {
	color:#000000;
	text-decoration: underline;
	display:inline;
	border: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}

/* imagens do topo */

span.Logo {
	background-image: url(../imagens_site/logo_ula_ula.gif);
	background-repeat: no-repeat;
	width: 181px;
	height: 150px;
	cursor: pointer;
	float: left;
	border-left: 2px solid #5364B5
}

span.Imagem_Dir {
	background-image: url(../imagens_site/imagem_topo.jpg);
	background-repeat: no-repeat;
	width: 402px;
	height: 150px;
	float: right;
}

/* imagens */

img {
	border: 0px;
	text-decoration: none;
}

img.Left {
	float: left;
	display: inline;
	margin: 3px 8px 5px 6px;
}

img.Right {
	float: right;
	display: inline;
	margin: 3px 6px 5px 8px;
}

img.Patrocinio {
	margin: 8px auto 8px auto;
}

/* tabelas */

table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 2px solid #5364B4;
}

th {
	background-color: White;
	border: 2px solid #5364B4;
	font: bold 90% Arial, Helvetica, sans-serif;
	color: #5364B4;
	height: 15px;
}

td {
	border: 2px solid #5364B4;
	height: 20px;
	padding: 3px 0px 3px 0px;
	font: 80% Arial, Helvetica, sans-serif;
}

td.Sem_Borda, table.Sem_Borda {
	border: 0px;
}

/* formulario - fale conosco */

label {
	font: 80% Arial, Helvetica, sans-serif;
	color: #5364B4;
	height: 15px;
	display: block;
}

input, textarea {
	width: 250px;
	border: 1px solid #5364B4;
	margin: 3px 0px 3px 0px;
}

.button {
	background-color: #5364B4;
	color: White;
	height: 20px;
	width: auto;
	padding: 0px 3px;
}

#Formulario {
	width: 300px;
	height: auto;
	margin: 0px auto;
}