body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:justify;
	}

/******** H4 usato per le news **********/
h4 {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:5px;
	text-align:justify;
	border:1px solid #23408e;
	background-color: #ebeae8;
	
	}
	

/*
makes Mozilla set p margin to 0 and text-indent 	
#Content>p {margin:0px;}
#Content>p+p {text-indent:0px;}
*/

/*equivalent to the previous for Mozilla, 
Explorer understands only the first of the two*/
#Content p {margin:0px;}
#Content p+p {text-indent:0px;}

a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {background-color:#eee;
	color: #23408e;
}

#Header {
	font-size:11px;
	text-decoration:none;
	font-family:verdana, arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	
	height:45px; 
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:30px;
	background-color:#23408e;


/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:45px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:45px;}



div#Header p{
	padding: 2px 0px 0px 0px;
	line-height: 13px;
	color:#FFFFFF;

}

/******** Link sup **********/

#Link {
	padding: 2px 2px 2px 2px;
	position: absolute;
	color:#000000;
	right: 5px;
	top: 93px;
	float: right;
}


/******** Loghi sup **********/
#loghi_dx img {
	text-align: left;
	left: 0;
	top: 0px;
	margin: 0px 5px 0px 0px;
	border:0px;
	padding-right:0px;
	padding-top:0px;
	float:right;
	background-color:#FFFFFF;
}
#loghi img {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	padding: 0px 0px 0px 0px;


}

#loghi_sx img {
	text-align: left;
	left: 0;
	top: 0;
	margin: 0px 0px 0px 5px;
	

}


/******** Content e vari stili **********/

#Content {
	margin:0px 30px 30px 200px;
	padding:10px;
	}
#Content h3{
	color:#23408e;
	font-size: 13px;
	border-bottom:1px solid #23408e;
	letter-spacing:1px;
	}

#Content h5{
	color:#23408e;
	font-size: 13px;
	text-align:center;

	}

#Content a {
	text-decoration:underline;
	color:#000000;
	font-size:12px;
	}

.grass  {
	color:#23408e;
	font-weight: bold;
	}




/********* Menu e vari stili ***********/

#Menu {
	position:absolute;
	top:140px;
	left:2px;
	width:150px;
	padding:10px;
	background-color:#FFFFFF;
	border-right:1px solid #23408e;
	line-height:17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#Menu ul
{
list-style: none;
margin: 0;
padding: 0;
}

#Menu ul li
{
margin: 0;
padding: 0;
}

#Menu ul li a
{
display: block;
width:150px;
border-bottom: 1px dashed #999;
text-decoration: none;
padding: 5px 0 2px 4px;
color: #666;
border-left:1px solid #FFFFFF;
font-size:11px;

}



#Menu a:hover
{
color: #000;
background-color: #eee;
border-left:1px solid #23408e;
}
#Menu a:active
{
color: #23408e;
background-color: #eee;
border-left:1px solid #23408e;
}

#Menu h3 {
	font-size:14px;
	font-family:"Trebuchet MS", sans-serif;
	}

#Menu hr {color: #23408e }


#Menu img {
	border:1px solid #23408e;
	margin: 0px 0px 0px 40px;
}

/********* Stile edizione precedente ***********/

div#prec {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:3px;
	text-align:justify;
	border:1px solid #23408e;
	background-color: #ebeae8;
	text-align:center;
	}
div#prec a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
div#prec a:link {color:#09c;}
div#prec a:visited {color:#07a;}
div#prec a:hover {background-color:#eee;
		border-left: none;
		color: #23408e;
		}
