body {
   font-size: 75%; font-family: verdana, arial, helvetica, sans-serif; 
   margin-top : 5px; margin-left : 5px; margin-right : 13px;
   color: #000000;
}


/* BEGIN LEFT NAV STYLES */
#sidenav{
    margin-top:15px;
    width:120px;
}

/* STYLE #1 */
div.sidenavElement { 
    width:100%;
    overflow:hidden;
    border: 1px solid #000077;
    margin-bottom: 1px;
}

a.leftNav:link, 
a.leftNav:visited, 
a.leftNav:active {
    display:block;
    font-size: 90%;
    width:100%;
    padding: 2px 2px 2px 2px;
    color:#770000;
    font-weight:bold;
    background-color:#EEEFE1;
    text-decoration:none;
}

a.leftNav:hover {
    background:#D4D7B4;
} 

/* STYLE #2 */
#sidenav2{
    margin-top:20px;
    width:120px;
}

div.sidenav2Element { 
    width:100%;
    overflow:hidden;
    border: 1px solid #770000;
    margin-bottom: 1px;
}

a.leftNav2:link, 
a.leftNav2:visited, 
a.leftNav2:active {
    display:block;
    font-size: 90%;
    width:100%;
    padding: 2px 2px 2px 2px;
    color:#000077;
    font-weight:bold;
    background-color:#E1EFEE;
    text-decoration:none;
}

a.leftNav2:hover {
    background:#B4D7D4;
} 

/* STYLE #3 */
#sidenav3{
    margin-top:20px;
    width:120px;
}

div.sidenav3Element { 
    width:100%;
    overflow:hidden;
    border: 1px solid #000000;
    margin-bottom: 1px;
}

a.leftNav3:link, 
a.leftNav3:visited, 
a.leftNav3:active {
    display:block;
    font-size: 90%;
    width:100%;
    padding: 2px 2px 2px 2px;
    color:#DDDDDD;
    font-weight:bold;
    background-color:#000000;
    text-decoration:none;
}

a.leftNav3:hover {
    background:#888888;
    color:#000000;
} 

/* STYLE #4 */
#sidenav4{
    margin-top:20px;
    width:120px;
}

div.sidenav4Element { 
    width:100%;
    overflow:hidden;
    border: 1px solid #000000;
    margin-bottom: 1px;
}

a.leftNav4:link, 
a.leftNav4:visited, 
a.leftNav4:active {
    display:block;
    font-size: 90%;
    width:100%;
    padding: 2px 2px 2px 2px;
    color:#9AA9E0;
    font-weight:bold;
    background-color:#0E0E8A;
    text-decoration:none;
}

a.leftNav4:hover {
    background:#9AA9E0;
    color:#0E0E8A;
} 

span.leftNavCurrent {
    display:block;
    width:100%;
    color:#FFFFFF;
    font-weight:bold;
    font-size: 100%;
    background-color:#778888;
    text-decoration:none;
    padding: 2px 1px 2px 12px;
    background-image:url('../images/lnav_arrow.gif');
    background-repeat:no-repeat;
    background-position:3px;
    
}

/* END LEFT NAV STYLES */


