
body
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #7ea0c3;
    margin: 0;
}

#container
{
    width: 901px;
    margin: 0 auto;
}

#header
{
    width: 901px;
    height: 95px;
    float: left;
    overflow: hidden;
}

#header a img
{
    border: 0px;
}

#menu
{
    float: left;
    width: 901px;
    height: 69px;
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    background-color: #336799;
    background-position: top right;
}

#menuHolder
{
    float: right;
    width: 641px;
    text-align: right;
    border-right: 1px solid #ffffff;
}

#menuHolder ul
{
    margin: 0px;
    padding: 0px;
    float: right;
}

#menuHolder ul li
{
    float: left;
    list-style: none;
    text-align: left;
}

#menuHolder ul li a
{
    padding: 5px 28px 5px 32px;
    background-color: #336799;
    background-image: url(../images/menu_li.gif);
    background-repeat: no-repeat;
    background-position: left;
    color: #97cbfd;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    display: block;
    font-size: 11px;
    font-style: italic;
    font-family: georgia;
    text-decoration: none;
    font-weight: bold;
    float: left;
}

#menuHolder ul li a:hover
{
    background-color: #ffffff;
    background-image: url(../images/menu_li.gif);
    background-repeat: no-repeat;
    background-position: left;
    color: #1d3768;
}

#menuHolder ul li a.on
{
    background-color: #ffffff;
    background-image: url(../images/menu_li.gif);
    background-repeat: no-repeat;
    background-position: left;
    color: #1d3768;
}

#mainPage
{
    border-right: 1px solid white;
    border-left: 1px solid white;
    width: 899px;
    background-color: #7ea0c3;
    float: left;
}

#leftImage
{
    width: 259px;
    float: left;
}

#leftImage img
{
    float: left;
    font-size: 0px;
}

#topPage
{
    float: left;
    width: 639px;
    background-image: url(../images/top_bg_home.jpg);
    background-position: top left;
    background-repeat: repeat-x;
    border-left: 1px solid white;
    min-height: 420px;
    height: auto !important;
    height: 420px;
    position: relative;
}

#topText
{
    width: 559px;
    padding: 20px 40px 20px 40px;
    float: left;
    position: relative;
}

#topText h1
{
    color: white;
    margin: 0px;
    font-family: georgia;
    font-size: 22px;
    font-style: italic;
    z-index: 0;
}

#topText h2
{
    color: #e9eab7;
    margin: 0px;
    font-family: georgia;
    font-size: 12px;
    margin-left: 2px;
    margin-bottom: 50px;
}

#topText p
{
    font-family: Arial;
    color: white;
    font-size: 11px;
}

#topText p a
{
    color: #e9eab7;
    text-decoration:none;
}

#topText p a:hover
{
    text-decoration:underline;
}

#topText table
{
    font-family: Arial;
    color: #0d234d;
    font-size: 11px;
}

#topText p.intro
{
    color: White;
    font-weight: bold;
    font-family: Georgia;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 70px;
}

#topText p.intro a
{
    color: #E9EAB7;
    text-decoration: none;
}

#topText p.intro a:hover
{
    color: #E9EAB7;
    text-decoration: underline;
}

#topText table tr td
{
    padding:2px 0px 2px 0px;
    color:White;
}

#bottom
{
    float: left;
    width: 900px;
    height: 83px;
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 80px;
}

#bottomValid
{
    float: left;
    width: 600px;
    height: 15px;
    margin-bottom: 35px;
    margin-top: 40px;
    padding-left: 300px;
}

#bottomValid a img
{
    border: 0px;
}

#bottomText
{
    font-family: arial;
    font-size: 11px;
    padding-left: 300px;
    color: #0d234d;
    float: left;
    width: 600px;
}

#bottomText a
{
    color: #346799;
    text-decoration: none;
}

#bottomText a:hover
{
    text-decoration: underline;
}

#boxes
{
    width: 286px;
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 1;
}

#boxes span
{
    color: #e9eab7;
    font-style: italic;
    font-size: 13px;
    font-family: Georgia;
    float: right;
    margin-right: 40px;
    margin-top: 7px;
    font-weight: bold;
}

#boxes span.alt
{
    color: #0d234d;
}

#boxes a
{
    width: 286px;
    height: 142px;
    text-decoration: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#boxes a:hover span
{
    color: White;
    cursor: pointer;
}

#box1
{
    width: 286px;
    height: 142px;
    background-image: url(../images/box1_bg.jpg);
    background-repeat: no-repeat;
    margin-bottom: 14px;
    position: relative;
}

#box2
{
    width: 286px;
    height: 142px;
    background-image: url(../images/box2_bg.jpg);
    background-repeat: no-repeat;
    margin-bottom: 14px;
    position: relative;
}

#box3
{
    width: 286px;
    height: 142px;
    background-image: url(../images/box3_bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}

.textBox
{
    width: 300px;
    font-family:Arial;
    font-size:12px;
}
