/*ESTC styles */

/**********General styles that apply to everything*********/

html           {margin: 0;
                padding: 0;
    }

body {margin: 0;
     padding: 0;
     font: 80% Verdana, Arial, Helvetica, sans-serif;
	 background: #D4ECFB; 
/*         background: url(images/background3.gif); */
    }

a              {color: #826ba9; text-decoration:none; font-weight: normal;}
a:link         {color: #826ba9; text-decoration:underline; font-weight: normal;}
a:visited      {color: #826ba9; text-decoration:underline; font-weight: normal;}
a:focus        {color: #ef9c00; text-decoration:none}
a:hover        {color: #8DCFF4; text-decoration:none}
a:active       {color: red;     text-decoration:none}



/* top section - banner */

div#banner     {height: 140px;
                width: 100%;
                background:  #8DCFF4 url(pool5-banner.jpg) top left no-repeat;;
                                }

div#banner h1  {position: absolute;
    left: 200px;
    color: black;
	text-align: left;
    font-weight: normal;
    font-size: 300%;
    margin-top: 0px;
    margin-bottom: 0px;
           padding-right: 0;
        }



/* content area */

/* centre column - style0*/
/* Use this for centering photos and pages with tables*/

div#centrecol   {margin-left: 100px;
     margin-right: 100px;
 /*   width: 70%; */
     margin-top: 10px;
     text-align: left;
 
    }
div#photostrip {border: none;    text-align: center;
    }



/* centre column - style 1 */
/* Use this for front page*/

div#centrecol1   {margin-left: 250px;
     margin-right: 250px;
 /*   width: 70%; */
     margin-top: 10px;
     text-align: justify;
    }


/* centre column - style 2*/
/* use this for all other pages*/

div#centrecol2   {margin-left: 200px;
     margin-right: 200px;
     margin-top: 10px;
     text-align: left;
    }

div#centrecol2 h2 {
     font-size: 200%;
         text-decoration: none;
     color: #ef9c00;
     font-weight: strong;
     padding: 5px;
     text-align: left;
     margin-top: 0;
     margin-bottom: 5px;
         }

div#centrecol2 h3 {background-color: #F5ba5c;
     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;
    }



/*bottom section - styles for the copyright and small print*/

div#signoff     {font-size: 70%;
     font-style: italic;
     text-align: center;
     padding-top: 10px;
     border-top: none;
    }

