body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(immagini/bg_all.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(immagini/bg_all.gif);
	background-position: top center;
	background-repeat:repeat-y;
	text-align:center;
}

 #navBar2 {
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:750px;
	text-align:center;
	position:relative;
	background-image:url(immagini/bg_button.gif);
	background-position:bottom center;
	background-repeat:repeat-x;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
}


 #navBarSx {
	background-image:url(immagini/button_sx.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	height:37px;
}


 #navBarDx {
	background-image: url(immagini/button_dx.gif);
	background-position: bottom right;
	background-repeat:no-repeat;
	height:37px;
	vertical-align:middle;
}

 #navBarDx #dc { width: 140px; height:37px; position: relative;}

.navUp {
	margin-left: 0 auto;
	margin-top:36px;
	vertical-align:top;
	position:relative;
}

.nav1 {
	margin-left: 0 auto;
	padding-top:36px;
	padding-left:34px;
	vertical-align:top;
	position:relative;
	height:100%;
}


.btNavUp1 {
float: left;
margin-right:5px;
margin-left:3px;
margin-bottom:0px;
margin-top:0px;

}

.oneColFixCtr #mainTop {
	padding: 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.oneColFixCtr .generiContent {
	margin: 10 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:14%;
	padding-right: 6%;
}

/* ------- parte alta dello specchietto contenitore ----- */
.boxSmall {
	background-image:url(immagini/islandGrey/island_middleUp.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

 .boxSmall_left {
	background-image: url(immagini/islandGrey/island_dxUp.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
}
.boxSmall_right {
	background-image: url(immagini/islandGrey/island_sxUp.gif);
	background-position: top right;
	background-repeat:no-repeat;
	height:19px;
}


/* ------- parte bassa dello specchietto contenitore ----- */
.boxSmall_Dw {
	background-image: url(immagini/islandGrey/island_middleDw.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

 .boxSmall_Dw_left {
	background-image: url(immagini/islandGrey/island_sxDw.gif);
	background-position:top left;
	background-repeat:no-repeat;
	
}
.boxSmall_Dw_right {
	background-image: url(immagini/islandGrey/island_dxDw.gif);
	background-position: top right;
	background-repeat:no-repeat;
	height:19px;
}

.boxSmallMiddle {
	background-color: #E2E4E6;
	border-left: solid 1px #20344C;
	border-right: solid 1px #20344C;
	padding: 3px 10px;
	
}


.titleBox {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#001e46;
	letter-spacing: 2px;
	text-align:left;
}

.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	padding: 4px 0px;
	text-align:left
}
.textBox a:link, .textBox a:visited { color:#000000; text-decoration:none; }
.textBox a:hover {color:#04A1FF; text-decoration:underline; }

.textBox img {
	margin: 2px 5px 3px 0px;
}

.textBox ul {
line-height:12pt;
vertical-align:top;
list-style: square;}


.news1 { background-color:#ACCCE6; display:block; padding:3px 3px; text-align:left color:#333333; border-bottom:solid 2px #e2e4e6;}
.news2 {  background-color:#8cb0c9; display:block; padding:3px 3px; text-align:left; border-bottom:solid 2px  #e2e4e6;}

.footer {
	height:18px;
	margin: 0 auto;
	text-align:left;
	padding: 15px 3px 5px 3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	
	
}

.footer a:link, .footer a:visited { text-decoration:none; color:#FFFFFF;}
.footer a:hover { text-decoration:underline; color:#04A1FF;}

.copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#04A1FF;
	font-size:10px;
	text-align:left;
}

.emailHome {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size:12px;
	text-align:right;
	padding-right:4px;
	font-weight:bold;
}

.emailHome a:link, .emailHome a:visited {
	color: #0066CC;
	text-decoration:none;
}

.emailHome a:hover {
	color: #0099FF;
	text-decoration:underline;
}
