
	body 	{
		margin:0px 0px 0px 0px;
		padding:0px;
		font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		background:#BA78DC;
		}
	
	#bannertext {
		position: absolute;
		left: 480px;
		top: 25px;
		color: #1122bb;
		font: italic normal bold 22pt "Times", serif;
		border:10px #434384;
		}

	#banner img {
   		margin-left: 160px;
		float: left;
                	background:#ffffff;  
		left:160px;
		top:5px;
		}

	#bannerpics img {
		position: absolute;
		/*float: left;
		width: 70%;*/
		background:#ffffff; 
		left:180px;
		top:0px;
		right:0px;
		}


	#bcsborder {
		position: absolute;
		background:#BA78DC; 
		font:	normal bold 10pt Arial, Helvetica, sans-serif;
		color: #ffffff;
		left:2px;
		top:20px;
		width:140px;
		border:0px none #ffffff;
		}

	#leftbox {
		float: left;
		background:#ffffff; 
		font:	normal 10pt Arial, Helvetica, sans-serif;
		color: #000000;
		width:190px;
   		margin-left: 1px;
   		margin-right: 3px;
   		margin-bottom: 20px;
		border:0px solid #000000;
		}

	#divabox {
		float: left;
		background:#ffffff; 
		font:	normal 10pt Arial, Helvetica, sans-serif;
		color: #000000;
		width:500px;
   		margin-left: 1px;
   		margin-right: 1px;
   		margin-bottom: 10px;
		border:0px solid #000000;
		}

	#rightbox {
		float: right;
		background:#ffffff; 
		font:	normal 10pt Arial, Helvetica, sans-serif;
		color: #000000;
		width:220px;
   		margin-left: 1px;
   		margin-right: 3px;
   		margin-top: 2px;
   		margin-bottom: 1px;
		border:1px solid #000000;
		}

	#venuebox {
		float: right;
		background:#ffffff; 
		font:	normal 10pt Arial, Helvetica, sans-serif;
		color: #ffffff;
		background:#006187; 
		width:150px;
   		margin-left: 1px;
   		margin-right: 1px;
   		margin-bottom: 1px;
		border:0px solid #000000;
		}

	#bannerbox {
		float: left;
		background:#EADAF2; 
		font:	normal 10pt Arial, Helvetica, sans-serif;
		color: #000000;
		width:600px;
   		margin-left: 1px;
   		margin-right: 3px;
   		margin-bottom: 1px;
		border:2px solid #000000;
		}

	#leftcontent {
		position: absolute;
		background:#BA78DC; 
		left:0px;
		top:15px;
		width:140px;
		border:0px none #ffffff;
		}

	#centercontent {
		background:#ffffff; 

   		margin-left: 140px;
   		margin-right:000px;
		border:10px none #000000;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
  		margin-left: 145px;
   		margin-right:000px;
		}

	html>body #centercontent {
   		margin-left: 150px;
   		margin-right:000px;
		}

	.centreindent {
		margin-left:20px;
		}

	#rightcontent {
		position: absolute;
		right:0px;
		top:0px;
		width:0px;
		border:0px none #000;
		}
	
	#banner {
                background:#ffffff; 
		height:200px;
		border-top:1px none #000;
		border-right:1px none #000; 
		border-left:1px none #000;
		border-bottom:0px none #000;
		}

	html>body #banner {
		height:140px;
		}
		
	p,h1,h2,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font:normal bold 15pt sans-serif;
		padding-top:10px;
		}
	h2 {
		font: normal normal bold 10pt "Arial", sans-serif;
		}

	h3 {
		font:	14px/1.2 Verdana, Arial, Helvetica, sans-serif;
		color: #A81239;
		}
		
	#banner h1 {
		font-size:14px;
		padding:10px 10px 0px 10px;
		margin:0px;
		}
	
	#rightcontent p {
		font-size:10px
		}

	#bottomcontent {
		background:#ffffff; 
                background-repeat: repeat;  
		border-top:1px dashed #000000;
		border-right:2px none #000000;
		border-bottom:2px none #000000;
		border-left:2px none #ffffff;
	        color:#69078F;
		}

	a.bottoma:link {
		color: #69078F;
        	text-decoration:none;
                font-weight:normal;
		}
	a.bottoma:active {
		color: #69078F;
        	text-decoration:none;
                font-weight:normal;
		}
	a.bottoma:visited {
		color: #69078F;
        	text-decoration:none;
                font-weight:normal;
		}

	a.bottoma:hover {
		color: #ff0000;
        	text-decoration:none;
                font-weight:normal;
		}

	 a.centrea:link {
		color: #0000ff;
        	text-decoration:underline;
                font-weight:normal;
		}

	 a.centrea:active {
		color: #0000ff;
        	text-decoration:underline;
                font-weight:normal;
		}

	 a.centrea:visited {
		color: #0000ff;
        	text-decoration:underline;
                font-weight:normal;
		}

	 a.centrea:hover {
		color: #ff0000;
        	text-decoration:underline;
                font-weight:normal;
		}


	#mainimage {
		float: right;
		border:0px none #ffffff;
		}

	#leftimage {
		float: left;
		border:0px none #ffffff;
		}

	#rightimage {
		float: right;
		border:0px none #ffffff;
		}

	.leftimage {
		float: left;
		border:0px none #ffffff;
   		margin-left: 2px;
   		margin-right: 2px;
   		margin-bottom: 5px;
		}

	#combined {
		float: right;
		background:#ffffff; 
		font:	normal 10pt Arial, Helvetica, sans-serif;
		color: #000000;
		width:340px;
		}

	.bcsimage {
		float: left;
		border:3px none #ffffff;
   		margin-left: 3px;
   		margin-right: 3px;
   		margin-bottom: 5px;
		}

	.bcsimager {
		text-align:right;
   		margin-left: 3px;
   		margin-right: 3px;
   		margin-bottom: 5px;
		}

	.bcsimage p {
  		text-align: right;
		font:	7pt Arial, Helvetica, sans-serif;
  		font-style: normal;
  		text-indent: 0;
		}
	
	.rightimage {
		float: right;
		border:0px none #ffffff;
   		margin-left: 5px;
   		margin-right: 10px;
		}

	.centerimage {
		float: left;
		border:0px none #ffffff;
   		margin-left: 55px;
    		margin-bottom: 10px;
		}

	#leftmenu {
		color: #FFFFFF;
		font: italic normal normal 150% "Times", serif
		}

	#totaltopmenu {
		float: left;
		margin-right: 220px;
		color: #000000;
		}

	.topmenu { 
		float: left;
        	width: 8em; 
		height: 1em;
		margin: 2px; 
		color: #000000;
		}	

	#total-no-border {
		float: left;
		margin-right: 220px;
		color: #000000;
		}

	.topmenu-side-border { 
		float: left;
        	width: 8em; 
		height: 1em;
		margin: 2px; 
	  	border-right: 1px solid #000000;
		padding-left:10px;
		color: #000000;
		font-size: 90%;
		}	

	.button { font: normal normal bold 8pt "Arial", sans-serif;
	  display: block;
          width: 110px;
	  padding-right:0px;
	  padding-left:2px;
	  margin-left: 10px;
	  margin-bottom: 10px;
          text-align: left;
          border-top: 5px solid #C8C4C9;
	  border-left: 5px solid #777677;
	  border-bottom: 3px solid #777677;
	  border-right: 5px solid #777677;
	  color: #ffffff;
	  text-decoration:none;
	  background-color: #AE61CB;
	}


	.button a:link, .button a:active {
 	display: block;
	text-decoration:none;
  	background: #69078F; 
	color: #ffffff;
	}

	.button a:visited {
	display: block;
	text-decoration:none;
        background: #69078F; 
	color: #ffffff;
	}

	.button a:hover {
	display: block;
	background: #ff0000;
	text-decoration:none;
	color: #ffffff;
	}

	.button-indent { font: normal normal bold 8pt "Arial", sans-serif;
	  display: list-item;
          width: 100px;
	  padding-right:0px;
	  padding-left:2px;
	  margin-left: 40px;
	  margin-bottom: 5px;
          text-align: left;
          border-top: 0px solid #C8C4C9;
	  border-left: 0px solid #777677;
	  border-bottom: 0px solid #777677;
	  border-right: 0px solid #777677;
	  color: #5E5D5D;
	  text-decoration:none;
	  background-color: #BA78DC;
	}


	.button-indent a:link, .button a:active {
 	display: list-item;
	text-decoration:none;
  	background: #BA78DC; 
	color: #ffffff;
	}

	.button-indent a:visited {
	display: list-item;
	text-decoration:none;
        background: #BA78DC; 
	color: #ffffff;
	}

	.button-indent a:hover {
	display: list-item;
	background: #ff0000;
	text-decoration:none;
	color: #ffffff;
	}

