body {
        background: #ffffff;
}

body, td, th, div, li, p, span {
        font-size: 8.5pt;
        line-height: 14px;
        font-family: Arial, Helvetica, sans-serif; 
        color: #413f3f;
}

a, a:visited, a:link, a:hover { 
        color: #413f3f;
        text-decoration: underline; 
}

#menubox {
        height: 17px;
        background-color: #003366;
        font-family: Tahoma;
        font-weight: bold;
        color: #ffffff; 
        text-align: center;
}

#menubox ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
}

#menubox ul li {
        height: 5px;
        float: left;
        padding: 1px 0px 1px 0px;
        margin: 0px;
        background-color: #003366;
        display: inline;
}

#menubox ul li a:link, #menubox ul li a:active, #menubox ul li a:visited {
        height: 5px;
        float: left;
        position: relative;
        font-family: Arial, Helvetica, sans-serif; 
        font-size: 9pt; 
        font-style: normal;  
        font-weight: bold; 
        color: #ffffff; 
        text-decoration: none; 
        background: #003366; 
        text-align: center;
}

.tabHeader { 
        font-family: Tahoma;
        font-weight: bold;
        color: #FFFFFF; 
        background: #003366; 
        text-align: center;
        padding-bottom: 2px;
}
 
a.tabHeader:link {
        color: #ffffff;
        text-decoration: none;
}

a.tabHeader:visited {
        color: #ffffff;
        text-decoration: none;
}

.selectedTabHeader { 
        font-family: Tahoma;
        font-weight: bold;
        color: #003366;
        background: #B2CBEA; 
        text-align: center;
        padding-bottom: 2px;
} 

a.selectedTabHeader:link {
        color: #003366;
        text-decoration: none;        
}

a.selectedTabHeader:visited {
        color: #003366;
        text-decoration: none;
}

.tabHeaderBorder { 
        background: #003366;
} 

.selectedTabHeaderBorder { 
        background: #B2CBEA; 
}

.subHeader {
        background-image: url(/images/nav.gif);
        background-repeat: repeat-x;
        height: 10px;
}

.insideLeftNav {
        border-right:2px solid #B2CBEA; 
        border-left:2px solid #B2CBEA;
}

.insideContent {
        padding: 10px;
        border-right:2px solid #B2CBEA; 
}

#lady {
        background-image: url(/images/homepage-woman480.jpg);
        background-repeat: no-repeat;
        height: 285px;
        width: 430px;
}

