html,body {
	margin: 0;
	padding: 0;
}

body {
	font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif;
	text-align: center;
}

a {
	color: #000066;
}

table tr td {
	font-size: 0.85em;
        color: #555;
}

div#container {
	width: 944px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
	margin-top: 1px;
	height: 87px;
	background: url(img/logo.jpg);
}

div#menualti {
	padding-top: 1px;
/*	background-color: #ffcc33; */
/*	border-top-width: 1px; */
/*	border-top-style: solid; */
/*	border-top-color: #ff9900; */
/*	border-left: #ff9900; */
	padding-right: 5px;
	padding-left: 5px;
}

div#dataora {
	padding-right: 7px;
	text-align: right;
	color: #003399;
	font-size: 1.00em;
}

/* MENU A SCOMPARSA */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 230px;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 0px;
	top: 28px;
	display: none;
}
li#sottomenu {
        position: relative;
}
ul#sottomenu {
        position: absolute;
        left: 239px;
        top: 0px;
        display: none;
}
div#menualti ul li a {
	display: block;
	text-decoration: none;
	color: #003399;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	padding: 5px;
	outline-style: none;
	background-color: #ffcc33;
	border-top-width: thin;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-left-width: thin;
	border-left-color: #003366;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 235px;
/*	height: 30px;*/
	border-bottom: 1px solid #CCC;
}
li:hover ul, li.over ul { 
	display: block;
}

li#sottomenu:hover ul, li#sottomenu.over ul {
        display: block;
}

div#menualti ul li a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

/*FINE MENU A SCOMPARSA*/


div#main {
	float: left;
}

div#content {
	float: left;
	width: 721px;
/*	background: #EFEFEF;/*
/* url(img/bordo_inf_dx.jpg) no-repeat bottom right; */
 background: url(img/bordo_inf_dx.jpg) repeat-y bottom right; 

}

div.headcont {
	background: url(img/bordo_sup_dx.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
}

div.headcont h4 {
	background: url(img/bordo_sup_sx.jpg) no-repeat top left;
	margin: 0;
	padding: 20px 0 5px 28px;
	color: #ffcc33; 
	font-weight: normal; 
	font-size: 0.9em; 
}

div#content div.body {
	margin: 0;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000066;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

div#content div.body p {
	font: normal 11px Verdana;
        color: #555;
}

div#content div.body table tr td {
	font: normal 11px Verdana;
        color: #555;
}

div#extra {
	float: right;
        width: 220px;
//        background: #CCC url(img/bordo_inf_dx.jpg) no-repeat bottom right;
}

div.titlemenu {
        background: url(img/bordo_sup_dx.jpg) no-repeat top right;
        margin: 0;
        padding: 0;
}

div.titlemenu h4 {
        background: url(img/bordo_sup_sx.jpg) no-repeat top left;
        margin: 0;
        padding: 20px 0 5px 0px;
        color: #fff;
        font-weight: bold;
        font-size: 0.9em;
	text-align: center;
}

div#extra div.menudx {
	margin: 0;
	padding-top: 1px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000066;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 220px;
	height: 520px;
}

div.linkbox {
	width: 180px;
	height: 20px;
        padding: 0px;
	margin: auto;
	margin-top: 2px;
}

div.linkbox a:hover {
	opacity: 1;
        -moz-opacity: 1;
        filter:alpha(opacity=100);
}

div.linkbox a {
	outline-style: none;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	text-align: center;
	color: #ffcc33;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	border: 1px solid #CCC;
	width: 100%;
	height: 100%;
	background-color: #000066;
}

div#runningtext {
	width: 170px;
	padding: 5px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;	
	border: 1px solid #CCC;
	background: #F8F8F8;
	font-size: 0.85em;
	color: #555;
}

div#footer {
	clear: both;
	width: 80%;
	text-align: center;
	font-size: 11px;
	color: #787676;
}

h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	width: 150px;
	padding-top: 15px;
}

