/*ESTC styles for printing */

/**********General styles*********/

html           {margin: 0;
                padding: 0;
    }
    
body {margin: 0;
     padding: 0; 
     font: 9pt, Arial, Helvetica, sans-serif; 
     background: #DADDE5; 
/*	 background: #ebecf6 url(cfg.jpg) repeat; */
     }
      
a              {color: black;text-decoration:none}
a:link         {color: black; text-decoration:underline}
a:visited      {color: black;text-decoration:none}
a:focus        {color: black;text-decoration:none}
a:active       {color: black;text-decoration:none}
    
/* top section - banner */

div#banner     {height: 60px; 
                width: 100%;
                background:  #4a2885;
				}
				
div#banner h1  {position: absolute;
    left: 30px;
    color: #fff;
    font-weight: normal;
    font-size: 300%;
    margin-top: 0px;
    margin-bottom: 0px;
	}
      
div#subhead   {width: 100%; 
    height: 15px; 
    background-color: #826ba9;    
    }

div#subhead h2 {position: absolute;
    left: 30px;
    font-size: 100%;
    font-weight: bold;
    color: #fff;
    padding-right: 10px;
    }
     

/* lefthand column - navigation - styles for home page */
      
div#leftcol {display:none}
   
div#nava    {display:none}
div#navb    {display:none}
div#navc    {display:none}
div#navd    {display:none}
div#nave    {display:none}
div#navf    {display:none}
        
       
/* centre column - content area - styles for home page */
    
div#centrecol   {margin-left: 20px;
     margin-right: 20px;
     margin-top: 10px;
     text-align: center;
    }
         
div#centrecol img {border: 1px solid #000;
    }

div#centrecol1   {margin-left: 20px;
     margin-right: 20px;
     margin-top: 10px;
     text-align: center;
    }
         
/* centre column - content area - styles for other pages */
        
div#centrecol2   {margin-left: 20px;
     margin-right: 20px;
     margin-top: 10px;
     text-align: left;
    }

div#centrecol2 h2 {
     font-size: 200%;
	 text-decoration: none;
     color: #000;
     font-weight: strong;
     padding: 5px;
     text-align: left;
     margin-top: 0;
     margin-bottom: 5px;
	 }
  
div#centrecol2 h3 {background-color: #fff;
     page-break-inside:avoid;
     font-size: 120%;
	 text-decoration:none;
     color: #000;
     font-weight: strong;
     padding: 5px;
     text-align: left;
	 margin-top: 0;
     margin-bottom: 5px;
	 }
div#centrecol2 h4 { font-size: 150%;
     color: #000;
     font-weight: normal;
	 text-decoration:none;
     padding: 5px;
     text-align: left;
     margin-top: 0;
     margin-bottom: 5px;
	 }
         
div#centrecol2 img {border: 1px solid #000;
    }
      
/* righthand column - related links */
     
div#rightcol    {display:none}
 
	
    
/*bottom section - styles for the copyright and small print*/
       
div#signoff     {font-size: 70%;
     font-style: italic;
     text-align: left;
     padding-top: 10px;
     border-top: 1px solid #000;
    }
       