TD.image1   { font-family: sans-serif; font-style: italic;
						 font-weight: bold; color:#69078F; text-align: center;  font-size: smaller;
						 vertical-align: top}
TD.text1  { font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#000000; text-align: left; font-size: 10pt;
						 vertical-align: top;}
TD.text2  { font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#9034BF; text-align: center; font-size: 10pt;
						 vertical-align: top;}
TD.heading  { font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#000000; text-align: left; font-size: 10pt;
						 vertical-align: top;}
TD.leftdata  { font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#000000; text-align: left; font-size: 10pt;
						 vertical-align: top;}
TD.heading-colour { background-color: #E0ABFB; font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#ffffff; text-align: left; font-size: 12pt;
						 vertical-align: top;}
TD.left-colour { background-color: #F4E5FB; font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#000000; text-align: left; font-size: 10pt;
						 vertical-align: top;}
TD.right-colour { background-color: #F4E5FB; font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#000000; text-align: right; font-size: 10pt;
						 vertical-align: top;}
TD.heading-cmas { background-color: #DC1124; font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#ffffff; text-align: left; font-size: 10pt;
						 vertical-align: top;}
TD.left-cmas { background-color: #6FE793; font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#000000; text-align: left; font-size: 10pt;
						 vertical-align: top;}
TD.contactdata  { font-family: sans-serif; font-style: normal; 
						 font-weight: normal;  color:#000000; text-align: center; font-size: 10pt;
						 vertical-align: top;}