/* Layout pagina */
body{
	margin-top: 0px;
	margin-bottom: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
}



#pagina { 
	background-color: #FFFFFF;
	width: 890px;
	position: relative; 
	left: 50%;
	margin-left: -445px;
	border-left: 5px solid #003366;
	border-right: 5px solid #003366;
}

#top{
	height: 190px;
	width: 890px;
	background-image: url(img/sfondo_top.jpg);
}

#top_img{
	height: 170px;
	width: 890px;
}

#top_logo{
	width: 220px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
	float: left;
	clear: none;
}

#top_img_banner{
	width: 670px;
	height: 170px;
	float: left;
	clear: none;
}

#top_menu{
	height: 20px;
	width: 890px;
	background-color: #003366;
}

/************************************************* CSS MENU TOP  *******************************************************/

#ul_voce_menu{
	margin: 0px;
	height: 20px;
	padding-left: 240px;
}

#ul_voce_menu li{
	float: left;
	list-style: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
}

#ul_voce_menu li a{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#ul_voce_menu li.this{
	float: left;
	list-style: none;
	background-image: url(img/sfondo_menu_in.jpg);
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	display: block;
}

#ul_voce_menu li.this a{
	font-family: arial;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/************************************************* FINE CSS MENU TOP  **************************************************/


#menu{
	float: left;
	clear: none;
	width: 220px;

	background-color: #F0EEEF;
	padding-top: 10px;
	padding-bottom: 200px;
	border-right: 1px solid #C6C6C6;
}

#corpo{
	float: left;
	clear: none;
	width: 640px;
	/* top: 192px;
	left: 221px; */
	padding-top: 10px;
	padding-bottom: 10px;
}

#bottom{
	border-top: 1px solid #C6C6C6;
	clear: both;
	width: 890px;
}

#bottom_dentro{
	padding: 20px;
	font-size: 10px;
	width: 849px;
}

#bottom_left{
	float: left;
	clear: none;
	width: 420px;
}

#bottom_right{
	float: left;
	clear: none;
	text-align: right;
	width: 400px;
}

/************************************************* FINE CSS MENU SOTTO MENU LEFT   *******************************************************/

#ul_menu_sec{
	margin: 0px;
	width: 220px;
	/* background-color: #FF6600; */
	padding-left: 0px
}

#ul_menu_sec li{
	margin: 0px;
	padding: 0px;
	display: block;
	line-height: 38px;
	width: 220px;
	height: 38px;
	background-image: url(img/sfondo_menu_left_out.jpg);
}

#ul_menu_sec li a{
	font-family: thaoma;
	font-size: 12px;
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 38px;
	padding-left: 40px;
}

#ul_menu_sec li a:hover{
	font-family: thaoma;
	font-size: 12px;
	color: #4A4A4A;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	width: 220px;
	height: 38px;
	padding-left: 40px;
}

#ul_menu_sec li.this{
	list-style: none;
	background-image: url(img/sfondo_menu_left_out.jpg);
	line-height: 38px;
	width: 220px;
	display: block;
}

#ul_menu_sec li.this a{
	font-family: thaoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 40px;
}

#ul_menu_sec li.this a:hover{
	font-family: thaoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-left: 40px;
}

/************************************************* FINE CSS MENU SOTTO MENU LEFT  **************************************************/




h1{
	font-family: arial;
	font-size: 18px;
	color: #019733;
	margin: 0px;
	margin-bottom: 5px;
}

h2{
	font-family: arial;
	font-size: 14px;
	color: #777777;
	margin: 0px;
	margin-bottom: 5px;
}

p{
	font-family: arial;
	font-size: 12px;
	/* color: #8C8787; */
}

ol, dd, dt, ul, li{
	font-family: arial;
	font-size: 12px;
	/* color: #8C8787; */
}

td{
	font-family: arial;
	font-size: 12px;
	/* color: #8C8787; */
}

.approfondimento{
	font-family: arial;
	font-size: 12px;
	color: 4CBDF7;
	font-weight: bold;
}

.BloccoNews{
	background-image: url(img/divisoria_contenuti.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 30px;
	padding-left: 20px;
}



