html, body {
	background-color: #dfdfdf;
	margin: 0px;
	font: 90% Arial, Helvetica, sans-serif;
	color: #666666;
	background-image: url(../imagens/img_fundo.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {
	color: #FF6666;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#moldura_externa {
        text-align: center;
}
#moldura {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}
#cabecalho {
	margin-top: 0px;
}
#cabecalho #nav{
	text-align: left;
}
#logo {
	background-image: url(../imagens/logo.jpg);
	float: right;
	height: 180px;
	width: 550px;
	margin-top: 0px;
	margin-left: 0px;
}
#nav {
	float: left;
	width: 410px;
	margin-top: 70px;
}
#pathway {
	text-align: left;
	width: 960px;
	display: inline;
	float: left;
}
#conteudo {
	text-align: left;
	width: 960px;
	display: inline;
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	height: 470px;
}
#conteudo td {
        text-align: left;
}
#rodape {
	background-image: url(../imagens/rodape.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 960px;
	background-position: right;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.invisivel {
	display: none;
}
span.mainlevel {
	color: #990000;
	font-weight: bold;
}
#active_menu {
	color: #FF3300;
}
a.mainlevel:link, a.mainlevel:visited {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
a.mainlevel:hover{
	color: #CC0000;
}
#pathway {
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	margin-left: 4px;
}
a.pathway:link, a.pathway:visited {
	color: #c0c0c0;
	text-decoration: none;
}
a.pathway:hover {
	color: #999999;
}
table.blog  {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#conteudo td   {
	padding: 0px;
	margin: 0px;
}
div.caixa {
	text-align: center;
	height: 170px;
}
a.readon:link, a.readon:visited {
	font-size: 12px;
	color: #FF8074;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
a.readon:hover {
	color: #6699CC;
}
.componentheading {
	font-weight: bold;
	text-transform: uppercase;
	color: #5B717F;
}
.contact_email label {
	font-size: 12px;
	text-transform: uppercase;
}
.contact_email input, .contact_email textarea {
	margin-bottom: 10px;
	background-color: #e4e4e4;
	border: 1px dotted #333333;
	margin-top: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}
.button  {
	font-size: 12px;
	border: 1px solid #333333;
	background-color: #e4e4e4;
	margin-top: 3px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contentpane li {
	list-style-type: none;
}
.category {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}
.contentpaneopen {
	width: 100%;
}
.contentpane {
	margin-left: 50px;
	width: 80%;
	text-align: left;
}
tr.sectiontableentry1 {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	margin-left: 40px;
}
tr.sectiontableentry2 {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	margin-left: 40px;
}