#divLeft {
	float: left;
	width: 180px;
	display: none;
}

.divClearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#divHeader {
	width: 100%;
	text-align: center;
}
#divMain {
}

#divFooter {
	text-align: center;
}

#divFooterLinks {
	display: none;
}

.copyright, .copyright a:link, .copyright a:visited {
	font-size: 11px;
	color: #999999;
}

.copyright a:hover {
	font-size: 11px;
	color: #999999;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
}
.ulList {
	list-style-type: none;
	margin-left: 5px;
}

.ulSubList {
	list-style-type: none;
	margin-left: 15px;
}

.TitoloIniziativa {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.TitoloDelSito {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.BoxMenuTitle {
	font-weight: bold;
	font-size: 10pt;
	color: #CC0033;
	background-image: URL(images/box_title.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	height: 20px;
}
.BoxMenuBody {
	background-color: #009900;
}
.BoxMenuBody a:link, .BoxMenuBody a:visited {
	text-decoration: none;
	color: white;
}

.BoxMenuBody a:hover {
	text-decoration: underline;
	color: red;
}

a:link, a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
}

.rssLink {
	display: none;
}