﻿body
{
    background: #FFF url(IMG/bg_gradient.gif) repeat-x center top;
    color: Black;
    text-align: center;
    font: 0.85em Verdana, Verdana, Geneva, sans-serif;
    padding: 0px;
    margin: 0px;
}
a img
{
    border-style: none;
}
a:link
{
     color: #4E555B;
    text-decoration: none;
}
a:visited
{
     color: #4E555B;
    text-decoration: none;
}
a:hover
{
    color: #5780BA;
    text-decoration: none;
}
a:active
{
    color: white;
    text-decoration: none;
}
#Wrapper
{
    margin: 0px auto;
    text-align: left;
    width: 960px;
    background-color: White;
    border: #ffffff 2px solid;
}
#Header
{
    height: 90px;
}
#Logo
{
    width:170px;
    height:90px;
    margin-left:50px;
    margin-top:8px;
    background-image:url(/IMG/flag.png);
    background-repeat:no-repeat;
    background-position:center;
    display:inline-block;
    }
#Menu
{
    display:inline-block;    
    width:702px;
    height:33px;
    position:relative;
    left:25px;
    top:-8px;
}
#Menu a
{
     height:33px;
     background-repeat:no-repeat; 
     display:inline-block;
     text-align:center;
     line-height:33px;
     font-size:14px;
    font-weight: bold;
}
#Content
{
    width: 950px;
    padding: 5px;
    margin: 10px 10px 10px 0px;
    display: inline-block;
}
#Content .Blue
{
    padding:10px;
    color:white;
}
#Content .Blue a
{
    color:white;
}
#Content .Light
{
    padding:10px;
    color: #4E555B;
}
#Content .Light a
{
    color: #4E555B;
}
#Footer
{
    border-top: 1px solid #ccc;
    color: #666;
    margin:20px 20px 0px;
    padding-top:3px;
    text-align: center;
    background-image:url(/IMG/footer.png);
    background-repeat:repeat-x;
}
#Footer #Footer1
{
    padding: 10px 0px 3px 10px;
    font-size: 80%;
    text-align: left;
    width: 960px;
}
#Footer #Footer2
{
    padding: 0px 0px 10px 10px;
    font-size: 70%;
    text-align: left;
    width: 960px;
}


