

/*This style sheet lists the style declarations common to some/all pages except the Home page*/



/* Style declarations for the "Did you know...." section */

.snippets
{
font-family:"Times New Roman",serif;
font-size:110%;
color:#eee8cd;
font-style:italic;
padding: 12px 12px 12px 12px;
background:black;
                                   
}



/* Declarations of link properties 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 "Did you know...." section */

.person
{
font-family:"Times New Roman",serif;
font-size:90%;
color:#eee8cd;
font-style:normal;
}


/*Styles for main headers*/

.headers
{
font-family:"Times New Roman",serif;
font-size:120%;
font-weight:bold;
font-style:italic;
}



/*Declaration for the sub-section headers */

.headers_1
{
font-family:"Times New Roman",serif;
font-size:100%;
font-weight:bold;
}



/* Declaration of the font,color properties for the Primary Navigation in pages other than the Home*/

.main_nav_others 
{
    font-family:"Times New Roman",serif;
    font-size:17pt;
    background:black;;
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:3px;
}


/* Declarations of link properties in the Primary Navigation */

a.nav:link { color:#eee8cd; text-decoration: none }
a.nav:active { color: #eee8cd; text-decoration: none }
a.nav:visited { color:#eee8cd; text-decoration: none }
a.nav:hover { color: #eee8cd; text-decoration: underline;}



/*Style for the currently selected link in the Primary Navigation*/


.current_sel
{
    font-weight:bold;
    font-family:"Times New Roman",serif;
    font-size:17pt;
    background:black;
    color:#eee8cd;
    padding-bottom:3px;
    text-decoration: none
}



/* Declaration of the font properties for the copy in the Secondary Pages*/

.sec_text
{
line-height:1.5em;
font-family:"Times New Roman",serif;
font-size:120%;
}



/* Styles for the list item property for the list items in the About us,History pages,Press,Volunteer and Our Services Page*/

ul.disc 
{
list-style-type: disc;
}


/*Declaration for list elements in the Press Page*/

ul.headers_2 
{
list-style-type: none;
margin-left: 0;
padding-left: 0;

}


/* Declarations of link properties for the primary navigation in the secondary page*/

a.sec_main_nav:link { color:#eee8cd; text-decoration: none }
a.sec_main_nav:active { color: #eee8cd; text-decoration: none }
a.sec_main_nav:visited { color:#eee8cd; text-decoration: none }