@charset "utf-8";


a.black:link {
	color: #333333;
	text-decoration: none;
}
a.black:visited {
	color: #666666;
	text-decoration: none;
}
a.black:hover {
	color: #000000;
	text-decoration: none;
}
a.black:active {
	text-decoration: none;
}

a.grey:link {
	color: #999999;
	text-decoration: none;
}
a.grey:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.grey:hover {
	color: #006600;
	text-decoration: none;
}
a.grey:active {
	text-decoration: none;
}

a.green:link {
	color: #009900;
	text-decoration: none;
}
a.green:visited {
	color: #006633;
	text-decoration: none;
}
a.green:hover {
	color: #00CC00;
	text-decoration: none;
}
a.green:active {
	text-decoration: none;
}
a.green_small:link {
	color: #009900;
	text-decoration: none;
	font-size: xx-small;
}
a.green_small:visited {
	color: #006633;
	text-decoration: none;
	font-size: x-small;
}
a.green_small:hover {
	color: #00CC00;
	text-decoration: none;
	font-size: x-small;
}
a.green_small:active {
	text-decoration: none;
	font-size: x-small;
}


* {
	margin: 0px;
	padding: 0px;
}
#sheet {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#sheet #header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 100px;
}
#sheet #header #logo {
	float: left;
	height: 78px;
	width: 150px;
	overflow: hidden;
	margin-left: 1px;
}

#sheet #header #slogan {
	float: right;
	width: 650px;
	height: 35px;
	margin-top: 34px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
#sheet #space {
	height: 10px;
}

#sheet #menu {
	height: 29px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	margin-top: 10px;
}

#sheet #menu #menu_voci {
	float: left;
	width: 210px;
	height: 20px;
	margin-top: 5px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#sheet #menu #altre_voci {
	float: right;
	width: 380px;
	font-family: Verdana;
	font-weight: bold;
	color: #CCCCCC;
	height: 20px;
	margin-top: 5px;
	overflow: hidden;
}
#sheet #sottomenu_img {
	background-image: url(../images/img_mission.png);
	background-repeat: no-repeat;
	height: 217px;
}
#sheet #sottomenu_img #sottomenu {
	float: left;
	width: 152px;
	font-family: verdana;
	font-weight: bold;
	height: 216px;
}
#sheet #sottomenu_img #section {
	float: right;
	height: 216px;
	width: 603px;
}

#sheet #sottomenu_img #textonimg {
	float: left;
	height: 208px;
	width: 150px;
	color: #FFFFFF;
	font-family: verdana;
	font-weight: normal;
	font-size: medium;
}
#sheet #sottomenu_img #categoria {
	float: right;
	height: 160px;
	width: 370px;
}

#sheet #content {
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
}
#sheet  #content  #column_left  {
	float: left;
	width: 250px;
	margin-left: 179px;
	height: 400px;
	font-family: verdana;
	color: #000000;
	font-size: medium;
	overflow: hidden;
}
#sheet #content #column_right {
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	margin-left: 180px;
}
#sheet #content #column_right #graphic_content {
	margin: 0px;
	padding: 5px;
	background-image: url(../images/graphic_content5.png);
	background-repeat: no-repeat;
}



#sheet #content_bottom {
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/strip.png);
	background-repeat: repeat-y;
}
#sheet #content_bottom #bottom_content {
	width: 606px;
	height: auto;
	margin-left: auto;
	font-family: verdana;
	color: #CCCCCC;
	font-weight: bold;
	font-size: small;
	margin-right: auto;
}
#sheet #content_bottom #bottom_subcontent {
	height: auto;
	color: #006600;
	font-family: arial;
	font-weight: normal;
	width: 606px;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
}


#sheet #footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 24px;
}
#sheet #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #FFFFFF;
	margin: auto;
}

.Title {
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}
.Subtitle {
	color: #FFFFFF;
}
.grey {
	color: #999999
}
.Green_title {
	font-size: x-large;
	font-weight: bold;
	color: #006600;
}
#sheet #content #column_right #map {
	height: 375px;
	width: 425px;
	margin-left: auto;
	margin-right: auto;
}
#sheet #sottomenu_img #sottomenu div #sfondo_menu {
	background-color: #E8EBEE;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 4px;
}
