body {
		    font-family: Arial, Verdana, Helvetica, sans-serif;
			line-height: 1.4;
		}
		
		p   {
            color: #000000;
	        text-align: justify;
	        font-size: 0.8em;
		}
		
		h1 {
	        color: #000000;
	        font-size: 1.1em;
	        font-weight: bold;
	        margin: 15px 10px 10px 10px;
		}
		
        h4 {
	        color: #000000;
	        font-size: 0.8em;
	        font-weight: bold;
	        margin: 15px 0px -10px;
	    }
        h5  {
            color: #000000;
	        font-size: 0.7em;
	        font-weight: normal;
	        margin: 15px 0px -10px;
	   }
	   
	   h6 {
	        color: #000000;
	        font-size: 0.8em;
	        font-weight: bold;
	        margin: 15px 0px 10px;
	    }
		
	   .titleone{
	       color: #005671;
	       font-family: Geneva, Arial, Helvetica, sans-serif;
	       font-size: 18px;
	       font-weight: bold;
	       padding-top: 35px;
	       padding-left: 20px;
    
        }

       .titletwo{
	       color: #005671;
	       font-family: Geneva, Arial, Helvetica, sans-serif;
	       font-size: 40px;
	       font-style: italic;
	       font-weight: bold;
	       padding-left: 70px;
	       padding-right: 10px;
	       top: 50px;
        }
        .titlethree{
	       color: #005671;
	       font-family: Geneva, Arial, Helvetica, sans-serif;
	       font-size: 11px;
	       font-weight: bold;
	       padding-left: 20px;
}

		#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
		}

		#banner {
			padding: 5px;
			margin-bottom: 0;
			background-color: rgb(213, 219, 225);
			background-image: url(images/top2.jpg);
			background-repeat: no-repeat;
			background-color: #8BB9D3;
		}

		#content {
			padding: 5px;
			margin-left: 170px;
			background-color: white;
			border-right-width: thin;
	        border-right-style: dotted;
	        border-right-color: #015772;
		}

		#sidebar-a {
			float: left;
			width: 160px;
			\width: 170px;
			w\idth: 160px;
			margin: 0;
			margin-right: 0;
			padding: 5px;
			background-color: #015772;
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 0;
			background-color: #8BB9D3;
			border-top-width: thin;
	        border-bottom-width: thin;
	        border-top-style: solid;
	        border-bottom-style: solid;
	        border-top-color: #015772;
	        border-bottom-color: #015772;
		}
		
		#footertext{
		   text-align: center;
		   font-size: 0.7em;
		    
		}
		

	ul{
    color: #000000;
  	text-align: justify;
	font-size: 0.8em;
	padding-left: 15px;
  }
  

  
/* Image property styles and captions */
  
.image{
	float: right;
	padding: 2px;
	margin-left: 20px;
	margin-bottom: 10px;
}
		
.smalltext{
   font-size: 0.7em;
   font-weight: bold;
   color: #015772;
   margin: -10px 0px -15px 0px;
}
.photographer{
   font-size: 0.7em;
   font-weight: normal;
   color: #015772;
}

		

/* Hyperlink styles */

a:link {
	color: #005671;
}
a:visited {
	color: #005671;
}
a:hover {
	color: #8CB9D6;
	}
	
	.organisation{
   font-weight: bold;
}

a.rightmain:link, a.rightmain:visited{
	color: #AEDBFA;
	text-decoration: none;
}
a.rightmain:hover{
    color: #FFFFFF;
	text-decoration: none;
}
a.right:link, a.right:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.right:hover{
    color: #AEDBFA;
	text-decoration: none;
}
a.footerlink:link, a.footerlink:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a.footerlink:hover{
    color: #015772;
	text-decoration: none;
}

