﻿body 
{
    font-family: Gill Sans MT, Arial; 
    font-size: 78%; 
    background-color:#fff 
}
ul
{
    margin-left: 0;
    padding-left: 0;
}
li
{
    margin-left: 15px;
    padding-left: 0;
    padding-right: 10px;
    color: #58595b;
}
input.send-btn 
{
    width: 55px;
    height: 20px;
    background: #fff url(../images/submit.gif) no-repeat;
    outline: none;
}

p, .text
{
    color: #58595b; 
}
.text_hilite
{
    color: #307397;
    font-weight: 600;
}
.text_10
{
    color: #58595b; 
    font-size: 95%;
}
.text_hilite_10
{
    color: #307397;
    font-weight: 500;
    font-size: 95%;
}
.title 
{
    text-transform: uppercase; 
    color:#2c89ac; 
    font-size: 120%
}
.title1
{
    color:#2c89ac; 
}
.pad1 
{
    padding-bottom: 1px;
}
.pad4 
{
    padding-bottom: 4px;
}
.pad10 
{
    padding-bottom: 10px;
}
b
{
    color:#2c89ac;
    font-weight:bold;
}
.externallink 
{
    background: url(../images/externallink.gif) no-repeat right top; 
    padding-right: 12px;
}
.pdflink 
{
    background: url(../images/pdflink.gif) no-repeat right top; 
    padding-right: 12px;
}
#container 
{
    width: 802px;
    border: solid 1px #8c8c8c
}
#header 
{
    height: 96px; 
    background-color: #fff; 
    padding: 0; 
}
#header1 
{
    height: 1px;
    background-image: url(../images/header_border_top.gif);
    background-repeat: repeat-x; 
}

#header2 
{
    height: 13px;
    background-image: url(../images/header_border_bottom.gif);
    background-repeat: repeat-x; 
}
#menu_left 
{
    float:left;
    width: 0px;
}
#menu_center
{
    padding-left: 30px
}
#menu 
{
    margin-left:1px;
    display:inline;
    float:left; 
    width:173px; 
    height: 21px;
    text-transform: uppercase; 
    color:#58595b; 
    text-align:left; 
    padding-right:0px;
}
.menu_list
{
    list-style:none;
    margin-left:0px;
    padding-bottom: 10px;
    padding-left: 30px
}
.current
{
    margin-left:0px;
    vertical-align:middle;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 2px;
    color:#fff;
    text-decoration: none; 
    font-size:85%;
    background-image: url(../images/menu_on.gif);
    background-repeat: no-repeat
}
a:link, a:visited, a:active 
{
    text-decoration:none; 
    color:#2c89ac; 
}
a:hover 
{
    text-decoration:underline; 
    color:#58595b;
}

a.gray_link:link, a.gray_link:visited, a.gray_link:active 
{
    text-decoration:none; 
    color:#58595b; 
    font-size:85%
}
a.gray_link:hover 
{
    text-decoration:underline; 
    color:#6f9db6;
}
#menu a:link, #menu a:visited, #menu a:active 
{
    text-decoration:none; 
    color:#58595b; 
    font-size:85%
}
#menu a:hover 
{
    text-decoration:underline; 
    color:#6f9db6;
}
#content_left
{
    display:inline;
    float:left; 
    width:30px;
    border-left: solid 1px #a8a9ac;
}
#content_main
{
    display:inline;
    float:left; 
    width:553px; 
    text-align:left;
    padding-left:10px;
    border-left: solid 1px #a8a9ac;
}
#content_right
{
    display:inline;
    float:right; 
    width:42px
}
.box_title
{
    height:30px; 
    vertical-align: middle; 
    color:#2c89ac; 
    text-transform:uppercase; 
    font-weight:bold;
    text-align: left;
}
.box_title1
{
    height:30px; 
    vertical-align: middle; 
    color:#2c89ac; 
    text-transform:uppercase; 
    font-weight:bold;
    border-bottom: solid 1px #a8a9ac;
}
.box_title2
{
    height:30px; 
    vertical-align: middle; 
    color:#2c89ac; 
    font-size:90%; 
    font-weight:bold;
}
.box_content 
{
    color: #58595b;
    text-align: left;
}
.border_bottom
{
    border-bottom: solid 1px #a8a9ac;
}
#footer 
{
    clear:both;
    height:33px; 
    background-color:#fff; 
    text-align:center; 
    border-top: solid 1px #a8a9ac; 
    text-transform: uppercase; 
    color:#2c89ac; 
    font-size: 80%;
    padding-bottom:10px;
}
#footer a:link, #footer a:visited, #footer a:active 
{
    text-decoration:none; 
    color:#2c89ac; 
    text-transform: uppercase;
}
#footer a:hover 
{
    text-decoration:underline; 
    color:#58595b;
}
