

/*This style sheet lists the style declarations for the various elements of the CIL Home Page*/


/*Declarations for the News Flash Section on the CIL Home Page*/

.newsflash
{
    
    background:#CC6600;
    color:#eee8cd;
    font-weight:bold;
    font-size:12pt;
    padding:0px 12px 0px 12px;
    
}


/*Declarations for the News Flash Header on the CIL Home Page*/

.newsflash_header
{
    background:black;
    color:#eee8cd;
    font-size:15pt;
    font-weight:bold;   
    padding:0px 0px 0px 12px;   
}


/* Declarations for the link in the News Flash text--Home Page*/

a.nflink:link { color:#eee8cd;}
a.nflink:active { color: #eee8cd;}
a.nflink:visited { color:#eee8cd; }
a.nflink:hover {color: #eee8cd;}


/* Declarations of link properties in the Hot Links in the Home Page*/

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 Hot Links Navigation Bar of the Home Page*/

.hot_cur_sel
{
    font-family: "Times New Roman",serif;
    font-size:13pt;
    background:black;
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
    text-decoration:none;
    font-weight:bold;
  }


/*Style declarations for the Hot Links Navigation bar of the Home Page*/

.hot_links
{
    font-family: "Times New Roman",serif;
    font-size:13pt;
    background:black;
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:5px;
    font-weight:bold;
  }


/* Declaration of the font,color properties for the Primary Navigation in the Home Page*/

.main_nav 
{
    font-family:"Times New Roman",serif;
    font-size:17pt;
    background:#68838B;
    color:#eee8cd;
    padding-bottom:3px;
    padding-top:3px;
}


/* Declaration of the font properties for the Home Page Copy*/

.home_text
{
line-height:2em;
font-family:"Times New Roman",serif;
font-size:120%;
}



/* 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;}


