body{
	background-color: #fff;
	background-image: url('../../template/imgs/fundo.jpg');
	background-position: 0 36px;
	background-repeat: repeat-x;
}

.tarja{
	height: 36px;
	background-image:url('../imgs/fundo_cabecalho.jpg');
	background-repeat: repeat-x;
}

.tarjaConteudo{
	width: 985px;
	margin: 0 auto;
	height: inherit;
	position: relative;
}

.tarjaConteudo .logo{
	width: 139px;
	height: 24px;
	position: absolute;
	top: 6px;
	left:17px;	
	background-image:url('../imgs/logo_cabecalho.jpg');
	background-repeat: no-repeat;
}

.tarjaConteudo .menu{
	width: 500px;
	height: 20px;
	position: absolute;
	top: 12px;
	left:200px;
}

.tarjaConteudo .menu a{
	font-family: tahoma;
	color:#fff;	
	font-size: 12px;
	display: block;
	float: left;
	margin-right: 20px;
}

.cabecalho{
	height: 248px;
	width: 983px;
	background-color: #fff;
	position: relative;
	margin: 20px auto;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}

.cabecalho .logo{
	position: relative;
	width: 206px;
	height: inherit;
	float: left;
	text-align: center;
}

.cabecalho .logo img{
	position: relative;
	top: 20px;
}

.cabecalho .banner{
	width: 777px;
	height: inherit;
	float: left;
}

.principal{
	width: 985px;
	margin: 0 auto;
}

.principal .menu{
	width: 234px;
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	background-color: #0093dd;
	float: left;
	margin: 0px 20px 20px 0;
}

.principal .conteudo{
	width: 627px;
	background-color: #0093dd;
	float: left;
	margin-bottom: 20px;	
	padding: 20px 80px 20px 20px;
	font-family: tahoma;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
}

.principal .conteudo h1{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.principal .conteudo p{
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin: 20px 0;
}

.menu .matriculas{
	margin: 20px 0;
}

.menu .matriculas li{
	margin: 10px 0px 10px 35px;
	font-family: tahoma;
	font-size: 13px;
	list-style-image: url('../imgs/list_item_imagem.png');
}

.menu .matriculas a{
	color: #fff;
}

.titulo{
	font-weight: bold;
}

.link{
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

.conteudo ul{
	margin: 20px 0;
}

.conteudo ul li{
	list-style-type: square;
	margin-left: 20px;
	color: #fff;	
}

.conteudo ul li a{
	color: #fff;
	font-size: 14px;
	line-height: 25px;	
}

#frmCadastro label{
	color: #fff;
	display: block;
	margin: 7px 0;
}

#frmCadastro input[type=text],
#frmCadastro select{
	color: #333;
	padding: 6px;
	font-size: 14px;
}

#frmCadastro button{
	padding: 10px;
	margin: 15px 0;
}


