body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	background-image: url(immagini/sfondo1.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #ABB6C6;
}
p,h1,h2,h3,h4 {margin:12px 0px;}
strong,em,h1,h2,h3,h4 {color:#2D407F;}

h1 {font-size:16px}
h2 {font-size:13px}
h3 {font-size:12px}
ul {margin:0px; padding:0px}
li {margin:6px 20px; padding:0px}
#outframe {
	width: 776px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	overflow:visible;
	padding:0px;
}
#ombraLeft {float:left;}
#ombraRight {float:right;}
#ombraLeft, #ombraRight, #outframe {height:420px;}
#sommario, #contenuto {height: 205px;}
#ombraLeft, #ombraRight {width:28px;}
#ombraLeft {
	background-image:url(immagini/ombraLeft.png);
	background-position:0px 0px;
}
#ombraRight {
	background-image:url(immagini/ombraRight.png);
	background-position:top right;
}
#ombraSotto {
	width:100%;height:20px;
	background-image:url(immagini/ombraSotto.png);
	background-position:top center;
}
/**/
#frame {
	background-color: #F6F7FA;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 720px;
}
#topMenu {
	background-color: #FFAE00;
	height: 16px;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#topMenu img {margin:3px;}
#logo,#menu {
	background-image: url(immagini/sfondo2.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
}
#logo {	height: 94px;}
#menu {height: 32px;}
#sommario, #contenuto {
	background-color: #F6F7FA;
	background-repeat:repeat-y;
	background-position:right;
	display: block;
	overflow: auto;
	padding: 18px;
}
#sommario {
	background-image:url(immagini/sfondoSommario.png);
	float: left;
	width:260px;
}
#sommario ul {
  list-style: none;
  margin-left: 10px;
}
#sommario li {
  margin-bottom: 10px;
}
#contenuto {
	background-image:url(immagini/sfondoContenuto.png);
	float: right;
	width:385px;
}
a:link,a:visited {
	color: #6F7DA8;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

.newsData { font-style:italic; }
.newsTitle, .docTitle { font-weight:bold;}
.newsDescr, .docDescr {font-style:italic;font-weight:bold;}
.newsText, .docText {}
#submenu{
  padding:2px;
  border-bottom:1px solid #6F7DA8;
  height:1.4em;
  /* display:none; */
}
#submenu a{
	font-size:12px;
	margin: 0px 10px;
	font-weight:bold;
}