body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practiceimages/menu/ to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image:  url(images/bg.gif); background-position:center; 
	color: #666666;
}


/*a:link { FONT-FAMILY: verdana, arial, hevetica, sans-serif; FONT-SIZE: 9pt; color:#006600; text-decoration:none;}
a:visited { FONT-FAMILY: verdana, arial, hevetica, sans-serif; FONT-SIZE: 9pt; color:#0033cc; text-decoration:none;}
a:hover { FONT-FAMILY: verdana, arial, hevetica, sans-serif; FONT-SIZE: 9pt; color:#048E40; text-decoration:none;}
a:active { FONT-FAMILY: verdana, arial, hevetica, sans-serif; FONT-SIZE: 9pt; color:#ff0000; text-decoration:none;}*/


A.menu:link {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; font-weight:bold; text-decoration:none; COLOR:#048E40;}
A.menu:visited {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; font-weight:bold; text-decoration:none; COLOR:#048E40;}
A.menu:hover {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; font-weight:bold; text-decoration:none; COLOR:#006600;}
A.menu:active {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; font-weight:bold; text-decoration:none; COLOR:#ff0000;}

A.link:link {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; text-decoration:none; COLOR:#048E40;}
A.link:visited {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; text-decoration:none; COLOR:#048E40;}
A.link:hover {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; text-decoration:none; COLOR:#006600;}
A.link:active {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; text-decoration:none; COLOR:#ff0000;}


A.linkbottom:link {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7.5pt; text-decoration:none; COLOR:#666666;}
A.linkbottom:visited {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7.5pt; text-decoration:none; COLOR:#666666;}
A.linkbottom:hover {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7.5pt; text-decoration:none; COLOR:#000000;}
A.linkbottom:active {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7.5pt; text-decoration:none; COLOR:#ff0000;}


A.topo:link {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7pt; text-decoration:none; COLOR:#336699;}
A.topo:visited {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7pt; text-decoration:none; COLOR:#336699;}
A.topo:hover {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7pt; text-decoration:none; COLOR:#000000;}
A.topo:active {FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 7pt; text-decoration:none; COLOR:#ff0000;}



.lista {
list-style: url(images/traco.gif);  margin-left:-15px;  
}

.ativo {
FONT-FAMILY: verdana, arial, hevetica, sans-serif; font-size: 8pt; font-weight:bold; text-decoration:none; COLOR:#999999;
}

#box1_topo li {
	margin-bottom: 10px;
}

.twoColFixLtHdr #container { 
	width: 772px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #ffffff; 
	padding: 0 0 0 0;  /* 0 10px 0 20px; this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-image:url(images/topo.gif);
	background-repeat:no-repeat;
	background-position:top left;*/
	height: 310px;
	}

.twoColFixLtHdr #header2 { 
	background: #ffffff; 
	padding: 0 0 0 0; 
	height: 255px;
	}
	
.hide {display:none;} 



/*link home*/
#link_home A
{
	float: left;
	width: 200px;
	height: 82px;
	/*text-indent: -9999px;
	overflow: hidden;*/
	z-index:0;
}
/*fim link home*/
	
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 1px 15px 20px; /*15px 10px 15px 20px;*/
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */ 
} 




/*   BOX 1    */

#box1_topo {
background: url(images/box1_01.gif) no-repeat; 
padding-left:9px; 
padding-right:9px; 
margin-top:-7px; 
z-index:6; 
}

#box1_topo h3 { 
padding:15px 0 0 10px; 
FONT-FAMILY: verdana, arial, hevetica, sans-serif; 
font-size: 10pt; 
COLOR:#059347; 
}

#box1_bottom { 
position:relative; 
left:-9px; width:226px;  
background: url(images/box1_03.gif) no-repeat; 
}

/*   FIM BOX 1    */



/*   BOX 2  DEPOIMENTO  */

#box2_topo {
background: url(images/box1_01.gif) no-repeat; 
padding-left:9px; 
padding-right:9px; 
margin-top:-7px; 
z-index:6; 
}

#box2_topo h3 { 
padding:15px 0 0 10px; 
FONT-FAMILY: verdana, arial, hevetica, sans-serif; 
font-size: 10pt; 
COLOR:#059347; 
}

#box2_bottom { 
position:relative; 
left:-9px; width:226px;  
background: url(images/box1_03.gif) no-repeat; 
}

/*   FIM BOX 2    */



/*   BOX 5  PARCEIROS  */

#box5_topo {
background: url(images/box1_01.gif) no-repeat; 
padding-left:9px; 
padding-right:9px; 
margin-top:-7px; 
z-index:6; 
}

#box5_topo h3 { 
padding:15px 0 0 10px; 
FONT-FAMILY: verdana, arial, hevetica, sans-serif; 
font-size: 10pt; 
COLOR:#059347; 
}

#box5_bottom { 
position:relative; 
left:-9px; 
width:226px; 
margin-bottom:-10px; 
background: url(images/box1_03.gif) no-repeat; 
}

/*   FIM BOX 5    */













/*   BOX 3    */

#box3_topo {
background: url(images/box2_01.jpg) no-repeat; 
padding-left:9px; 
padding-right:9px; 
margin-top:7px; 
width:480px; 
/*border:#FF0000 solid 1px;*/ 
z-index:6; 
}

#box3_topo h3 { 
padding:15px 0 0 10px; 
FONT-FAMILY: verdana, arial, hevetica, sans-serif; 
font-size: 10pt; 
COLOR:#059347; 
}

#box3_bottom { 
position:relative; 
left:-9px; 
width:484px; 
/*margin-right:1px; */
background: url(images/box2_02.gif) no-repeat; 
}

