html{
	height:100%;
}
body
{
height:100%;
}

/*html body #Container {
height:100%;
}*/

/* html body form #Container {
height:100%;
} */

body {
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #003399;
}

/* ------------------------------
 Testata		    					
------------------------------ */
#Header 
{  
   background-color: #1366B3;
   width:100%;
   height: 110px;
   margin: 0;
   border: 0;
   position :static;
}

/* ------------------------------
Menu	    					
------------------------------ */
#Menu 
{  
   background-color: #ff6600;
   width: 100%;
   border: 0;
	padding-top: 6px;
	text-indent: 10px;
   text-align: left; 
	height: 24px;
   font-size: 1.0em;
	font-weight: bold;
   position :static;
	color: #fff;
}
/* -------------------------------------- 
  Titolo pagina			    					 
 ------------------------------------- */
#TitleBox
{
	font-size: 0.9em;
	font-weight: bold;
	margin-right: 10px;
	text-align: right;
}
/* -------------------------------------- 
  Inclusore			    					 
 ------------------------------------- */
#Container
{
	position:relative;
	width: 100%;
	text-align: justify;
}

/* -------------------------------------------------------- 
  Contenitore box a sinistra	(tool box)	    					 
 ------------------------------------------------------- */

#LeftBox
{
    margin-left: 2px;
	width:180px;
	color: #003399;
	border: 0;
	padding: 5px;
	/*position:absolute;
    top:0; 
	left:0; */
	float: left;
	background-image: url(../img/grey_BE.jpg);
	background-repeat: repeat-y; 
}
/* --------------------------------------------------------- 
  Box Contenuti			    					 
  ------------------------------------------------------*/

#CenterBox
{
	background-color: transparent;
	font-size: 1.0em;
	line-height: 1.2em;
	border: 1px #1366b3 solid; 
	margin: 0 5px 0 192px;
	padding-left: 10px;
	padding-right: 10px;
	color: #003399;
}


/* -------------------------------------------------------- 
  Contenitore box accessibilità
 ------------------------------------------------------- */

#Accessibility
{
	padding-top: 5px;
	text-indent: 15px; 
	width: 95%;
	vertical-align: middle;
	text-align: right;
	height: 25px;
}


/* -------------------------------------------------------- 
  Contenitore box loghi
 ------------------------------------------------------- */

#Bottom
{
	width: 100%;
	background-color: #1366b3;
	vertical-align: middle;
	text-align: left;
	height: 100px;
	bottom: 0;
}

/* ------------------------------
 Immagini in Tabella Iniziative		    					
------------------------------ */
#ImgIni 
{  
   position: relative;
   margin-top: 0;
   margin-left: 0;
   margin-bottom: 0;
   margin-right: 3px;
   padding-top: 0;
   padding-left: 0;
   padding-bottom: 3px;
   padding-right: 3px;
}


/*#nonFooter
{
position: relative;
min-height: 100%;
}

html #nonFooter
{
height: 100%;
}
*/
#footer
{
clear: both;
margin-top: 0;
}

