/* Layout da página */

html	{
		height: 100%;
		}
body  		{
	background-color: #FFFFFF;
	margin: 0;
	font-family:arial, Verdana;
	font-size: 12px;
	text-align: left;
	color: #4A7AB8;
	height: 100%;
	width: 100%;
		}


#tudo {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#esquerda {
	background-attachment: scroll;
	background-image: url(imgs/faixa_esq.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 20%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#direita {
	background-attachment: scroll;
	background-image: url(imgs/faixa_dir.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 100%;
	width: 80%;
	float: left;
}

#topo {
	background-attachment: scroll;
	background-image: url(imgs/bg_topo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	height: 382px;
	width: 761px;
	float: left;
}
#meio {
	background-attachment: scroll;
	background-image: url(imgs/bg_meio.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 761px;
}

#conteudo {
	text-align: left;
	width: 564px;
	float: left;
}
#menu {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	float: left;
	width: 197px;
}
#rodape {
	background-attachment: scroll;
	background-image: url(imgs/rodape1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 203px;
	width: 761px;
}



/* LINKS */

	a		{
		text-decoration: none;
		color: #FFFFFF;
	
	}
	

    a:link	{
		color: #FFFFFF;		
		}
		
    a:visited	{
		color: #FFFFFF;
		
		}
    a:hover	{
		color: #999999;	
		
		}
    a:active	{
		color: #36dedd;		
		}


/* Estilo de lista desordenada para navegação */



ul		{
	list-style-type: none;
	margin: 0 0 0 10px;
    padding: 0px;
		}

li		{
	margin: 0;
	background: transparent url(imgs/marc.gif) no-repeat left center;
	padding: 15px 0 9px 37px;
		}
.marc_ativo	{
	color: #1ec4c3;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(imgs/marc_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D1B71;
	font-size: 36px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.subtitulo {
	color: #FF6633;
	font-size: 16px;
	font-weight: bold;
}
	


/* cabeçalhos */

h1 		{
		font-size: 150%;
		}

h2 		{
		font-size: 140%;
		}

h3 		{
		font-size: 120%;
		}

h4 		{
		font-size: 200%;
		}

/* cabeçalhos */

p 		{
	font-size: 100%;
	line-height: 150%;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
		}
.destaque1 {color: #1ec4c3}

