/*impostazioni generali*/
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-image: url(img/000099.gif);
	background-repeat: repeat-y;
	background-color: White;
	background-position: -125px;
	border-top: 1px solid #000099;
}
.nascosto {
   display: none;
}
.blu {
	color: #000099;
	height: 1px;
	margin: 5px;
}
.centro {
	text-align: center;
}
.right {
	float: right;
	margin: 3px;
}
.left {
	float: left;
	margin: 3px;
}
.boxleft {
	float: left;
	width: 48%;
	padding: 3px 3px 3px 3px;
	background-color: White;
}
.boxright {
	float: left;
	width: 48%;
	padding: 3px 3px 3px 3px;
	background-color: White;
}
a.a1:link, a.a1:visited, a.a1:active {
	font-size: 75%;
	color: Black;
	font-weight: bold;
}
a.a2:link, a.a2:visited, a.a2:active {
	font-size: 95%;
	color: Black;
	font-weight: bold;
}
a.a3:link, a.a3:visited, a.a3:active {
	font-size: 115%;
	color: Black;
	font-weight: bold;
}
h1 {
	font-variant: small-caps;
	color: #000099;
	font-size: 200%;
	margin: 0em 0em 0em 5px;
	line-height: 75px;
}
h2 {
	font-size: 120%;
   font-variant: small-caps;
   margin:0;
}
h3 {
	font-size: 100%;
	font-variant: small-caps;
	border-top: 1px solid #656565;
	border-bottom: 1px solid #003399;
	background-color: #DCDCDC;
	color: #003399;
	margin: 3px 0px 3px 0px;
	padding: 3px 0px 3px 0px;
	text-align: left;
}
h4 {
	font-size: 80%;
	margin: 0px;
	color: #000099;
}
h5 {
	font-size: 80%;
	margin: 0px;
	color: #000099;
}
img {
	border: 0px;
	background-image: url(img/load.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.img_cornice_left {
	border: 1px solid #003399;
	float: left;
	margin: 3px;
}
a:link, a:visited, a:active {
	color: Blue;
	text-decoration: none;
}
a:hover {
	color: Maroon;
	text-decoration: underline;
}

/*struttura*/
#main {
	padding: 0px 0px 0px 0px;
	background-image: url(img/stemma-riflesso.jpg);
	background-repeat: no-repeat;
	background-position: -125px 0px;
}
#testa {
	margin: 0px 0px 0px 0px;
}
#titolo {
	background-color: #F2F2F2;
	background-image: url(img/titolo.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 76px;
	height: 75px;
}
#visualizzazione {
	display: none;
}
#navigazione {
	margin: 0px 0px 0px 76px;
	padding: 1px 0px 1px 5px;
	background-color: White;
	border-top: 1px solid #000099;
}
#corpo {
}
#menu {
	display: none;
}
#bacheca {
	display: none;
}
#contenuti {
	margin: 0px 20px 0px 76px;
	padding: 30px 15px 3px 15px;
	background-color: White;
}
#slide {
	display: none;
}
#note {
	border-top: 1px solid #000099;
	border-bottom: 1px solid #000099;
	background-image: url(img/000099.gif);
	background-repeat: repeat-y;
	background-position: -125px;
	background-color: #F2F2F2;
	padding: 5px 0px 5px 76px;
	text-align: center;
	clear: both;
	color: #000099;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
