body {
	margin:0;
	padding:0;
	width: 6200px;
	height: 509px;
	color:#FFF;
	font: 62.5%/150% Tahoma, Sans-Serif;
	background-color: #ecb800;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h2 {
	font-size: 1.1em;
	color: #FC0;
}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 509px; 
}

#leftsider {
	float: left;
	width:300px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

#leftsider h1 {font-size: 2.0em;}

#menu {
	margin-top: 40px;
	padding-left: 6px;
}

#menu ul {
	list-style: url(../img/rightsmall.png);
}

#menu a{
	text-decoration: none;
	color: #FC0;
}

#menu a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}

#content {
	float: left;
	font-size: 1.2em;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left:40px;
}

#content h4 {font-size: 1.2em;}

.par {
	margin: 0px 30px 0 0px;
	padding-left: 30px;
	float: left;
	width: 900px;
	height: auto;
	background-attachment: scroll;
	background-image: url(../img/bg_secs.jpg);
	background-repeat: repeat;
	background-position: left bottom;
}

.par a{
	text-decoration: none;
	color: #FC0;
}

.par a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}


.alt {/* modify this to add style to alternate sections*/}

#note { 
	margin-top:10px;
}

p.secbot a{
	margin-top: -5px;
	padding-left: 15px;
	border-bottom:none;
	color: #FC0;
	background: url(../img/leftsmall.png) no-repeat scroll left center;
	text-decoration:none;
	font-size:0.9em;
}

p.secbot a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDDF00;
}

#arrows {
	position: fixed;
	top: 440px;
	left: 650px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.png) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.png) no-repeat;}


#rightsider {
	padding: 0 10px 0px 0;
}	

#rightsider a{
	color: #22b1e1;
	text-decoration: none;
}
#rodape{
	width:auto;
	clear:both;
	color:#000;
	font-family: Tahoma, Sans-Serif;
	font-size: 1em;
	line-height: 150%;
	text-align: left;
	margin-left:600px;
}
