/* made by Marten Brosch, mbrosch@gmail.com*/


IMG.floatimgright
{float: right;
margin-bottom: 1px;
margin-left: 10px;
margin-top: 10px}

IMG.floatimgleft
{float: left;
margin-bottom: 1px;
margin-right: 10px;
margin-top: 10px}

body { 
	color: #010080; 
	font-size: 76%;
	background-color: #FFFFFF;
        }

p { 
	font-size: 1em; 
	font-family: Verdana, Arial, san-serif;
	}

h3 {
	color: #669933;
	background-color: transparent;
	text-align: right;
	font-family: Times, san-serif;
	font-size:1.2em;
	font-variant: small-caps;
	}

li{
	list-style-image: url(arr1.gif)
	}
	
li:hover {
	list-style-image: url(arr2.gif)
	}
	
	
a:link { 
	color: #010080;
        background-color: transparent;
	text-decoration: none; 
	}

a:visited { 
	color: #010080; 
        background-color: transparent;
        text-decoration: none
	}

a:hover { 
	color: #010080;
        text-decoration: underline;
	background-color: transparent;
	}

a:active { 
	color: #010080;
        background-color: transparent;
        text-decoration: none 
	}

#container {
	position:absolute;
	left:50%;
	top:5px;
	width: 800px;
	margin-left: -400px;
	margin-bottom: 10px;
	background-color: #D9D9D9;
	}

	

#pageHeader {
	width:800px;
	height: 110px;
        float: left;
        border:2px solid #C0C0C0;
        background-color: #FFFFFF;
	}

#pageCentre {
	width:800px;
	float: left;
        border:2px solid #C0C0C0;
        background-color: #D9D9D9;
	}
	
#supportingText {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 400px;
	float: left;
	border-right:1px solid #cccccc;
	text-align: justify;
	}
	
#linkList { 
	position: relative;
	width:160px;
	float:left;
	padding-left:6px;
	font-size: 1em;
	}
	
#linkList h3 {
	color: #999999;
	background-color: transparent;
	text-align: center;
	font-size: 1em
	}

#footer {
        font-size: 14px;
        width:800px;
        background-color: #D9D9D9;
	border:2px solid #C0C0C0;
	text-align: center;
        
        }
.OneWord
{
    font-weight:bold;
    color:#010080;
}

.IMGcenter {
vertical-align: middle;
margin-bottom: 0.25em;
}

}
.rtr/**/, .ltr/**/ {
	width: 10em;
}
.rtr, .ltr {
	margin: 8px;
	background-color: #ccc;
}
.itr {
	background-color: #ccf;
}
.rtr {
	float: right;
	margin-right: 0;
}
.ltr {
	float: left;
	margin-left: 0;
}
.apop, .bpop {
	display: none;
}
a {
	text-decoration: none;
	color: #000;
}
a.rtr:hover, a.ltr:hover, a.itr:hover {
	border-width: 0; /* IE */
}
a.rtr:hover .apop,
a.ltr:hover .apop {
	display: block;
	position: absolute;
	width: 10em;
	background-color: #fcc;
}
a.itr:hover .bpop {
	display: inline;  /* !? Moz, Op */
	position: absolute;
	width: 11em;
	background-color: #ffc;
	padding: 1px 3px 2px 3px;
	border: 1px #000 solid;
	font-size: 0.8em;
}
/* IE5/Mac:  Senza questo il bpop interno crea danni. Questo ha problemi
di allineamento verticale, approssimativamente corretti da top, ... \*//*/
* html .itr {
	position: relative;
	display: inline-block;
	top: 0.15em;
	line-height: 1.05;
}
/**/
.intp, .apop span {
	display: block;
	padding: 0.5em;
	border: 4px solid;
}
* html .intp {
	width: 10em;
	w\idth: auto;
}
.intp {
	border-color: #333;
}
.apop span {
	border-color: #f00;
}
#wrap {
	margin: 0 5em;
	background-color: #dfd;
	padding: 0.4em;
}
