
      /****************************************
                Site Wide
      *****************************************/

      * {
        font-family: Arial, Helvetica, sans-serif;
      }
            
      img {
        border: 0px;
      }

      a {
	text-decoration: none;
	color: #305693;
}

      a:hover {
        color:#4056A2;
      }
      
      form {
        margin: 0px;
      }
      
      button {
        border: 2px groove transparent;
        background-color: transparent;
        font-weight: bold;
        font-variant: small-caps;
        color: #FFFFFF;
      }

      button:hover {
        border: 2px outset #6B90CB;
        background:#4056A2;
      }

      /****************************************
                Page Framework
      *****************************************/
      
      body {
        margin: 0px;
        width: 902px;
        background-color: #FFFFFF;
      }
      
      #header {
        width: 778px;
        height: 95px;
        background-image: url(../images/header_home.jpg);
        background-repeat: no-repeat;
      }

      #linkBar {
        width: 778px;
        height: 35px;
        background-image: url(../images/links.jpg);
        background-repeat: no-repeat;
      }

      #linkBarStretch {
        width: 124px;
        height: 35px;
        background-image: url(../images/stretch.jpg);
        background-repeat: no-repeat;
      }

      #leftCol {
        width: 150px;
        height: 500px;
        font-size: 11pt;
        font-weight: bold;
        color: #FFFFFF;
        background-image: url(../images/left_fade.jpg);
        background-repeat: no-repeat;
        vertical-align: top;
      }

      #centerFade {
        width: 7px;
        background-image: url(../images/centre_fade.jpg);
        background-repeat: repeat-y;
      }

      #content {
        width: 451px;
        min-height: 400px;
        padding: 10px;
        vertical-align: top;
      }

      #rightCol {
        width: 150px;
        padding-top: 10px;
        vertical-align: top;
      }

      #footer {
        padding: 10px;
        font-size: 0.7em;
        color: #000066;
        text-align: center;
        vertical-align: middle;
      }
      
      /****************************************
                Main Menu
      *****************************************/
      
      #mainMenu a {
        display: block;
        padding: 0.25em 0.25em;
        border-bottom: 1px solid #010141;
        text-align:right;
        color: #FFFFFF;
      }

      #mainMenu a:hover	{
        background:#4056A2;
        color: #FFFFFF;
      }

      /****************************************
                Quick Search Box
      *****************************************/

      #search {
        margin:5px;
        border:1px solid #4056A2;
        padding: 2px;
        font-size: 11pt;
      }

      #search div {
        margin: 0px;
        text-align: center;
        font-variant: small-caps;
      }

      #search input {
        width: 90px;
        font-size: 0.8em;
        font-weight: normal;
      }

      #search button {
        background-color: #6B90CB;
        width: 35px;
      }

      /****************************************
                  Login Form
      *****************************************/

      #login {
        margin:5px;
        border:1px solid #4056A2;
        padding: 2px;
        font-size: 11pt;
      }

      #login div {
        clear: both;
      }

      #login div.title {
        margin: 2px;
        margin-bottom: 4px;
        text-align: center;
        font-variant: small-caps;
      }

      #login label {
        margin: 0px;
        width: 45%;
        float: left;
        font-size: 10pt;
      }

      #login input {
        width: 40%;
        float: right;
        font-size: 0.8em;
        font-weight: normal;
      }

      #login div.msg {
        font-size: 9pt;
        color: red;
      }

      #login button {
        background-color: #6B90CB;
        margin: 0px;
        width: 40%;
        float: right;
        font-size: 70%;
      }

      #login div.msg {
        font-size: 9pt;
        color: red;
      }

      /****************************************
                  User Menu
      *****************************************/

      .userMenu {
        margin: 0px;
        margin-top: 10px;
        padding: 0px;
        font-size: 0.9em;
        font-weight: bold;
        border: 2px outset #6B90CB;
        background:#6B90CB;
        color: #FFFFFF;
      }

      .userMenu div {
        text-align: center;
        font-weight: bold;
        font-variant: small-caps;
      }

      .userMenu div.title {
        font-size: 11pt;
      }

      .userMenu div.subTitle {
        font-size: 9pt;
      }

      .userMenu a {
        display: block;
        padding: 0.25em 0.25em;
        border-top: 1px solid #010141;
        color: #FFFFFF;
        font-size: 9pt;
        font-weight: bold;
        text-decoration: none;
      }

      .userMenu a:hover {
        background:#4056A2;
      }

      /****************************************
                  Advert
      *****************************************/
 
      .advert {
        margin-top: 10px;
        text-align:center;
      }    

      /****************************************
                  Content
      *****************************************/

      #content h1 {
        font-size: 1.2em;
        font-weight: bold;
        font-variant: small-caps;
        color: #666666;
      }

      #content h2 {
        margin-top: 1em;
        font-size: 0.9em;
        font-weight: bold;
        color: #666666;
      }
	  
	 
	 #content h3 {
	margin: 0px;
	font-size: 9pt;
	color: #999999;
	font-weight: normal;
}
	 
	  
	  #content h4 {
	margin: 0px;
	font-size: 8pt;
	color: #B0B0B0;
	font-weight: normal;
}

      #content h5 {       /* Image Captions. */
        margin: 0px;
        font-size: 0.7em;
        font-weight: bold;
        color: #666666;
      }

      #content h6 {
	margin: 0px;
	font-size: 0.7em;
	font-weight: bold;
	color: Black;
}



      #content p {
        font-size: 0.9em;
        color: #666666;
        text-align: justify;
      }
    
      .tableList {
        width: 100%;
        font-size: 0.9em;
        border-spacing: 2px;
      }
    
      .tableList td {
        vertical-align: top;
      }
    
      /****************************************
              Pager
      *****************************************/

      .pager {
        margin: 5px 0 5px 0;
        padding: 2px;
        background-color: #6B90CB;
        color: #FFFFFF;
        font-size: 0.8em;
        font-weight: bold;
        font-variant: small-caps;
      }
      
      .pager div {
        text-align: center;
      }
      
      .pager button {
        margin: 1px;
        padding: 0px;
        color: #FFFFFF;
        font-size: 0.7em;
      }
