body {
	width: 100%;
	height: 100%;
	text-align: center;
	font: normal 12px/16px Arial;
	background: #ffffff ;
}

/*FORMATAÇÃO GERAL
-------------------------------------------------------------------------------------------------*/
a {
	color: #222222;
}
a:hover {
	color: #008737;
}
h1, h2 {
	float: left;
}
p {
	padding: 0px 0px 17px 0px;
}

/*CLASSES GERAIS
-------------------------------------------------------------------------------------------------*/
.corVerde {
	color: #0a4425;
}
.clear {
	clear: both;
}
/*DIVs GERAIS
-------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 999px;
	margin: 0 auto;		
}
#wrapperContent {
	position: relative;
	float: left;
	width: 999px;
	text-align: left;
	background: #002713 url('/conteudo/images/interna-g.jpg') no-repeat center 0;
}


/*TOPO HOME
-------------------------------------------------------------------------------------------------*/
#headerHome h1 {
	position:absolute;
	top: 17px;
	left: 17px;
	z-index: 10;
}

/*MENU LATERAL HOME
-------------------------------------------------------------------------------------------------*/
#lateralHome {
	position: absolute;
	top: 93px;
	left: 0px;
	z-index: 1;
}

/*CORPO HOME
-------------------------------------------------------------------------------------------------*/
#flashHome {
	float: left;
	height: 598px;
}


/*TOPO
-------------------------------------------------------------------------------------------------*/
#header {
	float: left;
	position: relative;
	width: 999px;
	height: 77px;
	padding: 16px 0px 0px 0px;	
}
#header h1 {
	position:absolute;
	top: 17px;
	left: 17px;
}
#header h2 {
	position:absolute;
	top: 50px;
	left: 232px;
}
#logoPremio {
	position: absolute;
	top: 18px;
	right: 23px;
}

/*MENU LATERAL
-------------------------------------------------------------------------------------------------*/
#contentMenu {
	float: left;
	width: 177px;
	padding: 0px 0px 0px 0px;
}
#menuLateral {
	padding: 0px 0px 12px 0px;
	float: left;
}
#menuLateral li {
	padding: 0px 0px 3px 0px;
}
#menuLateral li,
#menuLateral li img {
	float: left;
}
#controlaLinks {
	width: 69px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#controlaLinks img {
	float:left;
}
#controlaLinks span {
	display: block;
	padding: 0px 0px 5px 0px;
}

/*CONTEUDO PÁGINA
-------------------------------------------------------------------------------------------------*/
#content {
	float: left;
	width: 800px;
	padding: 0px 0px 0px 22px;
	height: 505px;
	overflow: auto;
	text-align: left;
}
h3 {
	padding: 20px 0px 30px 217px;
}
h4 {
	float: left;
	padding: 0px 10px 10px 0px;
}
h3 span {
	display: none;
}
#corpo {
	width: 432px;
	float: left;
	padding: 0px 15px 0px 0px;
}
#pagina {
	width: 215px;
	float: right;
}

/*LATERAL DIREITA
-------------------------------------------------------------------------------------------------*/
#lateralDireita {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 0px;
}

/*RODAPÉ
-------------------------------------------------------------------------------------------------*/
#footer {
	width: 986px;
	float: left;
	padding: 60px 0px 10px 0px;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}

