/* This style sheet lists the style declarations for the various elements for "About CIL" page and its second level page*/



/* Styles for the elements of the Secondary Navigation bar for the "About CIL" page*/

.sec_nav
{
    font-family: "Times New Roman",serif;
    font-size:15pt;
    background:#e28f26; 
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
}




/* Style for the color of the right margin in the "About CIL" page*/

.right_margin
{
background:#e28f26;
}



/* Styles for the links in the Secondary Navigation*/

a.sec_nav_txt:link { color:#eee8cd; text-decoration: none }
a.sec_nav_txt:active { color: #eee8cd; text-decoration: none }
a.sec_nav_txt:visited { color:#eee8cd; text-decoration: none }
a.sec_nav_txt:hover { color: #eee8cd;  text-decoration: underline;}



/*Style for the "return to top" link in the "About CIL" page*/


.return_top_orange
{
font-family: "Times New Roman",serif;
color:#e28f26;
font-style:italic;
text-decoration: none

}


/* Roll over effect for the currently selected link in the secondary navigation bar for the "About CIL" page*/

.sec_current_sel
{

    font-weight:bold;    
    font-family:"Times New Roman",serif;
    font-size:15pt;
    background:#e28f26;
    color:#eee8cd;
    padding-bottom:3px;
    text-decoration: none
}

