body {
	 margin:0 auto;
	 padding:0; 
	 width:100%; 
	 height:100%; 
	 font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	 background-color:#DDDDDD;
}
/* Global */
a { 
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
a:hover { 
	color:#007CFF;
}
.iaing{
	color:#007FCC;
	font-weight:bold;
}
.body_text_just{
	text-align:justify;
	width:98%;
	margin-left:1%;
	font-size:0.8em;
}
.body_text_just a{
	text-decoration:none;
}
.body_text_cent{
	text-align:center;
	width:98%;
	margin-left:1%;
	font-size:0.8em;
}
.dovesiamo_box{
	text-align:justify;
	margin-left:12px;
	border:1px solid #333333;
	background-color:#EEEEEE;
	width:190px;
	padding:3px;
	font-size:0.7em;
}
iframe{
	border:none;
	width:98%;
	margin-left:1%;
	height:600px;
}
.blckqs-mid iframe  {
	height:240px;
	width:320px;
}
h1 {
	font-size:20px;
	margin:20px 0 15px 0;
	width:99%;
}
h2 {
	font-size:1.2em;
	font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-weight:normal;
	border-bottom:1px solid #CCC;
	color:#007CFF;
}
h3 {
	font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-size:0.9em;
	color:#333;
	border-bottom:3px solid #007CFF;
}
h4 {
	font-size:1.0em;
	font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-weight:bold;
	padding:0;
	margin:0 0 0 10px;
	color:#007CFF;
}
img {
	border:0;
}
img.banner{
width:100%;
}
p {
	margin-left:20px;
	font-size:0.8em;
}
ul {
	list-style-type:square;
	font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	padding-left:30px;
	margin-left:30px;
	font-size:0.8em;
}
blockquote {
	border:1px solid #ddd;
	background-color:#eee;
	padding:4px;
	font-size:0.9em;
	font-style:italic;
}
	blockquote p {
		margin:3px;
		padding:0;
	}

div.blckq{
	width:438px;
	
}
div.blckq-top{
	height:17px;
	background-image: url(_images/blcq_top.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div.blckq-mid{
	background-image: url(_images/blcq_mid.gif);
	background-repeat: repeat-y;
	text-align:center;
}
div.blckq-bot{
	height:22px;
	background-image: url(_images/blcq_bot.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div.blckq-foo{
	text-align:right;
	padding-top:20px;
	padding-right:10px;
	font-size:11px;
	clear:both;
}

div.blckqs{
	width:350px;
	
}
div.blckqs-top{
	height:17px;
	background-image: url(_images/blcqs_top.gif);
	background-repeat: no-repeat;
	background-position: left;
}
div.blckqs-mid{
	background-image: url(_images/blcqs_mid.gif);
	background-repeat: repeat-y;
	text-align:center;
}
div.blckqs-bot{
	height:22px;
	background-image: url(_images/blcqs_bot.gif);
	background-position: left;
	background-repeat: no-repeat;
}
div.blckqs-foo{
	text-align:right;
	padding-top:20px;
	padding-right:10px;
	font-size:11px;
}

legend.leg {
	font-size:1.2em;
	font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
	font-weight:normal;
	color:#007CFF;
}

/* Layout */


/* Header */

div#top_ruler {
	width:800px;
	height:21px;
	background:url('_images/top_rlr.gif');
}
	div#header h1 {
		font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
		color:#007CFF;
		font-size:1.6em;
		padding:0;
		margin:30px 0 0 20px;
		font-weight:bold;
	}
	div#header h2 {
		font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
		color:#333333;
		font-size:1.0em;
		padding:0;
		margin:0 0 0 20px;
		font-weight:bold;
		border-bottom:0;
	}
/* Navigation menu */
div#menu {
	height:20px;
	background:transparent;
	margin-top:-22px;
}
	div#menu ul {
		padding:0;
		list-style-type:none;
		margin:0 0 0 10px;
		font-family:Cochin, Georgia,  "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
		font-size:0.75em;
	}
		div#menu ul li {
			float:left;
			display:inline;
			padding:0 7px;
			margin:0;
		}
			div#menu ul li a {
				display:block;
				float:left;
				font-weight:bold;
				padding:1px 15px 0 15px;
				height:2px;
				color:#CEDCEA;
				text-decoration:none;
				border:none;
			}
			div#menu ul li a:hover {
				text-decoration:underline;
			}
			div#menu ul li a.current:hover {
				text-decoration:none;
				/*border-right:1px solid #007CFF;
				border-left:1px solid #007CFF;
				border-top:1px solid #007CFF;*/
				border-bottom:7px solid #007CFF;
			}
			div#menu ul li a.current {
				position:relative; /* for IE6 */
				color:#CEDCEA;
				margin-top:0px;
				height:21px;
				/*border-left:1px solid #007CFF;
				border-top:1px solid #007CFF;
				border-right:1px solid #007CFF;*/
				/*background:url('_images/mnu_btn.gif') repeat-x;*/
				background-color:#333333;
			}
