html, body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 100%;
}
body {
	background: url(Images/backgroundBar.gif) repeat-x 0px 40px;
}
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #DCDCDC;
}
a:hover {
	text-decoration: underline;
	color: #FF781E;
}
p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 40px;
	text-align: left;
}
h1 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-align: left;
	line-height: 14px;
	text-indent: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 40px;
}
h1 a:link{
	color: #999999;
}
h1 a:visited{
	color: #DCDCDC;
}
h1 a:hover{
	color: #FF781E;
}
ul li{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	margin-top: 18px;
	list-style-position: inside;
	list-style-image: url(Images/bullet.gif);
	padding: 0px 35px 0px 30px;
}
pre {
	padding-left: 40px;
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	font-size: 12px;
}
form {
	padding-left: 40px;
	font-family: "Courier New", Courier, monospace;
}
img {
        border: 0;
}

/*ids & classes*/

#container {
	width: 840px;
	position: relative;
	margin: auto;
	min-height: 100%;
	background: url(Images/side_bar.gif) repeat-y;
}

/*hack para IE6>*/
* html #container {
	height: 100%;
	left: 50%;
	margin-left: -420px;
}

#top {
	background: url(Images/topBackground.gif) no-repeat top center;
	text-align: center;
	height: 220px;
}
#usp {
	height: 85px;
	width: 800px;
	position: absolute;
	top: 0px;
	left: 20px;
}
#usplogo {
	height: 40px;
	width: 100px;
	position: absolute;
	top: 95px;
	right: 118px;
        transition: opacity 0.5s ease;
}
#cce {
	height: 40px;
	width: 78px;
	position: absolute;
	right: 30px;
	top: 95px;
        transition: opacity 0.5s ease;
}
#banner {
	margin-top: 20px;
	text-align: center;
}
#navBar {
	height: 25px;
	width: 800px;
	margin: 0px 0px 0px 20px;
	background-image: url(Images/navBackground.gif);
	background-repeat: no-repeat;
}
#navLinksArea {
	height: 25px;
/*	width: 720px;*/
	position: absolute;
	left: 45px;
}
.navLinks {
	height: 25px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	float: left;
	margin: 0px 4px 0px 4px;
	display: block;
}
.navLinks a{
	text-decoration: none;
	color: #FFFFFF;
}
.navLinks a:link, .navLinks a:visited{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.navLinks a:hover{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background: #FFAA32;
}
#navLinkAtivo {
	height: 25px;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	color: #FF781E;
	background: #FFFFFF;
	float: left;
	margin: 0px 3px 0px 3px;
	display: block;
        opacity: 0.6;
}
#supportingText {
	width: 800px;
	margin: 30px 0px 0px 20px;
}
#rodape {
	background: #E5E5E5;
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	text-align: center;
	height: 20px;
	margin: 50px 20px 0px 20px;
}
#disi {
	margin: 5px 0px 0px 0px;
	text-align: center;
}
#antispam {
	height: 40px;
	width: 85px;
	margin: 30px 0px 0px 35px;
	float: left;
	display: inline;
        transition: opacity 0.5s ease;
}
#w3cCSS {
	height: 40px;
	width: 85px;
	margin: 30px 0px 0px 500px;
	float: left;
	display: inline;
        transition: opacity 0.5s ease;
}
#w3cHTML {
	height: 40px;
	width: 85px;
	margin: 30px 0px 0px 15px;
	float: left;
	display: inline;
        transition: opacity 0.5s ease;
}
#clear {
	width: 840px;
	clear: left;
}
.textDiv {
	height: 3px;
	margin: 24px 0px 24px 0px;
	width: 800px;
	background: url(Images/textDiv.gif) no-repeat top center;
}

/*hack para IE*/
* html .textDiv {
	line-height: 3px;
}
.topicDiv {
	height: 2px;
	margin: 24px 0px 24px 0px;
	width: 800px;
	background: url(Images/topicDiv.gif) no-repeat top center;
}

/*hack para IE*/
* html .topicDiv {
	line-height: 2px;
}
.western {
  margin-bottom: 0cm;
}

#usplogo:hover,
#cce:hover,
#antispam:hover,
#w3cCSS:hover,
#w3cHTML:hover {
  opacity: 0.5;
}
