.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	/*text-align: justify;*/
	background-color: #ffffff;
}

.forTextsAvvisi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000ae;
	line-height: 20px;
	/*text-align: justify;*/
	background-color: #ffffff;
}

#paginaWeb {
	
	height: 100%;
	width: 90%;
}

#testata {
	height: 12%;
	width: 100%;
	float: left;
	background-image: url(../images/top_bg.gif);
  	background-repeat: repeat-x;
}

#wwwmoro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #084A8D;
	background-color: #ffffff;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	height: 60%;
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
  bottom: -20px;
}

#ic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #084A8D;
	letter-spacing: -1px;
	text-align: center;
	background-color: #ffffff;
	font-variant: small-caps;
	height: 60%;
	font-weight: bold;
	margin-left: 8px;
	width: 33%;
	float: left;
	overflow: hidden;
	position: relative;
  bottom: -20px;
}

#logo {
	background-color: transparent;
	height: 100%;
	width: 15%;
	float: right;
	text-align: right;
	overflow: hidden;
}

#menuBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	text-align: left;
	height: 4%;
	float: left;
	text-indent: 18%;
	width: 100%;
	background-image: url(../images/menu_bg.gif);
  	background-repeat: repeat-x;
  	padding-top: 3px;
}
 	
#menuBar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffcc67;
}

#left {
	height: 76%;
	width: 18%;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	border-bottom: thin #cccccc solid;
}

#avvisi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: -1px;
	color: #000000;
	background-color: #ffcc67;
	height: 40%;
	width: 98%;
	float: left;
  	overflow: auto;
  	padding: 2px 2px 2px 4px;
	margin-left: 1px;
  	background-image: url(../images/post_it_testa.gif);
   	background-repeat: no-repeat;
}

#menuLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #084A8D;
	letter-spacing: -1px;
	background-color: #ffffff;
	height: 55%;
	width: 98%;
	float: left;
	padding: 2px 2px 2px 2px;
  	margin-top: 3px;
	margin-left: 1px;
}

#menuLeft a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffcc67;
	display:block;
}

#content {
	height: 76%;
	width: 80%;
	float: left;
	overflow: auto;
	padding-left: 6px;
	padding-right: 5px;
	padding-top: 5px;
	border-left: thin #cccccc dotted;
	border-bottom: thin #cccccc solid;
}

#subfooter {
	background-color: transparent;
	text-align: left;
	float: left;
	height: 6%;
	width: 100%;
	padding-top: 2px;
}