@charset "utf-8";
body  {
	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: #ABCDEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left;
	border: 1px solid #666666;
	padding:8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #FFFFFF;
	background-color: FFFeFe;
} 
.twoColFixLtHdr #masthead {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	/*	background-image: url(immg/contenitore1.jpg); */
background-color:#FFFFFF;
	border: 1px solid #666666;
	padding:8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #container2 {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	/*	background-image: url(immg/contenitore1.jpg); */
background-color:#FFFFFF;
	border: 1px solid #666666;
	padding:8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
} 
.twoColFixLtHdr #header h1 {
	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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 15px;
	padding-left: 1px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
	background-color: #FFFFFF;
	background-image: url(immg/testata1.jpg);
	bottom: 0px;
	position: static;
	padding: 1px 1px 0px;
	page-break-after: auto;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
	background-color: FFFFFF;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0E368B;
	border-right-color: #0E368B;
	border-bottom-color: #0E368B;
	border-left-color: #0E368B;
} 
.twoColFixLtHdr #pagecell1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0E368B;
	border-right-color: #0E368B;
	border-bottom-color: #0E368B;
	border-left-color: #0E368B;
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color:  #908474;
	color:#aa1111;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px;
}
.twoColFixLtHdr #footer  a:hover {

	background-color: #DCEDE5;
	color:#FF0000;

	
} 
.twoColFixLtHdr #footer a, a:visited{
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	color: #003399;
	text-decoration:none;
	
	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.h_mnu_01{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_01 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #908474;
	border-top-width: 1px;
	border-right-width: 1;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.h_mnu_01 ul li{
display: inline;
}
.h_mnu_01{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}



.h_mnu_01 ul li a{
	float: right;
	color: #111111;
	background-color: #FEDCBA;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.h_mnu_01 ul li a:visited{
color: #111111;
background-color:#907000;
}

.h_mnu_01 ul li a:hover, .h_mnu_01 ul li .selected{
	color:#004080 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
}
/**********                        ************/
.h_mnu_02{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.h_mnu_02 ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 890px;
	background:  #dddddd;

	border-top-width: 1px;
	border-right-width: 1;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000
}

.h_mnu_02 ul li{
display: inline;
}
.h_mnu_02{
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}



.h_mnu_02 ul li a{
	float: left;
	color: #dddddd;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

.h_mnu_02 ul li a:visited{
color: #FFFFFF;
background-color:#DCEDE5;
}

.h_mnu_02 ul li a:hover, .h_mnu_01 ul li .selected{
	color:#004080 !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFFFFF;
}
/************** .feature styles ***************/
.feature3{
	padding: 0px 0px 10px 10px;
	font-size: 95%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	width: 400px;
}

.feature3 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 95%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	background-color: FFFFFF;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}
.feature1 h4{
	padding: 30px 0px 5px 0px;
	text-align: left;
	font-size: 110%;
	font-weight: bold;
	color:#003366;
}
.feature img{
	float: inherit;
	z-index: auto;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */
/************** .feature1 styles ***************/

.feature1{
	padding: 0px 0px 10px 10px;
	font-size: 95%;
	text-align: left;
	border: thin solid #999999;
	background-color: FFFFFF;
}

.feature1 h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature1 img{
	float: left;
	z-index: auto;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 110%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
}

.story p{
	padding: 0px 0px 10px 0px;
}
/******************** .story fine **************/
/**************** scelta di titoli e affini *************/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
/****************** FINE TITOLI *************/
/************* #breadCrumb styles *************/




/************** .feature styles ***************/
/************  MENU VERTICALE *********/
#v_mnu_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#v_mnu_01 {
	width: 200px;
	margin: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

#v_mnu_01 li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
#v_mnu_01 .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#v_mnu_01 li a:link, #v_mnu_01 li a:visited {
	color: #FFFFFF;
	display: block;
	background-color:#908474 ;
/*	background-image:url(immg/barra_menu.gif); */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#v_mnu_01 li a:hover {
	color: #000066 ;
	background:  #FFFFFF;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	}
/************** FINE MENU VERTICALE ***********/
/*********** #sectionLinks styles ***********/

#breadCrumb{
	position: static;
	color:#000000;
	margin: 10px;
	padding: 5px;
	font-size: 80%;
	font-weight:bold;
	background-color: #FFFFFF;
	top: 5px;
	bottom: 5px;
	clip: rect(auto,auto,auto,auto);
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #0000FE;
	
}


#breadCrumb a:link{
	
	border-top: 1px solid #cccccc;
	width: 100%;
	

}
#breadCrumb a:visited{
	
	
	
}

#breadCrumb a:hover{
	
color: #004080;
	background-color:#FFFFFF;
	
	
}


[if IE]>
<style type="text/css" media="screen">
#v_mnu_01 ul,#v_mnu_01 ul li a{ height: 1%}
</style>
<![endif]
