/** BASIC */
html
{
    margin-left: -1px;
    overflow-y: scroll;
}
body
{
    margin: 0px;
    padding: 0px;
    background: #294571 url('images/background.png') repeat-x top;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #444444;
}
#content
{
    width: 880px;
    margin: 0px auto;
    background-color: #ffffff;
}
#header
{
    width: 880px;
    margin: 0px auto;
    background-color: #ffffff;
    padding: 0px;
}

#left
{
    width: 560px;
    padding: 15px 15px 15px 15px;
    background-color: White;
}

#right
{
    float: right;
    width: 245px;
    padding: 10px 15px 10px 15px;
    background-color: #ffffff;
    margin-right: 15px;
}

h1, h2
{
    font-family: Arial, Helvetica, sans-serif;
    color: #294571; /*#60B7DE*/
    font-weight: normal;
    text-align: left;
    line-height: 110%;
    font-size: 14pt;
    margin-bottom: 3px;
}
h1
{
    border-bottom: 1px solid #003366;
}

h2
{
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 20px;
}

h3, h4, h5, h6
{
    font-family: Lucida Sans Unicode, Lucida Sans, Arial, Helvetica, sans-serif;
    color: #4773C1; /*#60B7DE;*/
    text-transform: lowercase;
    font-weight: normal;
    text-align: left;
}

#content p, #content ul, #content ol, #content div
{
    line-height: 150%;
    font-size: 11pt;
    letter-spacing: 0px;
    margin-top: 0px;
}

a
{
    color: #294571;
}

#right p.quote
{
    color: #294571;
    font-weight: normal;
    font-size: 16pt;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 140%;
}

#right ul
{
    color: #294571;
    font-size: 12pt;
}

#right p.quote2
{
    color: #294571;
    font-weight: normal;
    font-size: 12pt;
    padding-left: 5px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 140%;
}

/** MENU */

#menu
{
    width: 850px;
    border-left: 15px solid white;
    border-right: 15px solid white;
    margin: 0px auto;
    padding: 6px 0px 5px 0px;
    background-color: #4773C1; /*#60B7DE;*/
    background-image: url('images/menu-bg.png');
}

#menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover
{
    background-color: #73C5E5;
    background-image: url('images/menu-bg-hover.png');
}

/** FOOTER */

#footer
{
    clear: both;
    width: 600px;
    margin: 0px auto;
    font-size: 9pt;
    padding: 10px;
}

#footer p
{
    font-size: 9pt;
    text-align: center;
}

#footer a
{
    font-weight: normal;
    text-align: center;
}

.headerimage
{
    margin: 10px;
}
.bigimage
{
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
}
.alternate
{
    background-color: #CDDAED;
}