/* CSS Document */

html, body { width: 100%; height: 100%; }
	
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 74%;
	text-align: center;
	color:#000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	line-height: 135%;
	}

a {
	/*text-decoration: none;*/
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	}

a:hover { /*text-decoration: underline;*/ }

h1, h2, h3, h4, h5, h6, p, blockquote { margin: 0; padding: 0; }

blockquote { margin-left: 3em; }

li { margin-bottom: 1em; }

hr { color: #EC8A00; background-color: #EC8A00; height: 1px; clear: both; }

div#centrami {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 420px;
	margin-left: -375px; /* half of width */
	margin-top: -210px;  /* half of height */
	/*background-color:#CCCCCC;*/
	}

#home {
	position: relative;
	margin: 0px auto;
	width: 750px;
	}


/* contenitore pagine interne */
div#contenuti {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 750px;
	clear: both;
	padding-bottom: 15px;
	border-left: 1px solid #EC8A00;
	border-right: 1px solid #EC8A00;
	}



div#centrale {
	width: 730px;
	padding: 10px;
	}

div#centrale p { margin-left: 15px; }

h1 {
	font-size: 150%;
	font-family: Georgia, Times, serif;
	text-align:center;
	color: #0000A0;
	margin-bottom: 1.5em;
	background-color: #F2F2F2;
	background-image: url(../ima/bg-titoli-h1.gif);
	}
	
h2, h3, .bold {
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3366FF;
	margin-bottom: 0.5em;
	}
.titcentr1{
	text-align:center;
	}
.titcentr2{
	text-align:center;
	font-weight:normal;
	padding-top:10px;
	display:block;
	clear:both;
	}


p { margin-bottom: 1em; clear: both; }

.edboardcentro {
	width: 730px;
	position: relative;
	visibility: inherit;
	text-align:center;
}
.edboardsx, .edboarddx {
	width: 365px;
	float: left;
	position: relative;
	visibility: inherit;
}

.listalettere {
	list-style-type: lower-alpha;
}

.indexsx { width: 90%; float:left; }
.indexdx { width: 10%; float:left; }

.index {
	font-size: 110%;
	font-weight: bold;
	color: #3366FF;
}
#footer {
	font-size: 10px;
}
