body 
	{ 
		font-family: trebuchet ms, verdana, sans-serif;
		font-size: 12px;
		line-height: 1.5em; 
		color: #333; 
		background:#EFEFEF;
		margin: 0;
		padding: 0;
		text-align: center;
	}

p 
	{ 
		margin-top: 0px; 
	}
	
h3 
	{ 
		font: bold 140% trebuchet ms;
		letter-spacing: -1px; 
		margin-bottom: 0; 
		color: #c96;
	}
	
a:link 
	{ 
		text-decoration: none;
		border-bottom: 1px dotted #369; 
		color: #369;
	}
	
a:visited 
	{ 
		text-decoration: none;
		border-bottom: 1px dotted #369; 
		color: #369;
	}
	
a:hover, a:active 
	{ 
		text-decoration: none;
		border-bottom: 1px solid #036; 
		color: #036;
	}

/* ---( specific divs )----------------------------- */

#container 
	{
		position: relative;
		background:#FFFFFF url(fade.gif) no-repeat 0 92px;
		margin: 0 auto 10px auto;
		border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		text-align: left;
 		width: 800px;
	}

#pageHeader
	{
		height: 92px;
		background: url(top.gif) no-repeat top left;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1, #pageHeader h2 span
	{ 
		margin: 0;
		padding: 0;
		display: none;
	}
	
#pageHeader h2 
	{ 
		position: absolute;
		top: 95px;
		left: 9px;
		padding: 0;
		margin: 0;
		background: url(tagline.gif) no-repeat top left;
		width: 488px;
		height: 57px;
	}

/* ---( quick summary)---------------------------- */

#quickSummary 
	{
	position: absolute;
	top: 151px;
	right: 280px;
	left: auto;
	z-index: 2;
	width: 298px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 300px;
	height: 52px;
	}

html>body #quickSummary
	{
  		width: 522px;
	} 

#quickSummary p 
	{
		margin: 15px 15px 15px 15px; 
		font-style: italic;
		font-size: 140%; 
		font-family: "trebuchet ms";
		font-weight: bold;
		line-height: 1.5em;
		color: #444;
	}

#quickSummary p.p2 
	{
		font-style: normal;
		font-weight: normal;
		font-size: 100%;
		margin-top: 0;
	}

#preamble 
	{
		margin: 104px 340px 0px 20px;
	}
	
#supportingText 
	{
		padding-left: 20px; 
		margin: 0 350px 40px 0;
	}

#footer 
	{ 
		border-top: 1px dotted #CDC4AC;
		padding-top: 6px;
		text-align: center;
	}
	
#footer a:link, #footer a:visited 
	{ 
		margin-right: 6px;
	}

/* ---( right side nav)----------------------------- */

#linkList 
	{
	position: absolute;
	top: 152px;
	right: 0px;
	left: auto;
	width: 277px;
	padding: 0;
	border-left: 1px solid #CDC4AC;
	border-bottom: 1px solid #CDC4AC;
	background:#FA6523;
	z-index: 1;
	height: 536px;
	}
	
#linkList2 
	{ 
		margin: 190px 15px 15px 15px; 
	}

#linkList h3
	{
		color:#030303;
		font-family: trebuchet ms;
		font-size: 120%;
		margin: 0 0 6px 0;
		padding: 0;
	}	
	
#linkList ul
	{
		margin: 0px;
		padding: 0px;
	}
#linkList li
	{
		display: block; 
		margin-bottom: 2px;
		padding-left: 14px;
		background: url(arrow.gif) no-repeat 0 5px;
		list-style-type: none;
	}
	
#linkList li a:link
	{ 
		color: #c96;
		border-bottom: none;
	}
	
#linkList li a:visited
	{
		color: #c96;
		border-bottom: none;
	}
	
#linkList li a:hover
	{
		color: #963;
	}




#lselect
	{
		padding: 12px 0 12px 0;
		border-top: 1px dashed #CDC4AC;
		border-bottom: 1px dashed #CDC4AC;
	}
	
#lresources
	{
		margin-top: 12px;
	}

/*stili per la navigazione*/
div#navigation {	
					list-style: none;
					margin: 0;
					padding: 7px 0;
					font-weight: bold;
					font-size:24px
					border-bottom-width:thick;
    				text-align:left
					white-space: nowrap;
					}

div#navigation li{display: inline;margin: 0 10px}

div#navigation a{text-decoration: none;padding: 0 0 3px;
    			border-bottom: 4px solid #FFF;color: #999}

div#navigation a#current{border-color:#FA6523; color:#FA6523}

div#navigation a:hover{border-color:#FA6523; color:#FA6523}

A.stra4 {
					DISPLAY: block; 
					text-align:center; 
					padding-left:4px;
					padding-top:20px; 					
					width:200px; 
					margin-right:2px;  
					line-height:25px; 
					height:30px; 
					border-bottom:1px solid #fff; 
					text-decoration:none; 
					background-color:#FA6523; 
					color:#FFFFFF; 
					float:left;
					font-size:14px;
					}

A.stra4:hover {
					TEXT-DECORATION: none; 
					background-color:#FF9933;
					font-weight:50px; 
					letter-spacing: 1 px; 
					text-transform:inherit; 
					color:#FFFFFF;
					}
