html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 12pt/17pt trebuchet ms, verdana, arial, sans-serif; 
	color: #555753; 
	margin: 0px; 
	padding: 0px;
	}
p { 
	font: 12pt/17pt trebuchet ms, verdana, arial, sans-serif; 
	margin-top: 0px; 
	text-align: left;
	}
h1 { 
	font: italic normal 18pt trebuchet ms, verdana, arial, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #BB8E01;
	}
h2 { 
	font: italic normal 16pt trebuchet ms, verdana, arial, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #BB8E01;
	}
h3 { 
	font: italic normal 14pt trebuchet ms, verdana, arial, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #BB8E01;
	}
h4 { 
	font: italic normal 13pt trebuchet ms, verdana, arial, sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #BB8E01;
	}
a:link { 
	font-weight: normal; 
	text-decoration: underline; 
	color: blue;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: purple;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: red;
	}
a:link.image img {border-width: 0 0 0px 0;}
a:visited.image img {border-width: 0 0 0px 0;}
a:active.image img {border-width: 0 0 0px 0;}
a:hover.image img {border-width: 0 0 0px 0;}

acronym {
	border-bottom: none;
	}
	
img.bordered {border: solid black 1px;}



/* specific divs */
#box { 
	padding: 0px 0px 0px 10px;  
	width: 795;
	margin: 0px; 
	position: absolute;
	top: 0px;
	left: 0px;
	}

#pageheading { 
	margin-bottom: -50px;
/*	border: solid 1px #000000*/
	}

#psponsor { 
	margin-top: 10;
	margin-bottom: 0px;
/*	border: solid 1px #000000*/
	}

#organiser { 
	margin-bottom: 0px;
/*	border: solid 1px #000000*/
	}

#beneficiary { 
	margin-bottom: 0px;
/*	border: solid 1px #000000*/
	}

#text {
	margin: 0px 0px 0px 5px;
/*	width: 785; */
	
	}
	
	
/* using an image to replace text in an h1. Courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageheading h1 { 
	background: url(images/cyclists.jpg) no-repeat top left; 
	margin-left: -5px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	width: 780px; 
	height: 200px; 
	}
#pageheading h1 span {
	display:none
	}
#psponsor h4 { 
	margin-left: 0px;
	margin-top: 0px; 
	margin-bottom: 0px; 
	}
	
#psponsor h2 { 
	background: url(images/CountryClub600x151.jpg) no-repeat top left; 
	margin-left: 50px;
	margin-top: 0px; 
	margin-bottom: 10px; 
	width: 600px; 
	height: 151px; 
	}
#psponsor h2 span {
	display:none
	}
#beneficiary h3 { 
	background: url(images/newhorizons.jpg) no-repeat top left; 
	margin-top: 10px; 
	width: 216px; 
	height: 163px; 
	float: left;
	}
#beneficiary h3 span {
	display:none
	}
#organiser h3{ 
	background: url(images/rotary_international.gif) no-repeat top left; 
	margin-top: 10px; 
	width: 159px; 
	height: 159px; 
	float: right;
	}
#organiser h3 span {
	display:none
	}
