/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
	margin: 0;
	padding:0
}

body{
	font-family: Trebuchet MS;
	font-size: 80%;
	text-align: center
}

div#container{
	position:relative; 
	width: 99%;
	margin: 0 auto;
	text-align: left;
 	background-color: #fff;	
}

/*stili generici, su header e footer*/
div#header{
	background-color:#fff;
	color: #000;
	height: 4em;
}

h1,h2{
	margin: 0;
	padding:0
}

h1{
	padding-left:0.5em;
	font: bold 1.3em/40px arial,serif
}

h1.hp{
	padding-left:0em;
	font: bold 1.1em/35px verdana;
	line-height: normal;
	color: #fff;
	text-align: center;		
}

h2{
	color: #fff;
	font: bold 1em verdana;
}

h3{
	color: #fff;
	font: bold 0.9em verdana;
}

div#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline
}

/*stili specifici per il layout*/
div#navigation{
	float: left;
	left: 0;
	padding-left: 3em;
	width: 15%;
	background-color: #fff;
	color: #174E8E;
	font: bold 1.1em/1.5em verdana;
	text-decoration: none;
	font-variant: small-caps;
	font-stretch: expanded;		
}

div#content{
	margin-left: 16em;
	padding: 1em;
	background-color: #174E8E;
	background-image: url(img/bgcontent.gif);
	background-repeat: no-repeat;	
	color: #fff;	
}

div#content a{
	color: #fff;
	text-decoration: underline;			
}

div#content a:hover{
	color: #fff;
	text-decoration: none
}

div#content a#activelink{
	color: #fff;
	text-decoration: none
}

div#content2{
	margin-left: 16em;
	padding: 1em;
	background-color: #286500;
	background-image: url(img/bgcontent2.gif);
	background-repeat: no-repeat;	
	color: #fff;	
}

div#content2 a{
	color: #fff;
	text-decoration: underline;			
}

div#content2 a:hover{
	color: #fff;
	text-decoration: none
}

div#content2 a#activelink{
	color: #fff;
	text-decoration: none
}

div#footer{
	text-align:center; 
	padding: 0.5em;
   background-color: #69c; 
	color: #000
}

p.centrato {
	text-align: center;
}

p.destra {
	text-align: right;
}

a img{
  	border-width: 0px;
	margin-top: 0em;	  	    
}

img.left {
	padding: 0px 10px 3px 0px; 
	float: left;
}

img.right {
	padding: 0px 0px 3px 10px; 
	float: right;
}

table.tabella1 {
	width: 90%;
	background : #174E8E;
	border: thin;
	border-style: solid;
	border-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;	
}

table.tabella1 th {
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #174E8E; 
	color: #fff;
	border: thin;
	border-style: solid;
	border-color: #fff;
}

table.tabella1 td {
	width: auto;
	text-align: center;
	vertical-align: top;
	color: #fff;
	border: thin;
	border-style: solid;
	border-color: #fff;
}

table.tabella1 td.sx {
	width: 25%;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	border: thin;
	border-style: solid;
	border-color: #fff;
}

table.tabella1 td.dx {
	width: 75%;
	text-align: left;
	vertical-align: top;
	color: #fff;
	border: thin;
	border-style: solid;
	border-color: #fff;
}

table.tabella2 {
	width: 95%;
	background : #286500;
	border: thin;
	border-style: solid;
	border-color: #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;	
}

table.tabella2 th {
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #286500; 
	color: #fff;
	border: thin;
	border-style: solid;
	border-color: #fff;
}

table.tabella2 td {
	width: auto;
	text-align: center;
	vertical-align: top;
	color: #fff;
	border: thin;
	border-style: solid;
	border-color: #fff;
}

/*stili per la navigazione*/
div#navigation ul{
	margin: 1em 0 1em 1em;
	padding: 0; 
	list-style-type: none;
}

div#navigation li{
	margin: 0;
	padding: 0
}

div#navigation a{
	color: #174E8E;
	font: bold 1.1em/1.5em verdana;
	text-decoration: none;
	font-variant: small-caps;
	font-stretch: expanded;	
}

div#navigation a:hover{
	color: #174E8E;
	text-decoration: underline
}

div#navigation a#activelink{
	color: #174E8E;
	text-decoration: none
}

div#navigation a.aria{
	color: #286500;
	font-size: 1em;
	font-family: Arial;
	text-decoration: none;
	font-variant: small-caps;
	line-height: normal;		
}

div#navigation a:hover.aria{
	color: #286500;
	text-decoration: underline
}

div#navigation a#activelink.aria{
	color: #286500;
	text-decoration: none
}

