
/*This style sheet lists the style declarations common to all pages-Home,First and Second level pages*/


/* Style for body*/

body {
    background:#eee8cd;
    padding:0;
    margin-left:0;
    margin-right:0;
    font-family:"Times New Roman",serif;
    /*font-size:12pt;*/
}


/*Style for the CIL Logo*/

.logo
{
   margin-left:10px;
}  


/*Font style for the site search*/

.site_search
{
  font-size:10pt;
}



/* Declaration of the font properties for the footer section of the Website*/

.footer
{
font-family:"Times New Roman",serif;
font-size:0.8em;
text-align:center;
}


/* Declarations of link properties for links in the Footer Section*/

a.foot_link:link {color:black; text-decoration: none }
a.foot_link:active { color:black; text-decoration: none }
a.foot_link:visited {color:black;  text-decoration: none }
a.foot_link:hover { color:black; text-decoration: underline;}




/*Style for the orange line separator between the Primary and Secondary Navigation*/

.orange_line
{
    background:#CC6600;
    font-size:1px;
    height:1px;  
}   





