html, body, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0; 
}

ul
	{margin:0; padding:0 0 0 0px;}
	
li  {padding:3px; margin:0 0 0 20px;}

body {
  /*padding: 0 380px; *//* the critical side padding that sets the natural min-width! */ 
 /* color: #000; */
  font-family:  verdana, georgia, sans-serif; 
   /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
 /* width: 100%;*/ /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left; /* resets the default text alignment for the page */
	/*max-width: 120px;*/
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	/*margin: 0 -380px; *//* neg side margin values should be < or = to side body padding */
	/*min-width: 670px; *//* This prevents Safari from losing the negative margins in narrow windows */
	position: relative; /* makes #expander visible outside #sizer in IEwin */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  /*border: 3px solid #EA9544;*/
  /*border-width: 4px 2px;*/
  font-size: 11px; /* set global font-size here */ 
  position: relative;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */

.outer {
 /* border-left: 2px solid #EA9544;*/ /*** Critical left divider dimension value ***/
/*  border-right: 2px solid #EA9544;*/ /*** Critical right divider dimension value ***/
  /*margin-left: 170px;*/    /*** Critical left col width value ***/
 /* margin-right: 170px; */   /*** Critical right col width value ***/
}

.float-wrap {
  /*float: left;
  width: 99%;
  margin: 0 -1px 0 0;*/
}

.center {
/*  float: right;
  width: 99%;*/
  position: relative; /* Needed for IE/win */
}

.left {
display:none;
  float: left;
  position: relative; /* Needed for IE/win */
  width: 173px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  margin-left: -171px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
display:none;
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 173px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-right: -171px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.centerbox {
  /*font-weight: bold;*/
  /*text-align: justify;*/
/*  overflow: visible;
  width: 100%;*/
}

.container-left {
  margin-right: 3px; /*** Critical left divider dimension value ***/ 
  /*color: #ffc;*/
}

.container-right {
  margin-left: 3px; /*** Critical right divider dimension value ***/ 
  /*color: #ffc;	*/
	padding-bottom: 80px; /* makes room for the froggy */
}

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */



/*************** Header and Footer elements *****************/


.header {
position:relative;
  height:110px;
  text-align:center;
  /*width: 100%;*/
/*  color: #b33;*/
  padding: 0px 0;
 /* background: url(../images/jello1.gif) no-repeat 50px 7px;*/
} /* "jello" BG is made to be in fixed position here */

/*\*/
* html .header {background-position: 0px 0px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {/*color: #373;*/} 

.footer {
  /*width: 100%;*/
  font-size: 10px;
  font-weight: normal;
  /*color: #944;*/
  clear: both;
  padding: 5px 0 15px;
  position: relative;
  text-align: center;
}

.footer p {margin: 10px 0 0 20px; text-align: center; /*color: #383;*/}

/*.footer hr {
  color: #944;
	margin: 0;
	background: #944;
	height: 5px;
}*/

.froggy {
position: absolute;
top: -65px;
right: -10px;
}


/************** Spacing controls for various column contents ***************/

.textpadder {padding: 8px;}

.textpadderhome	{padding: 0 8px 8px 8px;}

/************** Generic Rules *************/

a, a:link, a:visited {color: #3399CC; /*vertical-align: bottom;*/}

p  {margin: .8em 0; font-size:11px; font-weight:normal; text-align:justify;}
/*
h1 {margin: 0 auto; padding:20px 0 0px 0; font-family: georgia, verdana, sans-serif;}
*/
h2 {
  color: #F45E12;
  font-family: Century Gothic, Tahoma, sans-serif;
  font-size: 18px; 
  text-align: left; 
  padding: 3px 0; 
  margin: 0 0px 0 0px; 
  font-weight:bold;
  border-bottom:2px solid #F45E12;
  /*color: #eec;*/
  /*font-family: tahoma, arial, sans-serif;*/
}

.centerbox h2 {/*color: #500;*/}

/*h3 {
margin: 1em 0 .3em;
}*/

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}


/************** Fancy Nav Buttons *************/

.sidenav 
	{
	margin: 1px 0px;
	list-style: none;
	padding: 0;
	}

.sidenav li 
	{
	font-weight:bold;
	margin:0px 0 10px 18px;
	padding: 0px 0 0 0px;
	line-height:18px;
	}
	
.sidenav li.titolo
	{
	font-weight:bold;
	margin:0px 0 10px 0px;
	padding:0px;
	}
	
.sidenav li.titolo a, .sidenav li.titolo a:link, .sidenav li.titolo a:visited
	{
	display: block; 
  	text-decoration: none;
  	padding: 0px 0px 0px 0px;
  	font-family: arial, sans-serif;
  	font-size: 11px;
  	font-weight: normal;
  	margin:0px 0 0px 0px;
	color: #c1c1c1;
	line-height:18px;
	}
	
.sidenav li.titolo span
	{
	padding:0px;
	text-align:center;
	margin:0 0 0 10px;
	}

.sidenav li.titoloesploso
	{
	margin:0px 0 10px 0px;
	padding:0px;
	background:orange;
	}
	
.sidenav li a {
  display: block; 
  text-decoration: none;
  padding: 0px 0px 0px 10px;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight:bold;
  margin:0 0 0px 0px;
}

.sidenav li a span
	{
	font-weight:bold;
	 padding:0;
	 margin: 0px 5px 0px 0px;
	 color: #4c4c4c;
	}

.sidenav li a.current span {
/* margin: 0px 5px 0px 10px;*/
color:#3399cc;
}

.sidenav li.livello2 a
	{
	 padding: 0px 0px 0px 0px;
	 margin:0 0 0px 0px;
	}
	
.sidenav .riservatoinsegnanti
	{
	margin:0px 0 10px 0px;
	padding:0px;
	}


/************** Special Fixes *************/

/*.outer {word-wrap: break-word;}*/
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img {max-width: 100%;} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -4px;}
/* */

.left {margin-right: -1px;}

.right {margin-left: -1px;}
 
/*\*/
* html .left {margin-right: -2px;}
/* */

/*\*/
* html .centerbox .textpadder {padding: 8px 8px 8px 5px;}
* html .centerbox .textpadderhome {padding: 0px 8px 8px 5px;}
/* IEwin produces extra space to the right of the justified text, and this fudges it away */



/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  /*background: #833; */
  cursor: pointer;
	margin: 5px;   
}


