/***************************************************************
IMPAGINAZIONE SU 2 COLONNE PIU HEADER E FOOTER
***************************************************************/
body {
	background-color: #FFFFCC;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(Immagini/CorpoBlu.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 10px;
}

#banner {
	padding: 0px;
	margin-bottom: ;
	background-color: rgb(213, 219, 225);
	background-image: url(Immagini/HeaderBluIndirizzo.jpg);
	background-repeat: no-repeat;
	min-height:160px;
	height: auto !important;
	height: 160px;
}

#content {
	padding: 0px;
	margin-left: 150px;
	margin-right: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5b5555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	min-height:400px;
	height: auto !important;
	height: 400px;
}


#sidebar-a {
	float: left;
	width: 150px;
	margin: 0;
	margin-right: ;
	padding: 0px;
	
}
#footer {
	clear: both;
	padding: 0px;
	background-image: url(Immagini/FooterBlu.jpg);
	background-repeat: repeat-y;
}
#under-footer {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-style: italic;
}
/***************************************************************
MENU A SCOMPARSA VERTICALE
***************************************************************/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 148px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A6A6;
	}

ul li {
	position: relative;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	background-color: #4f7897;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6A6A6;
	border-right-color: #A6A6A6;
	border-bottom-color: #A6A6A6;
	border-left-color: #A6A6A6;
	font-weight: bold;
	}
ul li a:hover {
	display: block;
	text-decoration: none;
	color: #FF0000;
	padding: 5px;
	background-color: #A6A6A6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A6A6A6;
	border-right-color: #A6A6A6;
	border-bottom-color: #A6A6A6;
	border-left-color: #A6A6A6;
	}
li:hover ul, li.over ul {
	display: block;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
li ul a{
	position: relative;
	background-color: #B2B2B2;
	margin-left: 5px;
	}
li ul {
	position: relative;
	display: none;	
	}
/***************************************************************
FORMATTAZIONE GRAFICA
***************************************************************/
.SfondoGiallo {
	text-transform: uppercase;
	background-color: #FFFF00;
	padding: 5px;
}
.Bordo {
	border: 2px dashed #000000;
	font-weight: bold;
	margin: 5px;
	background-color: #FFB9B9;
}


.corsivo {
	font-style: italic;
}
.Grassetto {
	font-weight: bold;
}
.Titolo {
	background-color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.Rosso {
	color: #FF0000;
}
.Rosso18 {
	font-weight: bold;
	color: #FF0000;
	font-size: 18px;
	text-decoration: underline;
}
.Nero14 {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}

#footer a:hover {
	color: #FF0000;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#content a:hover {
	color: #FF0000;
}

#content a {
	color: #000000;
	text-decoration: none;
}




