@charset "utf-8";
/* CSS Document */

body, td, th
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: center;
}
body
{
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

a:link
{
    color: #1E64A2;
    text-decoration: none;
}
a:visited
{
    color: #1E64A2;
    text-decoration: none;
}
a:hover
{
    color: #D26135;
    text-decoration: underline;
}
a:active
{
    color: #D26135;
    text-decoration: underline;
}
h1
{
    font-size: 20px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    color: #1E64A2;
    font-weight: normal;
}
h2
{
    font-size: 16px;
    color: #1E64A2;
}
h3
{
    font-size: 14px;
    color: #1E64A2;
}

p
{
    margin: 0px;
    padding: 0px;
}






#containor
{
    text-align: left;
    width: 797px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}

#top-bar
{
    background-image: url(../images/top-bar.gif);
    background-repeat: repeat-x;
    background-position: left top;
    height: 138px;
    width: 100%;
    padding-bottom: 17px;
}


#top-nav
{
    height: 28px;
    width: 761px;
    margin-right: auto;
    margin-left: auto;
    text-align: right;
}
#banner
{
    height: 110px;
    width: 761px;
    margin-right: auto;
    margin-left: auto;
}
#top-nav ul
{
    margin: 0px;
    list-style-type: none;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: right;
}
#top-nav ul li
{
    display: inline;
}
#top-nav ul li a
{
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}
#top-nav ul li a.last
{
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    border-right-style: none;
}
#top-nav ul li a:hover
{
    color: #33788E;
    text-decoration: none;
}

#top-nav img
{
    float: right;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


#footer
{
    height: 36px;
    width: 797px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    font-size: 10px;
    color: #B5B5B5;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #B5B5B5;
    padding-top: 10px;
    clear: both;
}

