/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; font-weight: normal}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse:separate; border-spacing: 0; }

/*Indicação de tamamnho da div geral*/

#container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	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. */
	
}
#subcontainer { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	margin-left:10%;
	padding-top: 5px;
}
#agenda {
}

div#element {margin:0 5px 0 0}
* html div#element {margin:0 0 0 -6px}

#box2 {padding: 15px 10px 120px; margin: 0 16px; border: 1px solid #dedede;  background-color: white; }

#box2 li {padding:10px; text-align:left;}

.rodapeParticipacoes {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	margin-top:5px;
	color:#000;
}

