/***********************************************/
/* BODY */
/***********************************************/ 

html, body{
/*	position : relative ; */
  
	margin : 5px 0 0 0 ; 
	padding : 0 0 0 0 ; 
	font : medium/120% Arial, Helvetica, sans-serif ; 
	height : 100% ; 
/*	list-style : none outside none ; */
	background : white;
	color : #333333 ;
	font-family: Arial;
	font-size: 1.0em;
	font-style: normal;
}


#pagina {
margin-left: auto;
margin-right: auto;
margin-top: 0px;
width: 960px;
background-color: White;

}
/***********************************************/
/* HEADER SECTION */
/***********************************************/ 

#head-containerGenerale {
	width : 960px ; 
	height : 188px ; 
	margin : 0 auto ;  

	
	background : url(../immagini/sfondogenerale.jpg) no-repeat top;	

}
#footer-containerGenerale {
	width : 960px ; 
	height : 25px ; 
	margin-top : 30px ;  
margin-bottom: 30px;
 
 color: #000;
	background-color : #006633;
	vertical-align: middle;
	text-align: center;
	color: white;
	font: normal 0.7em/210% Arial, Helvetica, sans-serif;
}
/***********************************************/
/* MAIN SECTION */
/***********************************************/ 
#main-containerGenerale {
	width : 960px ; 
	z-index : 10 ;
	background : url(../immagini/sfondogenerale.jpg) repeat top;	

}
#rolloverImage {
	width : 610px ; 
margin-left: 180px;
margin-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
 
  padding: 5px 10px 5px 0px;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: trasparent;
}
h1 {
  font-size: 1.4em;
  color: #EF3E33;
  line-height: 130%;

  word-spacing: normal;
  margin: 0px;
  font-variant: small-caps;
}
h2 {
  font-size: 0.95em;
  color: #828688;
  line-height: 115%;
  word-spacing: normal;
  margin: 10px 50px 10px 50px;
}
h3 {
	font-size: 1em;
	color: #EF3E33;
	margin-top:10px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	word-spacing: normal;
	margin-left: 50px;
 
 
}
 a. {
  
  font-size: 1.0em;
  text-decoration: none;
  vertical-align: middle;
  }

a:link, a:visited {
  color: #fff;
  font-size: 1.0em;
  text-decoration: none;
  font-weight: bold;
 background-color: #006633;
 
 
  }

a:hover, a:active {
  color: #828699;
  font-size: 1.0em;
 
  
}


 .testo {
 margin-left: 50px;
 margin-right: 50px;
 font: normal 0.9em Arial, Helvetica, sans-serif;
 line-height: 140%;
}

 .box {
 
 margin: 5px 60px 5px 60px;
 border: 1px dashed #da251c;
 padding: 10px;
  font: normal 0.9em Arial, Helvetica, sans-serif;
  color: #333;
 line-height: 140%;
  background-color: #DEE0DF;
}
.liste {
 
 margin-left: 95px;
 margin-right: 50px;
 margin-top: 5px;
 font: normal 0.85em Arial, Helvetica, sans-serif;
 line-height: 140%;
 color: #333;
 list-style-position: outside;
 list-style: square;
}
.box2 {
 
 margin: 5px 60px 5px 60px;
 border: 1px dashed #006633;
 padding: 10px;
  font: normal 0.8em Arial, Helvetica, sans-serif;
  color: #333;
 line-height: 140%;
  background-color: #DEE0DF;

}
.liste2{
 
 margin-left: 80px;
 margin-right: 50px;
 margin-top: 5px;
 font: normal 0.85em Arial, Helvetica, sans-serif;
 line-height: 140%;
 color: #333;
 list-style-position: outside;
 list-style: none;
}
.clear { 
		clear : both ;  display : block ;  height : 0 ;  margin : 0 ;  
		font-size : 0px ;  line-height : 0px ;  
		}  
.clear-left { clear : left ; } 
.clear-right { clear : right ; }    

.clear-none { clear : none ; }
