body {
	background: #fff;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}



/* general tag styles ------------- */

h1 {
	width: 350px;
	height: 64px;
	background: transparent url("../images/lg.jpg") no-repeat;
	float: left;
	}
h1 span {
	display: none;
	}
a {
	background: transparent;
	color: #1D395B;
	text-decoration: underline;
}
a:hover {
	color: #566B84;
	text-decoration: underline;
}
p {
	line-height: 17px;
	margin: 4px 0 8px;
	}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
img.left {
	float: left;
	margin: 0 10px 4px 0;
}
img.right {
	float: right;
	margin: 0 0 4px 10px;
}
input, textarea, select {
	font: 11px Arial, Helvetica, sans-serif;
}
li {
	line-height: 17px;
	list-style-image: url("../images/bullet.jpg");
	margin-bottom: 4px;
}
.clear {
	clear: both;
}
table {
	border-collapse: collapse;
	margin: 10px 0 10px;
	border-left: solid 1px #eee;
	font-size: 11px;
}
table caption {
	font-style: italic;
	color: #666;
	margin: 0;
	padding: 2px 0;
	text-align: left;
}
table th, table td {
	padding: 6px 8px;
	vertical-align: top;
	text-align: left;
}
table th {
	background: #7CA1BD;
	color: #fff;
	font-weight: normal;
	border: solid 1px #fff;
	border-bottom: solid 1px #BDD0DE;
}
table th a {
	color: #fff;
	text-decoration: none;
}
table th a:hover {
	color: #21395B;
	text-decoration: underline;
}
table tr.even th {
	background: #8DADC5;
}
table td {
	color: #444;
	border: solid 1px #eee;
	border-left: 0;
}
table tr.even td {
	background: #EBF1F5;
	border-color: #fff;
}



/* header with menu ------------- */

div#hd {
	width: 845px;
	margin: 0 auto 15px;
	padding: 0;
}
/* topMn ---- */

#topMn {
	background: #EBF0F5;
	float: right;
	margin: 0 0 6px;
	padding: 6px 10px;
}
#topMn ul {
	margin: 0;
	padding: 0;
}
#topMn ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topMn ul li a {
	background: transparent url("") center right no-repeat;
	color: #595959;
	font-size: 11px;
	float: left;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
}
#topMn ul li a#last {
	background: transparent;
	color: #595959;
}
#topMn ul li a:hover, #topMn ul li a#last:hover {
	color: #777;
	text-decoration: underline;
}


/* mn ---- */

div#mn {
	margin: 0 0 20px;
	border-top: solid 1px #ddd;
	clear: both;
}
div#mn ul {
	background: #fff;
	color: #ddd;
	margin: 0;
	padding: 0;
}
div#mn ul li {
	float: left;
	list-style: none;
}
div#mn ul li a {
	background: transparent;
	color: #394663;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	letter-spacing: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 20px 0;
	height: 28px;
	border-right: solid 1px #ddd;
}
div#mn ul li a:hover {
	text-decoration: underline;
}
div#mn ul li a.active {
	background: #ED780F;
	color: #fff;
	text-decoration: none;
}

div#bn_convegno {
	float: right;
	margin-top: 15px;
	}


/* content ------------- */

div#content {
	width: 825px;
	margin: 15px auto;
	padding: 0;
	}


/* footer ------------- */

div#footer {
	width: 845px;
	font-size: 10px;
	color: #666;
	margin: 20px auto;
	padding: 12px 0 20px;
	border-top: solid 1px #ddd;
	}
div#footer p#copy {
	width: 425px;
	float: left;
	margin: 0;
	padding: 0 10px;
	}
div#footer p#credits {
	width: 380px;
	float: left;
	margin: 0;
	padding: 0 10px;
	text-align: right;
	}
span.error {
	color:red;
	font-weight:bold;
}