/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #000000;
	color: #EEEEEE;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #EEEEEE;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
}
a, a:hover {
	text-decoration:none;
} 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:right;
	width:560px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:800px;
	height:590;
	overflow:hidden;
	color: #EEEEEE;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:240px;
	float:left;
	padding-top:610px;/*needed to make room for header*/
	padding-bottom:90px;/* needed to make room for footer */
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:240px;
	float:right;
	padding-top:610px;/*needed to make room for header*/
	padding-bottom:90px;/* needed to make room for footer */
}

#footer {
	width:800px;
	clear:both;
	height:120px;
	font-size:10px;
	background-color: #000000;
	color: #EEEEEE;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
#footer a
{
	color: #FFFFFF;
}
#footer a:hover
{
	color: #FF9900;
}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:240px;
	float:right;
	margin-right:45px;
	padding-top:610px;
	padding-bottom:90px;/* needed to make room for footer */
}
#centrecontent p {padding-left:2px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

.columnContainer
{
	width:205px;
}
.columnContainer#newsContainer
{
	color: #DDDDDD;
}

#newsElement
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
}
#newsElement span
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
}
.columnContainer#infosideContainer
{
	color: #DDDDDD;
}
#infosideElement
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
}
#infosideElement span
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
}
#infosideElement a
{
	color:#FFFFFF;
}
#infosideElement a:hover
{
	color:#FF9900;
}
.columnContainer#listContainer
{
	color: #DDDDDD;
}
#listElement
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
	font-size:11px;
}
#listElement span
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
}
#listElement a
{
	padding-bottom:3px;
	padding-top:3px;
	padding-left:2px;
	padding-right:2px;
	color: #DDDDDD;
}
#listElement a:hover
{
	color: #000000;
}
.listElementHover#listElement span
{
	background-color:#FF9900;
	font-style:italic;
	cursor:pointer;
}
.listElementSelected#listElement span
{
	background-color:none;
	color:#FF9900;
}
#detailContainer
{
	width: 800px;
	margin-top:10px;
}
.detailPicContainer
{
	width:800px;
	height:498px;
	border:none;
}
#headerContainer{
	width:800px;
	height:87px;
	margin-top:10px;
	position:relative;
}
.headerBox
{
	position:absolute;
	height:87px;
	top: 0px;
}
.headerBox#logoBox
{
	width:250px;
	border:none;
}
.headerBox#detailCont
{
	color:#DDDDDD;
	text-align:left;
	width:570px;
	height:87px;
	border:none;
	left:245px;
}
.headerBox#detailCont span
{
	font-size:11px;
	color:#EEEEEE;
	margin-left:15px;
	text-transform:uppercase;
}
.headerBox#detailCont pTitle
{
	font-size:20px;
	color:#FF9900;
	margin: 10px 0px 10px 0px;
}
#specialLink a
{
	color:#FF9900;
}
#specialLink a:hover
{
	color:#0099FF;
}
#detailCont a
{
	color:#0099ff;
	font-size:11px;
	text-transform:uppercase;
}
#detailCont a:hover
{
	font-size:11px;
	color:#0099ff;
	text-transform:uppercase;
}
.headerBox#detailCont p
{
	font-family:Times New Roman, Times, serif;
	font-size:12px;
}

.orangeText{ color:#FF9900; font-weight:bold; font-size:12px;}
.yearTitle{ background-color:#CCCCCC; color:#222222; font-family:Times New Roman, Times, serif; font-size:12px; font-style:italic;}
.newsDate{ background-color:#CCCCCC; color:#222222;  font-family:Times New Roman, Times, serif; font-size:12px; font-style:italic;}
.newsBody{ font-style:italic;}
.clearfloat{ display:block; height:0px; line-height:1px; clear:both; }

/*homepage slideshow*/
.slideShow{
	width:800px;
	height:280px;
	margin-top:20px;
	margin-bottom:10px;
	float:none;
	position:relative;
}
.slideShow .image{
	width:888px;
	height:280px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	display:none;
}	
.slideShow .image img{}/* dimensione immagini: larghezza 888px MAX / altezza 393px FISSA */

