*
{
    margin: 0;
    padding: 0;
}

body
{
    background: #0052A4 url(background.png) repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

#container
{
    width: 800px;
    margin: 0 auto;
}

/*======================*/
/* Header               */
/*======================*/

#header
{
    height: 129px;
    width: 100%;
    background: transparent;
}

#header h1
{
    padding: 11px 0 0 30px;
    height: 84px;
    line-height: 84px;
    display: block;
    font-size: 150%;
    color: #FFF;
}

#header ul
{
    width: 800px;
    margin: 0 auto;
    height: 31px;
    padding-left: 60px;
    background: url(navigation.png) no-repeat;
}

#header ul li
{
    display: block;
    float: left;
    line-height: 31px;
    height: 31px;
    background: url(nav_divider.png) no-repeat right;
    padding: 0 20px 0 17px;
}

#header ul li a:link, #header ul li a:visited
{
    display: block;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

#header ul li a:hover, #header ul li a:active
{
    color: #CCC;
}

/*======================*/
/* Footer               */
/*======================*/

#footer
{
    width: 720px;
    margin: 0 auto 10px auto;
    height: 27px;
    background: url(footer.png) repeat-x;
}

#footer p
{
    line-height: 27px;
    height: 27px;
    color: #FFF;
    font-size: 80%;
    padding: 0 15px;
}

#designed
{
    float: right;
}

#footer a:link, #footer a:visited
{
    color: #FFF;
    text-decoration: none;
}

#footer a:hover, #footer a:active
{
    text-decoration: underline;
}

/*======================*/
/* Content              */
/*======================*/

#content
{
    width: 680px;
    padding: 40px 60px 20px 60px;
    background: url(content.png) no-repeat;
    min-height: 550px;
}

#content p
{
    color: #FFF;
    font-size: 90%;
    margin: 15px 0;
    text-align: justify;
    line-height: 140%;
}

#content h2
{
    margin: 10px 0;
    color: #FFF;
    font-size: 130%;
}

#content h3
{
    margin: 10px 0;
    color: #001F4C;
    font-size: 110%;
}

#content ul
{
    color: #FFF;
    margin: 10px 30px;
}

#content ul li
{
    margin: 4px 0;
    font-size: 90%;
}

#content img
{
    /* display: block; */
    margin: 5px 0px 5px 5px;
    border: 1px solid #FFF;
}

#content a:link, #content a:visited
{
    color: #FFF;
    text-decoration: underline;
}

#content a:hover, #content a:active
{
    color: #001F4C;
    text-decoration: none;
}

.style1 { color: #ffffff; font-weight: bold; }
.style19 { font-size: 10px; }
.style2, .style34 { color: #ffffff; }
.style20, .style59 { font-family: Verdana, Arial, Helvetica, sans-serif; }
.style22 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.style27 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style28 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
.style29 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; }
.style31 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-weight: bold; }
.style46 { font-size: 9px; }
.style52 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; }
.style54 { color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-weight: bold; }
.style60 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; font-weight: bold; }
