h1, h2, h3, h4, h5, h6, h7, ul, li
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #000;
	background: #959493 url('img/fundo_degrade.png') repeat-x;
	padding-left: 3px;
}

a
{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a:hover
{
	text-decoration: none;
}

.container
{
	/*background: url('img/fundo.png') repeat-y center;*/
}


.topo
{
	width: 770px;
	height: 200px;
	background: url('img/topo.jpg') no-repeat;
	margin: 0 auto;
	border-color: #555;
	border-style: solid;
	border-width: 0 0 30px 0;
}

.topo h1, .topo h2
{
	display: none;
}

.topoBarra
{
	width: 750px;
	margin: 0 auto;
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #fff;
	background: #555;
	padding: 10px;
}

.miolo
{
	width: 770px;
	margin: 0 auto;
	background: #fff;
}

.menu
{
	width: 200px;
	float: left;
	padding-top: 15px;
}

.menu ul
{
	/*float: left;*/
	width: 180px;
	margin: 0 auto;
	border: #eee 5px solid;
}

.menu ul li
{
	list-style: none outside;
}

.menu ul li a
{
	text-decoration: none;
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #555;
	display: block;
	padding: 10px;
	background: url('img/fundo_menu.jpg') repeat-x;
	border-color: #efefef;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	margin-bottom: 2px;
}

.menu ul li a:hover
{
	background: url('img/fundo_menu.jpg') repeat-x -8px;
}


.conteudo
{
	margin-left: 210px;
	padding: 15px 30px 35px 15px;
}

.conteudo h2
{
	font-size: 24px;
	font-weight: bold;
	color: #bcd74c;
	margin-bottom: 12px;
}

.conteudo h3
{
	font-size: 14px;
	font-weight: bold;
	color: #a00000;
	margin-bottom: 8px;
}

.conteudo blockquote
{
	border-left: 5px solid #a00000;
	padding-left: 15px;
}

.conteudo input, .conteudo select, .conteudo textarea
{
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 12px;
	color: #555;
}

.conteudo .boxArea h3
{
	font-size: 14px;
	font-weight: bold;
	color: #a00000;
	margin-bottom: 0;
}

.conteudo .boxArea h3 a
{
	color: #a00000;
	text-decoration: none;
}

.conteudo .botao
{
	font-family: Arial, Sans-serif;
	font-weight: bold;
	color: #fff;
	background: url('img/fundo_botao.jpg') repeat-x;
	border: 0;
	padding: 2px;
	cursor: pointer;
}

.conteudo .boxArea
{
	border: 1px solid #cecece;
	background: #FDFAE2;
	padding: 15px;
	margin-bottom: 15px;
}

.conteudo .boxArea .blocoResumo
{
	margin-top: 8px;
	display: none;
}

.conteudo label
{
	width: 100px;
	display: block;
}






.rodape
{
	width: 730px;
	margin: 0 auto;
	font-size: 11px;
	color: #fff;
	background-color: #777;
	padding: 20px;
	clear: both;
}

.rodape a
{
	color: #fff;
}

.rodape span
{
	float: right;
}
