@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
   color: #555555;
   font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
   font-size: 75%;
   background-color: #555; }

a {
   text-decoration: underline;
   color:#95b804;
   font-weight: bold; }

a:hover {
   color: #95b804;
   text-decoration: underline; }

p {
   margin-bottom: 10px; }






/*******************************************	BARRE LATERALI ***********************************/

.SidebarItem{
   background: transparent url(img/sidebartop.png) no-repeat;
   height: 25px; 
   padding: 12px 0 10px 0; 
   margin: 0 0 10px 0;
   color:#FFFFFF;
   }

.SidebarBody {
   background-color: #333; 
   color: #ccc;
   padding: 5px;}

/*******************************************	FINE BARRE LATERALI ***********************************/


/***********************************************	DIV CONTENITORI ****************************/

#outerwrapper {
   width: 960px; 
   background-color: #fff;
   margin: 5px auto;
   line-height: 1.4em;
   color: #404040; 
   height: auto;   
   }
   
 #box {
   width: 960px; 
   background-color: #FF0000;
   height:1500px;
    
   }
 
#contentleft {
   margin-left: 15px;
   float: left;
   width: 260px; }
  
#sidebarwrapper { 
	text-indent:20px;
	margin-top:20px;
	float:right;
	margin-right:15px;
   width:650px; }
   /*
.left { 
   float: left; 
   margin-left: -5px;}
.right { 
   float: right;
   margin-right: 5px; }
   */
 #menu_gen {
  	width:260px;
	height:1500px;
	margin-left:10px;
 }
  #menu_econ {
 	width:200px;
	height:400px;
	margin-left:10px;
 }
 #menu_form {
 	width:200px;
	height:450px;
	margin-left:10px;
 }
 #menu_inf {
 	width:200px;
	height:600px;
	margin-left:10px;
	}
	
 #menu_let {
 	width:200px;
	height:700px;
	margin-left:10px;
	}
		
 #menu_lin {
 	width:200px;
	height:450px;
	margin-left:10px;
	}
	
#menu_med {
 	width:200px;
	height:2000px;
	margin-left:10px;
	}
	
	#menu_mot {
 	width:200px;
	height:450px;
	margin-left:10px;
	}
	
	#menu_sci {
 	width:200px;
	height:450px;
	margin-left:10px;
	}
	
 #candidati{
 	float:right;
	margin-top:10px;
 	width:650px;
	margin:0 10px 10px 0;
	}

	#link{
	margin: 20px 20px 20px 20px;
	background-color:#CCCCCC;
	}

/***********************************************	FINE DIV CONTENITORI ****************************/





/***********************************************	DIV NAVIGATION ********************************/

#navigation {
   width: 960px;
   height: 23px;
   }
   /*
#navbar_link {
   height: 23px;
   float: left; }

#navigation #navbar_link ul {
   float: left;
   height:23px;
   width: 100%;
   list-style-type: none; }

#navigation #navbar_link ul li a { per inserire i link bisogna fare un elenco puntato <ul><li></ul> 
   padding: 3px 15px;
   color: #fff;
   line-height: 1.5em;
   float: left;
   text-decoration: none;
   font-size: 0.95em;
   font-weight: bold; }

#navigation #navbar_link ul li a.currentpage { /* colora il link della pagina corrente 
   color: #95b804; }
   
#navigation #navbar_link a:hover, #navigation #navbar_link ul li a.currentpage:hover {  cambia immagine passando spora il mouse 
   text-decoration: none;
   color: #222;
   background: #ddd url(img/nav.png) center -26px repeat-x; }
 
 
 
 /***********************************************	FINE DIV NAVIGATION ********************************/



/***************************************************	DIV BANNER *********************************/
#banner {
   height: 93px;
   width: 960px;
   background: #555 url(img/ban.png) no-repeat; }
/***************************************************	FINE DIV BANNER *********************************/




/****************************************************** DIV IDENTITY ****************************************/
#identity {
   background: transparent url(img/banner_deco.png) 0px 10px no-repeat;
   margin: 5px 0 0 20px; 
   height: 85px;
   width: 410px;
   border: 5px;
   float: left; }

#identity h1 {
   font-size: 1.5em;
   color:#FFFFFF;
   padding: 15px 0 0 75px; }

#identity p.head2 { /*stile paragrafo*/
   color: #a8d200;
   font-size: 0.9em; 
   padding-left: 75px; 
   font-weight: normal;
   line-height: 1.7; }
/***************************************************** FINE DIV IDENTITY ****************************************/




/***************************************************** 	STILI TITOLI ***********************************************/
h2 {
   font-size: 1.1em;
   font-weight: bold;
   line-height: 1.2;  }
h2{
   font-size: 1.2em;
   font-weight: bold;
   line-height: 1.2;  
   padding: 0 0 0 7px;
   }
h3 {
   font-size: 1.1em; 
   display: block; 
   margin: 10px 0; } 
h4 {
   margin-bottom: 15px; 
   font-size: 10pt; 
   font-weight: bold; }
/***************************************************** 	FINE STILI TITOLI ***********************************************/





/****************************************************** Footer DIV FINALE ***************************************************/
#footer {
   clear:both;
   background: transparent url(img/footer.png) top center repeat-x;
   width: 960px; 
   color: #fff;
   height: 38px;
   font-size: 0.8em;
   margin: 0px auto; 
      }
#footer p { /*stile paragrafo (<p> </p>) */
   font-weight: bold;
   border-top: 1px solid #aaa;
   padding: 15px 0 5px 5px; }
/**************************************************	FINE footer div finale **********************************************/





/*************************************************	STILE TABELLA **********************************/
table {
   border-collapse: collapse; 
   margin: 10px auto 15px auto;
   border: 1px solid #111; 
   cellspacing="1";}

th {
   background: #333; 
   height: 25px; 
   padding: 0 10px;
   color: #ffffff; 
   text-align: left; }

td {
   padding: 0 10px; 
   height: 25px; }

tr.odd {
   background: #efefef; }

tr.even {
   background: #cfcfcf; }
/*************************************************	FINE STILE TABELLA **********************************/




/********************************************	POSIZIONAMENTO IMMAGINI DESTRA*SINISTRA	*********************************/

img.float-right {
   margin: 5px 0px 5px 15px; 
   float:right; }
img.float-left {
   margin: 5px 10px 5px 0px;
   float:left; }
/********************************************	FINE POSIZIONAMENTO IMMAGINI DESTRA*SINISTRA	*********************************/





/**************************************************	STILE BLOCKQUOTE *****************************************/
blockquote {
	margin: 10px 0 0 0; 
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #afafaf;
	line-height: 1.6em;
	}
/**************************************************	FINE STILE BLOCKQUOTE *****************************************/


   