/************** PARAMETRI PRINCIPALI **************/
body {
	font-family: Verdana;	
    color: #2E2012;
    font-size: 10pt;  
  	background: #A0A192;         		    
}

img   {border:none;}

small {font-size: 7.5pt;}
big {font-size: 18pt;}

a {text-decoration:none;}
a:hover{text-decoration:underline;}

td {font-size: 8pt;	
	text-decoration: none;}
td a{color: 2E2012;
	 text-decoration: none;}
td a:hover{text-decoration:underline;}

/**************** Quadrizzazione Principale **************************/
.body-canvas {width: 770px;}

.contentBox {
	position: absolute;
	left:150px;
	top:146px;
	width: 620px;
	border-left: 1px solid Gray;
	margin-left: 5px;
	padding: 10px 0 10px 10px;
}
.topBox {
	position:absolute;
	top:0px;
	left:0px;
	width:770px;
	height:136px;
	padding:0;
	margin:0;
	border-top: 1px solid Gray;	
}
.bannerBox {
	position:absolute;
	top:30px;
	left:0px;
	width:602px;
	height:110px;
}
.adBox {
	position:absolute;
	top:78px;
	left:230px;
	width:488px;
	height:60px;
	background: #2D2DB3;
}

.logoBox {
	position:absolute;
	top:0px;
	left:602px;
	width:168px;
	height:140px;
}
.leftBox {
	position:absolute;
	top:145px;
	left:0;
	width:150px;
	padding-left:5px;
	text-align: left; 
}

.leftBox a {
	font-size: smaller;
}


.rightBox{
	position: absolute;
	left: 455px;
	top:0px;
	width: 160px;
	background: white;
	border-left: 1px solid black;
	margin-left: 5;
	margin-top: 5;
	padding: 10px 0 10px 10px;
	color: Gray;
}

.newsBox{
	position: relative;
	left: 2px;
	top:10px;
	width: 150px;
	background: white;
	border-top: 1px solid Grey;
}

.helpimgBox{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	height: 40px;
	background: white;
}

.rightBoxImg{
	text-align: left;
}

.rightBoxText{
	width: 130px;
	color: #5A5A5A;
}
.imagesBox{
	position: relative;
	left: 0px;
	top: 0px;
	width: 430px;
	height: 330px;
	background: white;
	margin-left: 5;
	margin-top: 5;
	padding: 10px 0 10px 10px;
/*	text-align: center; */
}

.centralBox {
	position: absolute;
	width: 450px;
	/*height: 100px;*/
	margin: 0;
	padding: 5;
	text-align: center;
	color: #708090;
	text-decoration: none;
	border-top: 1px solid silver;
	background: white;
	font-size: 7pt;

}
.content{
	min-height:350px;  
}
.content h1{
	font-size: 16pt;
	margin: 10px 0 10px;
	color: #EAF8AD;
	text-align: center;	
	font-family: Verdana;
	font-weight: normal;
}
.content h2{
	font-size: 13pt;
	font-family: Verdana;
	font-weight: Bold;
	text-align: center;
	margin: 18px 0 10px;
	color: blue;
}
.content h3{
	font-size: 10pt;
	font-family: Verdana;
	margin: 10px 0 10px;
	border: #FFD700;
	color: red;
	text-decoration: underline;
}
.content h4{
	font-size: 9pt;
	font-family: Verdana;
	margin: 10px 0 10px;
	border: #FFD700;
	color: blue;
	text-decoration: none;
}
.content li{
	list-style: url(../images/bullet.gif);
	vertical-align: baseline;
	height: 25px;
	padding-top: 5px;
	color: Gray;
	margin-left: 25px;
}
.content li a{
	text-decoration: none;
	color: Gray;
}
.content li a:visited{
	text-decoration: none;
	color: Gray;
}
.content li a:hover{
	color: #FFD700;
	background-color: Gray;
}

.contentFrame {
	position: absolute;
	width: 150px;
	height: 100px;
	margin: 0;
	padding: 5;
	text-align: center;
	color: #708090;
	text-decoration: none;
	border: 1px solid white;
}

.contentFrame a {
	display: block;
	text-decoration: none;
	border: 1px solid white;
}

.contentFrame a:visited {
	color: Gray;
}

.contentFrame a:hover {
	border: 1px solid #B0C4DE;
}

.BottomBox {
	border-top: 1px solid gray;
	/* margin: static; */
	font-size: 7.5pt;
}

/***************** Menù di sinistra ***********************/

.menuLeft {
	width: 100px;
}
.menuLeft ul{
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
.menuLeft a {
	text-decoration: none;
	color: #EAF8AD;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid Gray;
	padding: 8px 4px 8px 4px;
	width:140px;
	font-size: 8pt;
}
.menuLeft a:hover {
	text-decoration: none;
	background-color: #77786D;
/*	border-bottom: 1 solid Gray */
}

/********************** Menù footer **************************/

.menuBottom {
	margin-bottom: 1px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}
.menuBottom ul {
	padding-left:0;
	margin-left:0;
}
.menuBottom li {
	display: inline;
	list-style-type: none;
}
.menuBottom a {
	padding: 3px 10px;
	border-right: 1px solid gray;
}
.menuBottom a:link,
.menuBottom a:visited {
	color: #EAF8AD;
	text-decoration:none;
}
.menuBottom ul li a:hover { 
	text-decoration:underline;
	background-color: #77786D;
}

/***************** varie ******************/


	

