body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* layout */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
div#main {
	padding: 0 220px 0 12em;
	background-image: url(../img/linea_v.png);
	background-repeat: repeat-y;
	background-position: 12em;
	width: auto;
}
div#main1 {
	background-image: url(../img/linea_v.png);
	background-repeat: repeat-y;
	background-position: right;
	width: auto;
}
div#top {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	width: 100%;
	height: 41px;
	text-align: right;
	padding-top: 40px;
	background-color: #eeeeee;
	background-image: url(../img/accessibilita_webG.png);
	background-repeat: no-repeat;
}
div#mid {
	width: 100%;
	height: auto;
}
div#midLeft {
	float: left;
	position: relative;
	z-index: 0;
}
#colCentral {
  float: right;
  width: 100%;
}
#colLeft {
	float: left;
	margin-left: -12em;
	z-index: 10;
	position: relative;
	width: 12em;
	overflow: hidden;
}
#colRight {
	float: right;
	margin-right: -220px;
	z-index: 11;
	position: relative;
	width: 220px;
	overflow: hidden;
}
#midBot {
	width: 100%;
	position: relative;
	height: 1px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
div#bot {
	font-size: 60%;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: left;
	padding-top: 5px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* format elementi */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.headR {
	color: #d60000;
	font-size: 110%;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 20px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sezione sinistra */
#menuL {
	background-color: #CCCCCC;
	color: #000066;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 75%;
}
#menuL UL {
	margin: 0;
	padding-left: 22px;
	padding-bottom: 0px;
} 
#menuL UL LI {
	padding-right : 2px;
	padding-left : 0px;
	padding-bottom : 0;
	padding-top : 0;
	list-style-type : none;
	font-weight: bold;
	list-style-image: url(../img/ind_menu.png);
	list-style-position: outside;
	margin: 0px 0px 20px;
} 
.sezioneL {
	color: #000066;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 75%;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 5px;
	margin-right: 5px;
}
.sezioneL UL {
	margin: 0;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-right: 10px;
} 
.sezioneL UL LI {
	padding-right : 2px;
	padding-left : 0px;
	padding-bottom : 0;
	padding-top : 0;
	list-style-type : disc;
	font-weight: bold;
	margin: 0px 0px 10px;
} 
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sezione centrale */
#barra {
	font-size : 0.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0em;
	margin-right: 0em;
	clear: left;
	padding-left: 5px;
	padding-top: 50px;
	padding-bottom: 5px;
	background-image: url(../img/accessibilita_webG.png);
	background-repeat: no-repeat;
	background-position: -200px -87px;
	background-color: #eeeeee;
} 
#barra UL {
	margin: 0;
	padding: 0px;
} 
#barra UL LI {
	padding-right : 2px;
	display : inline;
	padding-left : 2px;
	padding-bottom : 0;
	padding-top : 0;
	list-style-type : none;
	font-weight: bold;
	margin: 0;
} 
#testo {
	padding: 10px;
	height: auto;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* sezione destra */
#menuR {
	background-color: #CCCCCC;
	color: #000066;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 75%;
}
#menuR UL {
	margin: 0;
	padding-left: 22px;
	padding-bottom: 0px;
} 
#menuR UL LI {
	padding-right : 2px;
	padding-left : 5px;
	padding-bottom : 0;
	padding-top : 0;
	list-style-type : none;
	font-weight: bold;
	margin: 0px 0px 20px;
} 
table#contatti {
	padding: 0px;
	margin: 0px;
}
table#contatti td {
	padding: 10px 5px 5px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* definizioni attributi generali */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.invisibile {
	display : none; 
} 
hr {
	display: none;
}
.sottile {
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	border-top: 1px solid #000066;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img.w3c {
	margin-bottom: 4px;
	margin-left: 10px;
}


h2 {
	font-size: 250%;
	font-weight: bold;
	color: #555555;
}

a {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	color : #ffffff; 
	background-color : #003399; 
}
a:active {
	color : #ffffff; 
	background-color : #003399; 
}
form {
	font-size: 100%;
}
input {
	font-size: 100%;
}
