#container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	top: 20px;
	}
	/*this positions the right-hand column */
#rightcolumn {
	visibility: visible;
	padding: 8px 8px 8px 12px;
	float: right;
	width: 520px;
}
#leftcolumn {
	width: 180px;
	color: #8c9d7c;/*themecolour1$ -4.9%, -24.4%;*/
	float: left;
}
#images {
width: 180px;
text-align:center;
}

#images p {
padding: 0 0 12px 0;
}

#content {
	width: 770px;
}
#header {
width: 770px;
}
#heading {
	background-color: #FFFFFF;/*themecolour4;*/
	height: 103px;
	width: 770px;
	text-align: left;
	margin-bottom: 2px;
}
#image {
	height: 1px;
	width: 770px;
	margin-bottom: 2px;
}	
#logo {
	position: absolute;
	z-index: 1;
	height: 218px;
}
#hnavbar {
	width: 770px;
	background-color: #FFFFFF;/*themecolour4;*/
	height: 27px;
}
#details {
width: 770px;
text-align:right;
}
/**Redefined html tags**/
/*defines the font and page background image */
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;
	}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
b {
   font-size: 11px;
   font-weight: normal;
   color: #000000;
   }
.imagepad {
	padding-top: 170px;
}

h1 {
	font-size: 18px;
	margin: 0px;
	color: #154884;
	padding-top: 8px;
	padding-bottom: 4px;
}
h2 {
	font-size: 140%;
	color: #acb2d0;/*themecolour1$ -4.9%, -24.4%;*/
	margin-top: 4px;
	margin-bottom: 2px;
	
}
h3 {
	font-size: 160%;
	color: #ffffff;/*themecolour2;*/
	margin-top: 4px;
	margin-bottom: 2px;
	
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #333333;/*themecolour4%0;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(layout_files/layout_bullet.gif);
	color: #333333;/*themecolour4%0;*/
	font-weight: normal;
	margin-left: 20px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
.imageright {
float: right;
margin: 4px;
}
/*link styles*/
 a:link {
	color: #0066CC;/*themecolour1$ -4.9%, -24.4%;*/
}
 a:visited {
	color: #333333;/*themecolour4%0;*/
}
 a:link:hover {
	color: #CC0000;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #839aad;
}
#clear {
	height: 1px;
}
#footer {
	width: 770px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-image: url(layout_files/footer.jpg);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 22px;
	background-color: #FFFFFF;/*themecolour4;*/
}

