body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #900;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #900;
	text-decoration: underline;
}

h1 {
	font-size: 180%;
	color: #900;
}

h2 {
	font-size: 150%;
	color: #900;
}

h3 {
	font-size: 125%;
	color: #333;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
	color: #900;
}

td.contentheading {
	font-size: 24px;
	color: #900;
}

strong {
	color: #900;
}

b {
	color: #900;
}

#contenitore {
	width: 780px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/header_02.png);
	background-repeat: no-repeat;
	float: left;
	height: 84px;
	width: 700px;
}
#ucimu {
	background-image: url(../images/header_03.png);
	float: left;
	height: 64px;
	width: 80px;
}
#lingue {
	vertical-align: top;
	float: left;
	height: 20px;
	width: 80px;
}
#header {
	background-image: url(../images/header_05.png);
	background-repeat: no-repeat;
	float: left;
	height: 178px;
	width: 780px;
}
#menu {
	background-image: url(../images/bg_menu.png);
	background-repeat: repeat-x;
	float: left;
	height: 34px;
	width: 780px;
	margin-left: 0px;
}

#topnav{ 
 height: 34px;
 width:780px;
 margin: 0px;
 padding:0px;
 font-weight: bold;
 float: left;
 }

#topnav ul { 
 margin: 0px 0px 0px 0px;
 padding: 0;
 width: auto;
 float: left;
 list-style-type:none;
 }

#topnav ul li{
 margin: 0;
 padding: 0;
 height: 34px;
 float: left;
 position: relative;
 }

#topnav ul li a{
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
 padding: 10px 10px 0px 10px;
 height: 34px;
 display: block;
 float: left;
 }

#topnav ul li a:hover{
 height: 24px;
 padding: 8px 10px 0px 10px;
 background-color: #666;
 text-decoration: none;
 font-weight: bold;
 color: #CCC;
 border-top-width: 2px;
 border-top-style: solid;
 border-top-color: #444444;
 }
 
#contenuto {
	float: left;
	width: 549px;
	background-image: url(../images/sfondo.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#destra {
	background-color: #e2eff5;
	float: right;
	width: 201px;
	padding: 0px 10px 0px 10px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#destra h3{
	height: 25px;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}

#destra td.contentheading{
	height: 20px;
	font-size: 12px bold;
}

#sotto {
	float: left;
	height: 40px;
	width: 780px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #47484c;
	text-align: center;
	padding-top: 10px;
}

text1 {
    font: 12px verdana, arial, helvetica, sans-serif;
    color: #003366;
    background: #FFFFCC;
    padding-right: 1px;
    padding-left: 1px;
	border: 1px solid #666666;
    }
