body {
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	color: Black;
	background-color: #ffffff;
	margin: 30px;
}

a {
	color: Blue;
	border-bottom: 1px dashed Blue;
	text-decoration: none;
}

a:hover {
	color: Red;
	border-bottom: 1px dashed Red;
	text-decoration: none;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 150%;
	border-bottom: 1px solid Navy;
	color: Navy;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	border-bottom: 1px solid Navy;
	color: Navy;
}

#headerBox {
	height: 4em;
	padding-top: 10px;
	border-top: 1px solid Navy;
	border-bottom: 1px solid Navy;
}
  
#layoutBox {
	float: left;
	border-bottom: 1px solid #5A799D;
	background-color: #FFFFFF;
	padding: 10px;
}

#menuBox {
	float: left;
	width: 15em;
	margin: 10px 0 0 0;
	text-align: justify;
}

#footerBox {
	height: 1em;
	text-align: center;
	font-size: 90%;
	clear: both;
	color: #858e97;
}

.title {
	font-family: helvetica, arial, sans-serif;
	font-size: 300%;
	font: bold;
	font-weight: lighter;
	font-style: normal;
	color: Navy;
	line-height: 0.9em;
	vertical-align: middle;
	padding: 5px;
}

.citazione {
/*	height: 1em; */
	font-size: 90%;
	color: #858e97;
}

.menuGroup {
	padding: 0 0 0 0;
	margin-bottom: 10px;
}

.menuGroup a {
	color: Blue;
	text-indent: 3em;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

.menuGroup a:hover {
	color: Red;
	border-bottom: 1px dashed Red;
	text-decoration: none;
}


.imagefloat {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.1em;
}

.image {
	margin-bottom: 0.1em;
}

.image a {
	border-bottom: none;
}

.image a:hover {
	border-bottom: none;
}

.positionbar {
	text-align: right;
	color: White;
	padding: 5px;
}

.positionbar a {
	color: White;
	border-bottom: solid White;
}

.positionbar a:hover {
	color: Red;
	border-bottom: solid Red;
}

.news {
	padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
	font-size: 90%;
}

#main {
	margin: 9px 0 0 16em;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;	
	text-align: justify;

}