/* Elementi di base */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}


body {
	color: #9DA6B5;
	font: normal 62.5% Tahoma,sans-serif;
	background-color: #BAC8CB;
}

p,ul {
	padding-bottom: 1.2em;
}
a {
	text-decoration: none;
	color: #ebf400;
}
a:hover {
	text-decoration: none;
	color: #ebf400;
}
h1 {
	font-family: Tahoma, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 4px;
}

li {
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


blockquote2 {
	font-weight: bold;
	color: #666666;
}



h1,h2,h3 {padding-top: 6px;}

/* Elementi personalizzati
   Questi elementi servono a collocare correttamente 
   gli elementi principali all'interno della gabbia strutturale */

.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.floatleft {
	float: left;
}

img.floatright {
	float: right;
}

/* Elementi della gabbia strutturale */
.container {
	background: #fff;
	font-size: 1.2em;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-top: 2px;
	margin-top: 0px;
}

/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.top {
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-decoration: none;
}

/* Intestazione
   L'intestazione e' composta da 2 righe ciascuna di una sola colonna */
.header {
	background: #FFF;
	height: 310px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	padding-bottom: 6px;
}

.header .row_spot {
	color: #ebf400;
	background-color: #BAC8CB;
	height: 25px;
	text-decoration: none;
}

.header .row_spot img {
	float: right;
}

.header .row_spot h1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.header .row_top {
	margin-bottom: 10px;
	height: 52px;
	background-color: #663333;
	color: #663333;
}

.header .row_top h1 {
	line-height: 50px;
	padding: 0 16px;
	background-color: #9DA6B5;
/*	background-image:*/
	background-repeat: no-repeat;
}

.header .row_bottom {
	margin-bottom: 5px;
	color: #ebf400;
	height: 220px;
}

.header .row_bottom h1 {
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 100px;
	text-align: left;	
	padding: 0 16px;
}

/* Corpo Principale */
.main {
	margin-top: 3px;
	border-top: 4px #fff;
}

/* Contenuti - 2 colonne nella pagina */
/* Menu navigazione laterale - Colonna a sinistra della pagina */
.nav {
	float: left;
	width: 22%;
	background-color: #ebf400;
}
.nav ul {
	padding: 0;
	border-top: 2px solid #BAC8CB;
}
.nav li {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ebf400;
	border-right-color: #ebf400;
	border-bottom-color: #ebf400;
	border-left-color: #ebf400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.nav li a {
	font-size: 1.1em;
	color: #666;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.nav li a:hover {
	background: #BAC8CB;
	color: #666666;	
}

/*  */
.colonna2 {
	width: 75%;
	margin-right: 0;
	margin-bottom: 10px;
	padding-top: 0px;
	float: right;
	padding-bottom: 0px;
}
	
/* Colonna destra */
/* Contenuti - 2 colonne nella pagina */
/* Menu navigazione laterale - Colonna a sinistra della pagina */
.colonna3 {
	float: right;
	width: 27%;
	background-color: #ebf400;
	margin-left: 0%;
}
.colonna3 ul {
	padding: 0;
	border-top: 2px solid #BAC8CB;
}
.colonna3 li {
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ebf400;
	border-right-color: #ebf400;
	border-bottom-color: #ebf400;
	border-left-color: #ebf400;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border-left-width: 2px;
}
.colonna3 li a {
	font-size: 1.1em;
	color: #666;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.colonna3 li a:hover {
	background: #BAC8CB;
	color: #666666;	
}
.colonna3 .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}

/* Contenuti - Colonna a sinistra della pagina */

.content {
	float: left;
	width: 68%;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: ebf400;
	position: relative;
}
.content2 {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BAC8CB;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: ebf400;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content h3 {
	margin-bottom: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9A9CA6;
}

.content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666;
}

.content .box {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
.content3 {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BAC8CB;
	position: relative;
}
.content3 .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content3 li {
	list-style: circle;
	line-height: 1.3em;
	margin-left: 18px;
}

.content3 h3 {
	margin-bottom: 4px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9A9CA6;
}

.content3 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #666;
}

.content3 .box {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
img {


	
}


/* Elemento che incorpora l'intestazione e serve per distanziare  
   la gabbia strutturale dal bordo superiore della finestra */
.bottom {
	padding: 0 10px 50px;
}

/* Pie' di Pagina, chiusura pagina */
.footer {
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 760px;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #DBDCE5;
	font-family: "Lucida Sans Unicode", sans-serif;
	color: #333333;
	font-size: 8pt;
	line-height: 10px;
	text-align: center;
	font-weight: normal;
}
.footer a,.footer a:hover {
	color: #333333;
}
