html, body
{
    font-family:            'Trebuchet MS', Arial, Helvetica, sans-serif;
    font-size:              11px;
    min-height:             100%;
    background-color:       #fff;
}
body
{
    background:             url('/images/bg-body.jpg') no-repeat center top;
}

a
{
    text-decoration:        none;
}
a.underlined
{
    text-decoration:        underline;
}
a:hover
{
}
a:active,
a:focus
{
    outline:                none;
}

strong
{
    font-weight:            bold;
}

em
{
    font-style:             italic;
}

.clear
{
    float:                  none;
    clear:                  both;
    height:                 0px;
    margin:                 0px;
    padding:                0px;
    overflow:               hidden;
    visibility:             hidden;
}

.left
{
    float:                  left;
}
.right
{
    float:                  right;
}
.bottom
{
    position:               absolute;
    bottom:                 0px;
}
.top
{
    position:               absolute;
    top:                    0px;
}

.preload,
.hidden
{
    display:                none;
    visibility:             hidden;
}

#container
{
    width:                  1000px;
    border:                 1px solid #fff;
    border-top:             0px;
    border-bottom:          0px;
    background-color:       #b3c1dd;
    margin:                 0 auto;
}

/* ################################################## */
#top
{
    height:                 135px;
    background-color:       #fff;
}
#top .logo
{
    margin:                 0px;
}
#top .logo img
{
    width:                  252px;
    height:                 135px;
}

/* ################################################## */
#bottom
{
    background-color:       #003a81;
    color:                  #fff;
    font-size:              12px;
    text-align:             center;
/*     padding:                7px 0px; */
    letter-spacing:         1px;
}
#bottom a
{
    color:                  #fff;
}
#bottom .tiny
{
    font-size:              8px;
    margin-top:             10px;
    color:                  #B3C1DD;
}
#bottom .tiny a
{
    color:                  #B3C1DD;
}

/* #########   intervention NI  ######## */

/*
div#top img + img {
display:none;	
}*/
