html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}
.clear {
	clear: both;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

body {
	background: url(images/cabecalho_bg.jpg) repeat-x;
	text-align: center;
}
#site_corpo {
	text-align: left;
	margin: auto;
	width:800px;
}

#cabecalho {
	width:800px;
	height:250px;
	position: absolute;
}
#cabecalho #cabecalho_esq  
{
    width:280px;
    float:left;
}
#cabecalho #cabecalho_esq h1 {
	margin-top: 16px;
}
#cabecalho #cabecalho_esq h1 img {
	display: block;
}
#cabecalho #cabecalho_dir {
	width:520px;
	float:right;
}
#cabecalho #cabecalho_dir h2{
	margin-top: 60px;
	padding:0px 40px 0px 0px ;
    font-family: tahoma, helvetica, arial, sans-serif;
	font-size:16px;
	color:#fff;
	text-align:left;
}
#menu {
	margin-top:142px;
	background:	url(images/menu.jpg) no-repeat;
	height:47px;
}
#menu img {
	float: left;
}
#menu ul li {
	float: left;
	list-style:none;
	text-decoration:none;
	display:inline;
	padding: 20px 20px 0px 29px;
}
#menu ul li a
{
    font-size:12px;
	color:#fff;
}
#menu ul li a:hover 
{
     color:#afd170;
}

#headline {
	padding-top:235px;
}

a {
	font-weight: bold;
	color: #696055;
}
a:hover {
	color: #b3cf6f;
}

#corpo {
	text-align: justify;
	line-height:17px;
	font-size:11px;
}

#corpo_esq {
	float: left;
	min-width: 480px;
	max-width: 520px;
}
#corpo_dir {
	float: right;
}

#corpo_esq ul.ponto li {
	background:left url(images/ponto.gif) no-repeat;
	margin: 0 0 4px 0;
	padding: 0 0 0 25px;
}

#corpo h2, #corpo p {
	margin: 0.3em 0;
}

#corpo_dir p {
	margin-right: 2em;
}
#corpo_dir h2
{
    color:#f6ad5a;
    font-family:Lucida Sans;
    font-size:20px;
}

#corpo a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#fundo 
{
    height:50px;
	color: #fff;
	background: #42453D url(images/fundo_bg.jpg) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#fundo p {
	margin: 10px 0 0 0;
	padding: 0;
}
#fundo a 
{
    color:#afd170;
}

.accordionHeader
{
    padding:6px 0px 6px 5px;
    cursor: pointer;
    border-bottom: solid 1px #000000;
    background:#F2F2F2 center right url(images/mais.gif) no-repeat;
}

.accordionHeaderSelected
{
    padding:6px 0px 6px 5px;
    cursor: pointer;
    border-bottom: none 0px #000000;
    background:#F2F2F2 center right url(images/menos.gif) no-repeat;
}

.accordionContent
{
    padding:2px 15px 2px 15px;
}
