/*  @@@@@@@@@@@@   L E F T   S I D E    N A V I G A T I O N    B U T T O N S @@@@@@@@@@*/
/* PRIMARY BUTTONS OFF*/
a.one:link, a.one:visited
{   background-color: #cece94;
    border-bottom:black solid 1px;
    border-right:#cece94 solid 1px;
    border-left:#cece94 solid 1px;
    border-top:#E7E7CE solid 1px;
    color: #000040;
    font-family:arial;
    font-size:9pt;
    font-weight:bold;
    letter-spacing: .1pt;
    padding:3px;
    padding-left: 5px;
    text-decoration:none;
    width:110px;
    display: block;
}
a.one:hover
{   background-color: #cece94; color:#000040;}
/* depress effect on click */
a.one:active, a.one:focus
{   border-bottom:#99ccff solid 1px;
    border-left:#003399 solid 2px;
    border-right:#99ccff solid 1px;
    border-top:#003399 solid 1px;
    letter-spacing: .1pt;
    width:110px;
    background-color: #cece94;
    color: #000040;
}
div.toc
{        background-color:#cece94;
        width:110px;
        border-left: solid 1px #cece94;
        border-bottom: solid 1px black;
        margin-bottom: -0em;
}
/* SECONDARY BUTTONS OFF */
a.two:link, a.two:visited
{   background-color: #dedec6;
    border-bottom:black solid 1px;
    border-right:#cece94 solid 1px;
    border-left:#cece94 solid 1px;
    border-top:#E7E7CE solid 1px;
    color: #000063;
    font-family:arial;
    font-size:9pt;
    font-weight:bold;
    letter-spacing: .1pt;
    padding:3px;
    padding-left: 5px;
    text-decoration:none;
    width:110px;
    display: block;
}
a.two:hover
{   background-color: #31639c; color:#ffffce;}
/* depress effect on click */
a.two:active, a.two:focus
{   border-bottom:#99ccff solid 1px;
    border-left:#003399 solid 2px;
    border-right:#99ccff solid 1px;
    border-top:#003399 solid 1px;
    letter-spacing: .1pt;
    width:110px;
    background-color: Navy;
    color: white;
}

/* PRIMARY BUTTONS ON */
a.three:link, a.three:visited
{   background-color: #000063;
    border-bottom:black solid 1px;
    border-right:#cece94 solid 1px;
    border-left:#cece94 solid 1px;
    border-top:#E7E7CE solid 1px;
    color: white;
    font-family:arial;
    font-size:9pt;
    font-weight:bold;
    letter-spacing: .1pt;
    padding:3px;
    padding-left: 5px;
    text-decoration:none;
    width:110px;
    display: block;
}
a.three:hover
{   background-color: #000063; color:white;}
/* depress effect on click */
a.three:active, a.three:focus
{   border-bottom:#99ccff solid 1px;
    border-left:#003399 solid 2px;
    border-right:#99ccff solid 1px;
    border-top:#003399 solid 1px;
    letter-spacing: .1pt;
    width:110px;
    background-color: #000063;
    color: white;
}

/* SECONDARY BUTTONS ON */
a.four:link, a.four:visited
{   background-color: #31639c;
    border-bottom:black solid 1px;
    border-right:#cece94 solid 1px;
    border-left:#cece94 solid 1px;
    border-top:#E7E7CE solid 1px;
    color: #ffffce;
    font-family:arial;
    font-size:9pt;
    font-weight:bold;
    letter-spacing: .1pt;
    padding:3px;
    padding-left: 5px;
    text-decoration:none;
    width:110px;
    display: block;
}
/* depress effect on click */
a.four:active, a.four:focus
{   border-bottom:#99ccff solid 1px;
    border-left:#003399 solid 2px;
    border-right:#99ccff solid 1px;
    border-top:#003399 solid 1px;
    letter-spacing: .1pt;
    width:110px;
    background-color: #31639c;
    color: #ffffce;
}
