
/* this sets the containing div and centres it */

body  {
      background-color: #4086AA;
	    color: #666666;
	    font-family: Verdana, Helvetica, Arial, sans-serif;
      font-size: 1em;
	    margin: 0;
	    } 
h1    {
	    font-size: 2em;
	    text-align: center;
	    font-style: italic;
	    letter-spacing: 5px;
      }
h2    {
	    font-size: 1.1em;
	    text-decoration: underline;
      } 
p.h1  {
      font-size: 2em;
	    font-weight: 900;
	    text-align: center;
	    font-family: Verdana, Helvetica,  Arial, sans-serif;
	    letter-spacing: 5px;
	    line-height: 2.75em;
	    }
p     {
	    font-size: 1em;
	    text-align: justify;
	    line-height: 2em;
      }
.regindent{ 
	    text-indent: 2em 
	    }
#main {
      width: 990px;
      /* include the IE5.x/Win box model hack */
      \width: 1000px;
      w\idth: 990px;
			height:1024px;
      margin: 10px;
      margin-left: auto;
      margin-right: auto;
      padding: 5px;
	    font-family: Verdana, Helvetica, Arial, sans-serif;
	    }
/* this sets the header div */
#header{
      padding: 5px;
      margin-bottom: 0px;
      background: #e2e2e2;
      }
/* this sets the navigation div */
#navigation{
      float: left;
      width: 200px;
      /* include the IE5.x/Win box model hack */
      \width: 210px;
      w\idth: 200px;
		  height: 1024px;
      margin: 0px;
      margin-right: 10px;
      padding: 5px;
      background-color: #95b7cd;
      }
#navigation ul li a:link, 
#navigation ul li a:visited 
      {
			display: block;
      text-decoration: none;
      font-weight: bold;
			list-style-type: none;
      border-bottom: solid #000000 1px;
      padding-top: 5px;
      padding-bottom: 5px;
      padding-left: 20px;
      }
ul    {
	    list-style-type: none;
      padding-left: 0;
	    margin-left: 0;
	    }
a:link {
	    color: #666666;
      background-color: #95b7cd;
	    text-decoration: none;
      }
a:visited {
	    color: #666666;
      background-color: #95b7cd;
	    text-decoration: none;
	    }
a:hover {
	    background-color: #aaddee;
	    text-decoration: none;
      }
a:active {
	    background-color: #3cc7f0;
	    text-decoration: none;
      }
/* this sets the content div */
#content{
      height: 1024px;
      padding: 5px;
      margin-left: 210px;
      background-image: url(images/background2.jpg);
			}
img.myborder {
	    border-color: #4086AA; 
	    border-style: solid;
	    }
img.displayed {
      display: block;
      margin-left: auto;
      margin-right: auto; 
	    }
/* this sets the footer div */
#footer{
      padding: 5px;
      margin-top: 2px;
      background-color: #95b7cd;
      clear: both;
      font-size: 1.1em;
      }


