
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-color: #00397E;
}

.bg {
    background-image:url(images/bg.gif);
    background-repeat:repeat-x;
}

.content_bg {
    background-image:url(images/content_bg.jpg);
    background-repeat:repeat-y;
    width:847px;
}

.menu_top_bg {
    background-image:url(images/menu_bg.jpg);
    background-repeat:repeat-y;
    width:847px;
}

#top_texts{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #130c5a;
    padding:10px 15px 10px 15px;
}

.content {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    color: #130c5a;
    padding:12px 5px 0px 5px;
}

.content_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
    color: #130c5a;
    font-weight: bold;
    padding:20px 5px 0px 5px;
    text-transform: uppercase;
}

.separator {
    border-right: 1px solid #687A86;
}

.content_separator {
    border-bottom: 2px solid #687A86;
}

.menu_bg {
    background-color: #00469a;
    border: 1px solid #bad3e7;
    width:255px;
    height:22px;
    color: #ffffff;
}

.menu_bg_active {
    background-color: #00075B;
    border: 1px solid #bad3e7;
    width:255px;
    height:22px;
    color: #ffffff;
}

.menu_bg a:link,
.menu_bg_active a:link {
    color:#ffffff;
    text-decoration: none; 
}
.menu_bg a:visited,
.menu_bg_active a:visited {
    color:#ffffff;
    text-decoration: none; 
}
.menu_bg a:hover,
.menu_bg_active a:hover {
    color:#0000000;
    text-decoration: underline; 
}
.menu_bg a:active,
.menu_bg_active a:active {
    color:#0000000;
    text-decoration: underline; 
}


.menuitem {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #03213d;
    padding: 4px 0px 0px 10px;
    text-align:left;
}

.footer {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #03213d;
    padding: 0px 0px 0px 10px;
    line-height:19px;
    width: 600px;
}

#map {
    border: 2px solid #031e3f;
    width: 825px;
}

#pics img {
    border: 2px solid #031e3f;
}



a:link {
    color:#03213d;
    text-decoration: underline; 
}
a:visited {
    color:#03213d;
    text-decoration: underline; 
}
a:hover {
    color:#0000000;
    text-decoration: none; 
}
a:active {
    color:#0000000;
    text-decoration: none; 
}

.input_field {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #093466;
    background-color:#ffffff;
    width:250px;
    border: 1px solid #687A86;
}

.nicebutton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #687A86;
    width:100px;
    border: 1px solid #687A86;
    background-color: #ffffff;
}


/* lower menu */

.tab_bg {
    width: 100%;
    height:32px;
}

.tab_title
{
    text-decoration:none;
    margin-right: 2px;
}

.tab_active {
    color:#fff000;
    /*z-index:10;*/
    position:relative;
}

.tab_active a:link {
    color:#000000;
    text-decoration: none; 
}
.tab_active a:visited {
    color:#000000;
    text-decoration: none; 
}
.tab_active a:hover {
    color:#03213d;;
    text-decoration: underline; 
}
.menu_bg a:active {
    color:#03213d;;
    text-decoration: underline; 
}


.tab_content {
    padding: 10px 0px 0px 0px;
    display:none;
}


.scroll_div {
    width: 100%;
    height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.menu_sep_line {
    background-image:url(images/line.jpg);
    background-repeat:repeat-y;
}

