
 /* Board agendas*/
 
 #container .agenda { /*Defining width of content area for without right navigation page for Board agendas*/
	background: #fff;  
	margin: 0px 0px 0px 216px;
	/*border-left: 1px solid #dddddd; */
 
 }
 
 #container .agenda .text { /* Body text for without right Navigation Page */
	 
	font-size:80%;
	padding:10px;
	line-height: 1.5em;
}
/*#container .agenda .text p { 
	padding: 0px;
	margin: 8px 0px 8px 0px;
}

*/

#container .agenda .text ul,ol { /* Top and Bottom margin for ul; SAE mod*/
  margin-top:2px;
  margin-bottom:2px;
}
 
 
 p.agendasection {
  margin-top:8px;
  margin-bottom:8px;
  font-weight:bold;
 }

 p.agendainformation {
   font-size: 90%;
   margin-top:2px;
   margin-bottom:2px;
 }
 
 p.agendablock {
 	margin-top:6px;
	margin-bottom:6px;
	}  
	
 p.agendaitem { 
  	text-indent: -.25in; 
	margin-left: .25in; 
	margin-top:6px;
	margin-bottom:6px;
	}

 
 
 
 .agendaitem2 { 
 	text-indent: -.17in; 
	margin-left: .75in; 
	margin-top:6px;
	margin-bottom:6px;

	}