
/* This style sheet lists the style declarations for the various elements for "Get Involved" page and its second level page*/


/*Styles for the secondary pages of "Get Involved" Section*/

.right_margin_get_inv
{
background:#957866;
}


/* Style for all the elements of the "Get Involved" Secondary Pages */

.sec_nav_get_inv
{
    font-family: "Times New Roman",serif;
    font-size:15pt;
    background:#957866; 
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
}


/*Declaration for the "return to top link" for the "Get Involved" Page*/

.return_top_brown
{
font-family: "Times New Roman",serif;
color:#957866;
font-style:italic;
text-decoration: none

}


/* Roll over effect for the currently selected link in the secondary navigation bar for "Get Involved" page*/

.sec_cur_sel_gi
{

    font-weight:bold;    
    font-family:"Times New Roman",serif;
    font-size:15pt;
    background:#957866;
    color:#eee8cd;
    padding-bottom:3px;
    text-decoration: none
}



/* Roll over effect for the currently selected link in the secondary navigation bar for Get Involved*/

.sec_cur_sel_res
{

    font-weight:bold;    
    font-family:"Times New Roman",serif;
    font-size:15pt;
    background:#6e91a3;  
    color:#eee8cd;
    padding-bottom:3px;
    text-decoration: none
}


/*Style for header in the "Online donation" page*/

.headers_3
{
font-family:"Times New Roman",serif;
font-size:80%;
font-weight:bold;
}


