body
{
    font-family: Verdana, Arial;
    font-size: 11px;
    background-color: white;
    margin: 4px 4px 4px 4px;
}
#container
{
    width: 950px;
    margin: auto;
    border: solid 1px #f0f0f0;
    border-left: solid 2px #f0f0f0;
    border-right: solid 2px #f0f0f0;
    border-bottom: solid 2px #f0f0f0;
    box-shadow: 0px 4px 4px rgba(0,0,0,.1);
}
#header
{
    min-height: 80px;
    text-align: center;
}
.title
{
    font-size: 60px;
    line-height: 80px;
}
.subtitle
{
    font-size: 14px;
    font-style: italic;
    padding-top: 8px;
    padding-bottom: 12px;
}

#navigation
{
    height: 28px;
    line-height: 28px;
    margin: auto;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    padding-left: 8px;
}
#navigation a
{
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: solid 1px #0040AF;
    color: #0040AF;
    font-weight: bold;
    text-decoration: none;
    background-color: #f8f8f8;
}
#navigation a:hover
{
    text-decoration: underline;
    background-color: #0040AF;
    color: #f8f8f8;
}
#content
{
    padding: 8px;
    min-height: 400px;
}
#footer
{
    border-top: solid 1px #a0a0a0;
    height: 30px;
    background-color: #f8f8f8;
    line-height: 1.25em;
    padding: 4px;
}

.promotitlebig
{
    font-size: 20px;
    font-weight: bold;
    color: #0040AF;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}
.promotitlebigsmall
{
    font-size: 18px;
    font-weight: bold;
    color: #0040AF;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-style: italic;
}

.box
{
    border: solid 1px #f0f0f0;
    border-left: solid 2px #f0f0f0;
    border-right: solid 2px #f0f0f0;
    border-bottom: solid 2px #f0f0f0;
    box-shadow: 0px 4px 4px rgba(0,0,0,.1);
    padding: 8px;
}

.promotitle
{
    font-size: 16px;
    font-weight: bold;
    color: #0040AF;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}
.promodetail
{
    font-size: 13px;
    color: #404040;
    margin-bottom: 8px;
}
.promodetailsub
{
    font-size: 12px;
    font-style: italic;
    color: #404040;
}

.promodetaillink
{
    font-size: 12px;
    color: #f04040;
}

.moredetails
{
    margin: 0px 0px 0px 0px;
    text-align: right;
}

.blockback
{
    padding: 4px;
    background-color: #618FCF;
    color: White;
    font-size: 18px;
}

.blocktitle
{
    padding: 4px;
    background-color: #618FCF;
    color: White;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.blocktitlesub
{
    font-size: 13px;
    text-align: center;
}

.blockmidtitle
{
    padding: 4px;
    background-color: #618FCF;
    color: White;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.blocksubtitle
{
    font-size: 13px;
}

.titolo1
{
    font-size: 18px;
    font-weight:bold;
}
