/*
	blu scuro background							: 0E2645
	azzurro background								: 20589F
	rosso logo												: C42318
	verde logo												: 2C6526
	bianco logo												: FFFFFF
	giallo														: FFFF66
	testo															: E0E0D8
*/

/* ------------------------------------- standard tags section */
html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
}
body {
	background-color: #0E2645;
	color: #E0E0D8;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-style: italic;
	font-weight: 300;
	line-height: 150%;
}
h1, h2, h3 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	margin: 30px 0px 10px 0px;
	font-size: 130%;
	font-style: normal;
	border-bottom: 2px solid #E0DFD7;
}
h2 {
	color: #FFFFFF; 
	margin: 30px 0px 10px 0px;
	font-size: 120%;
	font-style: normal;
}
h3 {
	color: #FFFFFF;
	margin: 30px 0px 10px 0px;
	font-size: 110%;
	font-style: normal;
}
a:link, a:visited {
	color: #FF8000;
	text-decoration: none;
	}
a:hover, a:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
b {
	color: #FFFF66;
	font-weight: 500;
	}	
img {
	border: none;
}


/* ------------------------------------- structure section */
#wrapper {
	position: relative;
	background-color: #20589F; 
	background-image: url(../images/topback.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 780px;		/* width setting recommended */
	text-align: left;	/* align left to fix the previous IE css bug */
	margin: 5px auto 5px auto;		/* zero margin top/bottom, auto margin for left/right */
	text-align: left; 	/* ripristinato allineamento del testo */
	padding: 0px;
	height: auto;
	border: 1px solid #0D3357;
}
#leftBox {
	background-image: url(../images/leftarea.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 210px;
	height: 707px;
	margin: 30px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	}
#rightBox {
	width: 530px;
	margin: 270px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	background-color: transparent;
	padding: 5px 5px 5px 5px;
	border: none;
	text-align: justify;
}
#footer {
	clear: both;
	width: 768px;
	height: 20px;
	text-align: center;
	color: #266DAF;
	padding: 1px 5px 1px 5px;
	margin: 10px 0px 5px 0px;
	background-color: #E0DFD7;
	border: 1px solid #C7C6C0;
}


/* ------------------------------------- structure section */
#navigation {
	margin: 28px 0px 0px 13px;
	width: 170px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}
#navigation ul.nav {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#navigation li.nav a {
	text-decoration: none;
	margin: 1px 1px 1px 0px;
	padding: 6px 7px 4px 4px;
	color: #0E2645;
	background: transparent;
	background-image: url(../images/menuback.gif);
	width: 100%;
	border: 1px solid #1D3448;
	display: block
}
#navigation li.nav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
	background-image: url(../images/menuback-h.gif);
	border: 1px solid #1D3448;
}


/* ------------------------------------- personal class section */
.imgfloatright {
	float: right;
	margin: 5px 0px 5px 10px;
	}
.imgfloatleft {
	float: left;
	margin: 5px 10px 5px 0px;
	}
.smallitalic {
	font-size: 80%;
	font-style: italic;
	color: #000080;
	}	
.smallnormal {
	font-size: 90%;
	}	
.font80 {
	font-size: 80%;
	}	
.font90 {
	font-size: 90%;
	}	
.ta_justify {
	text-align: justify;
	}	
.ta_left {
	text-align: left;
	}
.ta_center {
	text-align: center;
	}
.ta_right {
	text-align: right;
	}		
.borderOn {
	border: 1px solid #B3B3B3;
	}
.borderOff {
	border: none;
	}
.sidebarul {
	list-style: none;
	margin: 10px 0px 0px 40px;
	}