div#bluebar{
	height:23px;
	width:800px;
	/*background:url('_images/mnu_rlr.gif') repeat-x;*/
	background-color:#333;
	margin-top:1px;
}

/* Sidebar */

	div#sidebar ul {
		padding:0;
		list-style-type:none;
		margin:10px 0 10px 0;
	}
		div#sidebar ul li {
			margin:0;
			padding:0;
		}
			div#sidebar ul li a {
				background-image:url(_images/bullets_c_01.gif);
				background-position:10px 12px;
				background-repeat:no-repeat;
				display:block;
				padding:7px 25px;
				border-right:7px solid #fff;
			}
			div#sidebar ul li a:hover {
				background-image:url(_images/bullets_c_02.gif);
				background-position:10px 12px;
				background-repeat:no-repeat;
				border-right:7px solid #007CFF;
				background-color:#EEEEEE;
			}
			div#sidebar ul li a.current {
				background-image:url(_images/bullets_c_02.gif);
				background-position:10px 12px;
				background-repeat:no-repeat;
			}
/*.sidebar_thumb{
	position:relative;
	height:94px;
	width:150px;
/ *	margin-left:30px;* /
}
.sidebar_thumb_h{
	opacity:.25;
	position:absolute;
	width:150px;
	height:94px;
	z-index:1000;
}
.sidebar_thumb_h:hover{
	background-color:#FFFFFF;
}*/
/* Footer */
div#prefooter {
	clear:both;
	text-align:center;
	margin:0;
	padding:0;
	height:20px;
	width:800px;
 	background-image: url(_images/block_header.jpg);
	background-position: center left;
	background-repeat: repeat;
}
	div#prefooter span {
		padding:10px 0 10px 0;
		width:95%;
		margin:0 0 0 0;
		font-size:0.7em;
		text-align:center;
		color:#FFF;
	}
		div#prefooter span a {
			text-decoration:underline;
			color:#FFF;
		}
		div#prefooter span a:hover{
			color:#007CFF;
		}
div#footer {
	text-align:center;
	margin:auto;
	margin:0;
	padding:0;
	height:43px;
	width:800px;
	background-color:#333333;
}
	div#footer span {
		padding:10px 0 10px 0;
		width:95%;
		margin:0 0 0 0;
		font-size:0.7em;
		text-align:center;
		color:#FFF;
	}
		div#footer span a {
			text-decoration:underline;
		}
		div#footer span a:hover{
			color:#007CFF;
		}
div#foot_left {
	width:182px;
	float:left;
	padding:0;
	padding-left:2px;
	padding-right:1px;
	margin:0;
	height:37px;
	padding-top:6px;
	text-align:center;
}
	div#foot_left img {
		border:0;
	}
div#foot_right {
	width:570px;
	height:37px;
	float:left;
	border-left:1px solid #999;
	padding-left:30px;
	text-align:left;
}

#intro p, #introfull p {
	padding-bottom: 8px;
	text-align: justify;
}
#intro h2, #supportingText h2, #introfull h2, #supportingTextfull h2 {
	font-size:1.2em;
	color: #FFF;
	background-color: #333333;
	font-family: Arial, Verdana; 
 	/*background-image: url(_images/menu_header.jpg);
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	background-position: center left;
	background-repeat: repeat;*/
/*	font-size: 11px; */
	line-height: 16px;
/*	text-transform: uppercase;*/
	margin: -10px -10px 4px -10px;
	padding: 4px 4px 4px 10px;
}
#intro:hover {
 	background-image: url(_images/logo.gif);
}

#sidebar h4 {
	font-size: 1.2em; 
	color: #FFF;
	background-color: #ddd;
 	background-image: url(_images/block_header.jpg);
	background-position: center left;
	background-repeat: repeat-x;
	line-height: 16px;
	font-weight:normal;
	font-family: Arial, Verdana; 
	/*text-transform: uppercase;*/
	text-align: left; 
	border-bottom: 1px solid #aaa;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
}
