    #container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
    #header {
	width: 770px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #436e62;/*themecolour2;*/
	height: 30px;
	padding-top: 5px;
	margin-bottom: 4px;
}
#logo {
	margin-bottom: 5px;
}

#heading {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #436e62;/*themecolour2;*/
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#image {
	height: 226px;
	width: 770px;
	margin-bottom: 5px;
}
#hnavbar {
	width: 770px;
	height: 27px;
}
/*this container holds the left and right-hand text boxes */
#holderdivleft {
	width: 180px;
	margin-right: 10px;
}
.leftcoldiv {
	
	width: 180px;
	color: #7a8d8b;/*themecolour1$ -4.9%, -24.4%;*/
	float: left;
}
.leftcoldiv2 {
	margin: 10px 0;
	width: 180px;
}	

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;/*themecolour4%0;*/
	background-color: #ffffff;/*themecolour4;*/
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*sets margins to 0 */ 
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*styles the text in the center column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5 8;
	color: #7a8d8b;/*themecolour1$ -4.9%, -24.4%;*/
}
/*styles the text in the right-hand column */
.rightcoldiv p {
	margin: 5px 0;
	padding: 5 8;
	color: #333333;
}
/*style the heading text */
.rightcoldiv h2 {
	margin: 0;
	background-color: #aabab9;/*themecolour1;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #436e62;/*themecolour2;*/
}
/*styles the text in the center column */
.leftcoldiv h2 {
	margin: 0;
	color: #7a8d8b;/*themecolour1$ -4.9%, -24.4%;*/
	font-size: 120%;
	padding: 1px 5px;

}

h1 {
	font-size: 150%;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 4px;
}
h2 {
	font-size: 140%;
	color: #7a8d8b;/*themecolour1$ -4.9%, -24.4%;*/
	margin-top: 4px;
	margin-bottom: 2px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(index_files/index_bullet.gif);
	font-size: 90%;
	font-weight: normal;
	padding-left: 40px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
	margin-bottom: 5px;
}
/*link styles*/
 a:link {
	color: #000000;/*themecolour1;*/
}
 a:visited {
	color: #000000;/*themecolour4%0;*/
}
 a:link:hover {
	color: #436e62;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #436e62;/*themecolour2;*/
}	
.imagepad {
	padding-top: 5px;
}
.headlinepad {	padding-bottom: 8px;
}

