body 
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;

    /*
    background-color: #10639C;
    background-image: url('image326.gif');
    background-repeat: repeat;
    */

    background: #5f8eb5;
    background: -moz-radial-gradient(center, ellipse cover,  #5f8eb5 0%, #165896 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#5f8eb5), color-stop(100%,#165896));
    background: -webkit-radial-gradient(center, ellipse cover,  #5f8eb5 0%,#165896 100%);
    background: -o-radial-gradient(center, ellipse cover,  #5f8eb5 0%,#165896 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #5f8eb5 0%,#165896 100%);
    background: radial-gradient(ellipse at center,  #5f8eb5 0%,#165896 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f8eb5', endColorstr='#165896',GradientType=1 );

}

#container
{
    width: 1000px;
    background-color: #fff;
    /* background-image: url('image362.gif'); */
    /* background-repeat: repeat-y; */
    margin: 10px auto;
    padding: 20px 20px;
    border: 2px groove #000;
}

#header
{
    background-color: #fff;
    /* background-image: url('image362.gif'); */
    /* background-repeat: repeat-y; */
}

#header-left
{
    float: left;
    width: 300px;
    height: 250px;
    text-align: center;
}

#header-right
{
    float: right;
    width: 350px;
    height: 200px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
}

#header-right .slideshow
{
    width: 100%;
    height: 100%;
    text-align: center;
}

#header-right .slideshow img
{
    max-width: 100%;
    max-height: 100%;
}

#navigation
{
    float: left;
    clear: both;
    display: block;
    width: 980px;
    padding: 0;
    margin: 20px 0 10px 10px;
    list-style-type: none;
    background: #fff;
    display: table;
}

#navigation li
{
    display: table-cell;
}

#navigation li a
{
    text-align: center;
    padding: 10px;
    display: block;
    background: #10639C;
    border: 1px solid #222;
    color: #fff;
    font-size: 13px;
}

#navigation li:first-child a
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#navigation li:last-child a
{
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#navigation li a.active
{
    background-color: #2181c1;
    text-decoration: underline;
}

#navigation li a:hover
{
    background: #065183;
}

#content,
#contact
{
    clear: both;
    margin: 0 auto;
    padding: 10px 40px;
    width: 85%;
    border: 1px solid #fff;
    line-height: 140%;
}

#contact table
{
    min-width: 60%;
    font-size: 13px;
}

#content h1
{
    font-family: "Times New Roman", Times, serif;
    font-size: 35px;
    color: #003366;
    margin: 0;
    text-align: center;
    line-height: 50px;
    border-bottom: 2px dotted #ddd;
}

#content p
{
    font-size: 13px;
    text-align: justify;
    margin: 10px 0 0 0;
}

#content p u
{
    font-weight: bold;
    color: #065183;
    display: block;
    font-size: 16px;
}

#images
{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

#images h2
{
    font-family: "Times New Roman", Times, serif;
    font-size: 25px;
    color: #003366;
    margin: 0;
    text-align: center;
    line-height: 50px;
    border-bottom: 2px dotted #ddd;
    margin-bottom: 25px;
}

#images a
{
    margin-bottom: 25px;
    margin-right: 25px;
    display: inline-block;
}

#images img
{
    max-height: 200px;
}

#footer
{
    border-top: 2px dotted #ddd;
    width: 850px;
    margin: 0 auto;
    padding: 10px 0 0 0;
}

#footer p
{
    text-align: center;
    line-height: 140%;
    font-size: 13px;
}

.clearfloat
{
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

a:link
{
    text-decoration: none;
    color: #003366;
}

a:visited
{
    text-decoration: none;
    color: #003366;
}

a:hover
{
    text-decoration: none;
    color: #000000;
}

a:active
{
    text-decoration: none;
    color: #003366;
}

input,
textarea
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}