#into {
width:465px;
}
/*   FIM BOX 3    */





/*   BOX 4    */

#box4_topo {
background: url(images/box2_01.jpg) no-repeat; 
padding-left:9px; 
padding-right:9px; 
margin-top:7px; 
width:480px; 
/*border:#FF0000 solid 1px;*/ 
z-index:6; 
}

#box4_topo h3 { 
padding:15px 0 0 10px; 
FONT-FAMILY: verdana, arial, hevetica, sans-serif; 
font-size: 10pt; 
COLOR:#059347; 
}

#box4_bottom { 
position:relative; 
left:-9px; 
width:484px; 
/*margin-right:1px; */
background: url(images/box2_02.gif) no-repeat; 
}

#into4 {
width:450px;
}
/*   FIM BOX 4    */





/*   BOX 6    */

#box6_topo {
background: url(images/box2_01.jpg) no-repeat; 
padding-left:9px; 
padding-right:9px; 
margin-top:7px; 
width:480px; 
/*border:#FF0000 solid 1px;*/ 
z-index:6; 
}

#box6_topo h3 { 
padding:15px 0 0 10px; 
FONT-FAMILY: verdana, arial, hevetica, sans-serif; 
font-size: 10pt; 
COLOR:#059347; 
}

#box6_bottom { 
position:relative; 
left:-9px; 
width:484px; 
/*margin-right:1px; */
background: url(images/box2_02.gif) no-repeat; 
}

#into6 {
width:450px;
}
/*   FIM BOX 6    */






/*   BOX 7    */

#box7_topo {
background: url(images/box2_01.jpg) no-repeat; 
padding-left:9px; 
padding-right:9px; 
margin-top:7px; 
width:480px; 
/*border:#FF0000 solid 1px;*/ 
z-index:6; 
}

#box7_topo h3 { 
padding:15px 0 0 10px; 
FONT-FAMILY: verdana, arial, hevetica, sans-serif; 
font-size: 10pt; 
COLOR:#059347; 
}

#box7_bottom { 
position:relative; 
left:-9px; 
width:484px; 
/*margin-right:1px; */
background: url(images/box2_02.gif) no-repeat; 
}

#into7 {
width:465px;
}
/*   FIM BOX 7    */













.twoColFixLtHdr #topfooter {
	margin: 0 0 0 0;
	
} 



.twoColFixLtHdr #footer {
	margin: 10px 0 -10px 0;
	padding: 10px 28px 0 20px; /* 0 10px 0 20px; this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/bottom.jpg) no-repeat; 
	height:89px; 
	text-align:right;  
	/*background:#ffffff;*/ 
} 


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

