* {
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
}

body {
    background: #abda4e url(/static/images/tile_top.gif) repeat-x 0 0;
    font-family:arial,Verdana,sans-serif,Tahoma;
    font-size:0.8em;
    color: #03529f;
}

h2 {
    font-size: 1.1em;
    margin-bottom: 10px;
}

#container {
    margin:0px auto;
    width:960px;
    background-color: white;
    margin-bottom: 20px
}

#header {
    width: 960px;
    height: 114px;
    position:relative;
    background:transparent url(/static/images/top.gif) no-repeat scroll 0 0;
}

#menu {
    bottom:0;
    height:36px;
    margin-left:300px;
    position:absolute;
}

#menu ul {
    line-height:normal;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 0 30px;
    padding:6px 0 0 20px;
}
#menu li {
    display:inline;
    text-align:center;
}
#menu a:hover, #menu .active a {
    background:#FFFFFF none repeat scroll 0 0;
    color: #A6CF53;
}
#menu a:visited {
    color: #03529f;
}

#menu a {
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    margin-right:3px;
    padding:5px 20px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
}
#content {
    background: #c7e880 url(/static/images/logone_on_off.gif) no-repeat 0 0;
    margin: 1px 1px 0px 1px;
    min-height:415px;
    padding: 30px;
}
#footer {
    background: #c7e880 url(/static/images/bottom.gif) no-repeat left bottom;
    height: 25px;
    font-size: 11px;
}
#footer p {
    text-align: right;
    font-weight: bold;
    padding:8px 12px 0 0;
}
#footer p a {
    color: #7BAF15;
}
.clear {
    clear:both;
}

.menu {
    left:-12px;
    position:relative;
    top:-12px;
}

.blocco_info_large {
    width:900px;
}

.blocco_info {
    width:430px;
    float:left;
}

.blocco_info.rigth {
    float:right;
}

.box .boxTL {
    background:transparent url(/static/images/box_top_sx.gif) no-repeat scroll left top;
    position:relative;
}

.box .boxBR {
    background:transparent url(/static/images/box_bott_dx.gif) no-repeat scroll right bottom;
}

.box .cr_right {
    position:absolute;
    right:0;
    top:-1px;
}
.box .cr_left {
    bottom:0;
    left:0;
    position:absolute;
}
.box_content {
    background-color:white;
    margin: -2px 15px 0 15px;
    position:relative;
    top:-15px;
}

ul.green {
    margin-left:14px;
}

ul.green li {
    color: #6FA71F;
    padding-left: 5px;
}
ul.green li span{
    color: #0C4599;
}

