itu/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #ffebc2;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body{	
	text-align:left;
}

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/

img {
	border: none;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	color: #0099FF;
}

a:visited {
	color: #006699;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

dl {
	float: left;
	margin: -10px 50px 20px 0;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	margin: 0;
	line-height: 18px;
}


#conexao {
	height: 24px;
}

#nav_shadow {
	position: absolute;
	top: 0;
	height: 11px;
	width: 100%;
	z-index: 0;
	background-image: url(images/nav_shadow.png);
	_background-image: none;
	_width: 0;
	background-repeat: no-repeat;
	background-position: center;
}

#wrapper {
	width: 960px;
	margin:auto;
	position:relative;
	overflow:visible;
}

#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:77px;
	background:  url(images/header.png) no-repeat left top;
}

#menu{
	position:absolute;
	top:78px;
	left:0px;
	width:100%;
	height:30px;
}
#title {
	position: relative;
	top: 107px;
	left: 0;
	width: 100%;
	height: 361px;
}
body.normal_page #title {
	height: 158px;
}

#wrapper2 {
	margin-top: 106px;
}
#right {
	position:relative;
	width:260px;
	float:right;
}

#left {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
}
#content {
	position:relative;/*ie needs this to show float */
	float:left;
	width: 520px;
	padding: 0 30px 30px 30px;
}

#content ul li {
	margin-bottom: 15px;
}

.clear_content {
	clear: both;
	margin-bottom: 20px;
}

#compartilhe {
	position: absolute;
	top: 456px;
	right: 22px;
	z-index: 20;
}

body.normal_page #compartilhe {
	top: 253px;
}

div#footer {
	color: #ffffff;
	clear:both;
	text-align:left;
	position: relative;
	background-color: #666666;
	border-top: #FF9900 7px solid;
	padding: 20px;
}

#footer div {
	_height: 10px;
}


#footer div a {
	text-decoration: none;
	color: #CCCCCC;
}

#footer a:hover {
	color: #FFCC00;
}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: none;
}

#inner_menu {
	margin: 150px 0 20px 0;
}

#inner_menu ul {
	border-bottom: #CCCCCC 1px solid;
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

#inner_menu h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999999;
	border-bottom: #CCCCCC 1px solid;
	display: block;
	width: 100%;
	margin-top: 0;
}

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

#inner_menu ul li.active a {
	color: #666666;
}

.article_list ul {
	border-top: #CCCCCC 1px solid;
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
	border-bottom: #CCCCCC 1px solid;
}

/* Forms */

.dataForm {
	width: 500px;
	padding: 10px;
	margin: 0;
	border: #CCCCCC 1px solid;
}

form fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

form legend {
  padding: 0 2px;
  font-weight: bold;
}

form label {
  display: block;
  float: left;
  width: 110px;
  margin: 0 15px 5px 0;
  text-align: right;
  font-weight: normal;
}

form fieldset ol {
  margin: 0;
  padding: 0;
}

form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

form fieldset fieldset {
  border: none;
}

div#search form label {
  width: auto;
  margin: 0 0 0 10px;
}

.optionsLegend {
  display: block;
  float: left;
  width: 120px;
  margin: 0 15px 5px 0;
  text-align: right;
  font-weight: normal;
}

form fieldset fieldset label {
  display: block;
  float: left;
  margin: 0 15px 5px 0;
  text-align: left;
  width: auto;
}

form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}

form input.invalidValue, form textarea.invalidValue {
	border: #CC3333 2px solid;
}

form input.requiredValue, form textarea.requiredValue {
	border: #CC3333 2px solid;
}

.errors {
	max-width: 600px;
	border: #CC3333 2px solid;
	background-color: #FFFFCC;
	color: #CC3333;
	padding: 10px;
	margin-bottom: 15px;
}

.form_submit {
	text-align: center;
	padding: 5px;
	background-color: #CCCCCC;
	margin-top: 10px;
}

.download_list {
}

.download_list div {
	text-align: center;
	width: 245px;
	float: left;
	margin-bottom: 50px;
}

.download_list div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .download_list div ul li {
	margin: 0;
	padding: 0;
	text-align: left;
}

.download_list div img {

}

.download_list div h2 {
	margin-bottom: 5px;
}
.download_list div p {
}
