﻿body
{
    font-family: Tahoma;
    font-size: small;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #E7F4FB;
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    color: #638094;
}

h1
{
    font-size: 16pt;
    font-weight: bold;
    padding: 0px;
    margin: 5px 0px 15px 0px;
}

h2
{
    font-size: 14pt;
    font-weight: bold;
    padding: 0px;
    margin: 4px 0px 13px 0px;
}

p
{
    margin:0px;
    padding:0px;
    margin-bottom:20px;
}

hr
{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    border: 0px;
    background: url(/images/bg_hr.png) repeat-x left top;
}

.hr_dark
{
    background: url(/images/bg_hr_d.png) repeat-x left top;
}

.hr_light
{
    background: url(/images/bg_hr_l.png) repeat-x left top;
}

.hr_ulight
{
    background: url(/images/bg_hr_u.png) repeat-x left top;
}

a img
{
    border: 0px;
}

a, a:link, a:visited, a:active
{
    color: #0B64A8;
    text-decoration: underline;
    cursor: pointer;
    outline: none;
}

a:hover
{
    color: black;
    cursor: pointer;
}

table, div, hr, td
{
    border-color: silver;
}

li
{
    padding-bottom: 5px;
}

.site_width
{
    width: 900px;
    margin: 0px auto;
}

.div_left
{
    float: left;
    width: 440px;
    margin-right: 20px;
}

.div_right
{
    float: left;
    width: 440px;
}

.clear
{
    clear: both;
}


.div_logo
{
    background-color: #FFF;
}

.div_menu
{
    margin: 10px auto 0px auto;
    background-color: #0C1D31;
    padding-top: 10px;
    font-size: 11px;
}

.div_menu ul
{
    padding: 0px;
    margin: 0px auto 0px auto;
    list-style-image: none;
    list-style: none;
    overflow: auto;
    display: block;
    height: 1%;
}

.div_menu li
{
    float: left;
    list-style-image: none;
    list-style-type: none;
    display: inline;
    margin-right: 5px;
    padding: 0px;
}

.div_menu a
{
    text-decoration:none;
    position: relative;
    font-weight: normal;
    color: #83BFD8;
    display: block;
    padding: 13px 25px;
    text-align: center;
    font-weight: bold;
    background-color: #0C1D31;
    border-top: solid 1px #0C1D31;
    border-left: solid 1px #0C1D31;
    border-right: solid 1px #0C1D31;
    border-bottom: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    behavior: url(/PIE.htc);
}

.div_menu a:hover, .div_menu_selected
{
    color: #FFFFFF !important;
    background: url(/images/bg_mb.png) repeat-x center top;
    background-color: #0B64A8;
    border-top: solid 1px #1070B1;
    border-left: solid 1px #1070B1;
    border-right: solid 1px #1070B1;
    border-bottom: 0px;
}

.div_header
{
    background: url(/images/bg_h.png) repeat-x center top;
    height: 200px;
    padding: 20px;
    color: #fff;
    font-size: 12pt;
}

.div_header h1
{
    color: #fff;
}

.div_content
{
    background-color: #E7F4FB;
    padding: 20px 0px;
}

.div_footer
{
    background: url(/images/bg_f.png) repeat-x center top;
    height: 395px;
    color: #fff;
}

.div_footer h2
{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    margin: 2px 0px 15px 0px;
}

.panel
{
    position: relative;
    padding: 20px;
    margin-bottom:20px;
    border:solid 1px #64A7C9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/PIE.htc);
    background-color:#D6ECF8;
    
}

.seo, .seo a
{
    text-align: center;
    font-size: xx-small;
    color: Silver;
}


