﻿body
{
	vertical-align: top; /*text-align: center;*/
	margin: 0px;
	background-color: #385484;
}
.divMain
{
	font-family: Verdana, Tahoma;
	z-index: 100;
	width: 800px;
	height: 801px;
	position: absolute; /*relative*/ /*left:180px;*/
	top: 0;
	color: #33cccc;
	background-color: #385484;
	text-align: left;
}
.logoTop
{
	position: absolute;
	width: 800px;
	left: 178px;
	top: 0px;
	height: 60px;
	background-image: url(../Images/topleftgraphic.jpg);
}
.logoTop1
{
	position: absolute;
	width: 790px;
	top: 60px;
	left: 178px;
	height: 26px;
	background-image: url(../Images/undergraphic.jpg);
}

.adTop
{
	position: absolute;
	top: 86px;
	left: 178px;
	width: 800px;
	height: 90px;
}
.adTop1
{
	position: absolute;
	top: 86px;
	left: 178px;
	width: 800px;
	height: 90px;
}

.menuMain2
{
	position: absolute;
	top: 103px;
	left: 178px;
	height: 8px;
	width: 840px;
	background-image: url(../Images/arcosu.png);
}
.menuMain1
{
	position: absolute;
	width: 176px;
	height: 445px;
	top: 211px;
}
.TitoloPagina
{
	font-family: Georgia;
	font-size: 18px;
	text-decoration: underline;
	font-style: italic;
}
.contentMain
{
	position: absolute;
	top: 111px;
	left: 178px;
	width: 860px;
	min-height:300px;
	/*height: 445px;
	overflow: scroll;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	cursor: text;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 50px;
	
}
.adExtraLeft
{
	position: absolute;
	left: 0px;
	top: 266px;
	height: 600px;
	width: 178px;
	z-index: 3;
}
.adExtraRight
{
	position: absolute;
	left: 1030px;
	top: 86px;
	height: 600px;
	width: 178px;
	z-index: 3;
}

.menuMain3
{
	position: absolute;
	top: 596px;
	left: 178px;
	height: 8px;
	width: 840px;
	background-image: url(../Images/arcogiu.png);
}

.adBottom
{
	position: absolute;
	width: 800px;
	top: 711px;
	left: 178px;
	height: 90px;
}
.adLeft
{
	position: absolute;
	left: 0px;
	top: 380px;
	height: 100px;
	width: 178px;
}
.adRight
{
	position: absolute;
	right: 0px;
	height: 180px;
	width: 107px;
	top: 300px;
}
.linkArea
{
	position: absolute;
	top: 151px;
	right: 0px;
	height: 180px;
	width: 107px;
}

.headSpace1
{
	position: absolute;
	width: 800px;
	top: 86px;
	height: 80px;
}
div.linkArea a /*,a:visited  ,a:link */
{
	display: block;
	text-decoration: none;
	height: 25px;
	width: 120px;
	position: absolute;
	left: 10px;
	text-align: left;
	background-image: url(../Images/button.gif);
	color: #FFCC00;
	font-size: 11px; /*font-family: Verdana, Arial, Helvetica, sans-serif;// MAC issue 	font-weight: bold;	// MAC issue 	text-decoration: none;// MAC issue */
}

div.menuMain1 a /*,a:visited  ,a:link */
{
	display: block;
	text-decoration: none;
	color: #FFCC00; /*font-weight: bold;*/
	height: 17px;
	width: 161px;
	position: absolute;
	left: 10px;
	text-align: left;
	background-image: url(../Images/button.gif);
	font-size: 11px; /*font-family: Verdana, Arial, Helvetica, sans-serif;// MAC issue 	font-weight: bold;	// MAC issue 	text-decoration: none;// MAC issue */
}
div.menuMain1 a:hover
{
	background-image: url(../Images/buttonover.gif);
	color: #FFCC00;
}

div.linkArea a:hover
{
	background-image: url(../Images/buttonover.gif);
	color: yellow;
}
div.linkArea a:active
{
	color: #FFCC00;
	background-image: url(../Images/buttonover.gif);
}
/*Tooltip!!*/
div.menuMain1 a span
{
	display: none;
}
div.menuMain1 a:hover span
{
	display: block;
	position: absolute;
	left: 20px;
	width: 125px;
	z-index: 100;
	color: #AAA;
	background: black;
	text-align: center;
}

.ContentTitle
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #da5820;
}
.ContentHtml
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	cursor: text;
	text-align: justify;
	background-color: #FFFFFF;
}


