body {
    background: #0047BB;
    text-align: center;
    margin: 0px;
    font: 8pt Verdana;
    color: #000000;
}

#sito {
    width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background: #FFFFFF;
    overflow: auto;
}

#sopra {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
}

#logo1 {
    position: absolute;
    margin-left: 20px;
    margin-top: 60px;
}

#logo2 {
    position: absolute;
    margin-left: 620px;
    margin-top: 40px;
}

#logo3 {
    position: absolute;
    margin-left: 560px;
    margin-top: 40px;
}

#menusx {
    width: 200px;
    float: left;
}

#menusx ul {
    padding: 0px;
    margin: 0px;
    font: 9pt Verdana;
    overflow: auto;
}

#menusx li {
    width: 180px;
    list-style: none;
    color: #FFFFFF;
    margin-bottom: 2px;
    margin-left: 25px;
}

#menusx li.sel {
    width: 180px;
    list-style: disc outside;
    color: #000000;
    margin-bottom: 2px;
    margin-left: 25px;
}

#menusx h5 {
    font: bold 10pt Verdana;
    padding-left: 27px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000000;
    height: 20px;
    background: url(images/pallone.gif) no-repeat top left;
}


#testi {
    margin-left: 200px;
    border-left: 1px dashed #0047BB;
}

#sotto {
    clear: both;
    width: 760px;
    height: 92px;
    background: #FFFFFF url(images/sotto.jpg) no-repeat top left;
}

#sotto h5 {
    padding-top: 40px;
    padding-left: 420px;
    font: bold 10pt Verdana;
}


#contenuti {
    position: relative;
    margin-top: 140px;
    padding: 5px;
}

#contenuti p {
    text-align: justify;
}

#contenuti p.cent {
    text-align: center;
}

#contenuti p.right {
    text-align: right;
}

#contenuti p.norecs {
    text-align: center;
    font: 12pt Verdana;
}

#contenuti p.title {
    font: bold 10pt Verdana;
    padding-left: 27px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    margin: 5px;
    color: #000000;
    height: 25px;
    background: url(images/pallone.gif) no-repeat top left;
}

#contenuti div.text {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 20px;
    border-right: 1px dashed #0047BB;
    border-bottom: 1px dashed #0047BB;
    overflow: auto;
}

#contenuti div.split {
    width: 170px;
    margin-right: 5px;
    float: left;
    text-align: center;
}

#contenuti img {
    border: 0px;
}

#contenuti ul {
    padding: 0px;
    margin: 0px;
    font: 8pt Verdana;
    overflow: auto;
}

#contenuti li {
    list-style: disc outside;
    margin-bottom: 2px;
    margin-left: 25px;
    text-align: justify;
}

span.clearboth {
    clear: both;
}

/*  LINKS   */

a {
    text-decoration: none;
    color: #000099;
} 

a:hover {
    text-decoration: none;
    background: #DDDDFF;
    color: #000066;
}

