@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #003366;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menu_navigazione {
	padding-right: 3px;
	padding-left: 3px;
}

.oneColFixCtrHdr #header {
	background-color: #003366;
}
.oneColFixCtrHdr #header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFBF0;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-color: #003366;
	text-align: left;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFBF0;
	text-decoration: none;
}
.service {
	COLOR: #FFFBF0;
	FONT-SIZE: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.service:link {
	COLOR: #FFFBF0; TEXT-DECORATION: none
}
A.service:visited {
	COLOR: #FFFBF0;TEXT-DECORATION: none
}
A.service:hover {
	COLOR: #FFFBF0; TEXT-DECORATION: underline
}
.navigazione {
	COLOR: #FFFBF0;
	FONT-SIZE: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.navigazione:link {
	COLOR: #FFFBF0; TEXT-DECORATION: none
}
A.navigazione:visited {
	COLOR: #FFFBF0;TEXT-DECORATION: none
}
A.navigazione:hover {
	COLOR: #FFFBF0; TEXT-DECORATION: underline
}
.nav2 {
	LINE-HEIGHT: 25px; WIDTH: 223px; COLOR: #5b5f62; FONT-SIZE: 11px !important
}
.nav2 A:link {
	BACKGROUND-COLOR: #edeff0; PADDING-LEFT: 10px; DISPLAY: block; COLOR: #003366; TEXT-DECORATION: none
}
.nav2 A:visited {
	BACKGROUND-COLOR: #edeff0; PADDING-LEFT: 10px; DISPLAY: block; COLOR: #003366; TEXT-DECORATION: none
}
.nav2 A:hover {
	BACKGROUND-COLOR: #003366; PADDING-LEFT: 10px; DISPLAY: block; COLOR: #ffffff; TEXT-DECORATION: none
}.style8 {
	font-size: 11px;
	color: #003366;
}
.styleRoman {
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 17px;
	color: #666;
}
