﻿body 
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    background:#FFFFFF url("images/bk_main.gif") repeat-x;
    margin:0 0 0 0;
    padding:0 0 0 0;
    color:#6A6A6A;
}

#container 											
{
    width:990px; 
    margin-left: auto;
    margin-right: auto;
}

a
{
    text-decoration:none;
    color:#368F94;
}

a:hover
{
    color:#6A6A6A;
}

img
{
    border:none;
}

p
{
    margin:18px 0px 0px 0px;
    padding:0px;
}


#header
{
    width:960px;
    /*background:#FFFFFF;*/
    height:24px;
    padding:5px;
    margin:0px 10px 0px 10px;
}



#left
{
    width:344px;
    float:left;
    font-size:0.7em;
}

#right
{
    width:632px;
    float:right;
    font-size:0.7em;
    margin-top:17px;
    padding-right:14px;
    line-height:1.4em;
}

#right a
{
    font-weight:bold;
}

.cb
{
    clear:both;
}

#footer
{
    clear:both;
    color:#368F94;
    text-align:right;
    font-size:0.6em;
    padding-right:15px;
    margin-top:30px;
    margin-bottom:5px;
}


ul
{
    margin:0px 0px 0px 15px;
    padding:0;
    list-style-type:none;
}

li
{
    background:url("images/main_nav.gif") no-repeat;
    margin-top:5px;
    width:235px;
}

li.expanded
{
    background:url("images/main_nav_expanded.gif") no-repeat;
    margin-top:5px;
    width:235px;
}

li a.expanded 
{
    color:#FFFFFF;
}


li.selected
{
    background:url("images/main_nav.gif") bottom right no-repeat;
    margin-top:5px;
    width:235px;
}

li.selected a
{
    color:#FFFFFF;
}

li a
{
    display:block;
    color:#368F94;
    font-weight:bold;
    font-size:0.85em;
    padding:5px 0px 5px 9px;
    height:14px;
}

li a:hover
{
    background:url("images/main_nav.gif") bottom right no-repeat;
    color:#FFFFFF;
}

li ul
{
    margin:0px;
}

li li
{
    background:url("images/sub_nav.gif") no-repeat;
    margin-top:5px;
    width:235px;
}


/*
#left li li a
{
    display:block;
    color:#368F94;
    font-weight:bold;
    font-size:0.85em;
    padding:5px 0px 5px 9px;
    height:14px;
}

#left li li a:hover
{
    background:url("images/sub_nav.gif") bottom right no-repeat;
    color:#FFFFFF;
}*/




/* Menus */
.rmText
{
    background:#FFFFFF;
    color:#368F94;
    border:solid 1px #8DCFD3;
    padding:5px;  
    font-size:0.6em;
    font-weight:bold;
    margin-bottom:2px;
}

.rmText:hover
{
    background:#41AFB6;
    color:#FFFFFF;
}

.fl
{
    float:left;
}

.fr
{
    float:right;
}

.cb
{
    clear:both;
}

.blue
{
    color:#41AFB6;
}