table {
	font: 9pt "trebuchet ms", arial, sans-serif
}
body {
	color: #333333;/*themecolour6%0;*/
	background-color: #faebd7;
	font-family: "trebuchet ms", Arial, sans-serif;
	font-size: 9pt;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	}
#header {
	position: absolute;
	height: auto;
	width: auto;
	left: 150px;
	top: 10px;
	visibility: visible;
}

#header-home {
	position: absolute;
	height: auto;
	width: auto;
	left: 180px;
	top: 10px;
	visibility: visible;
}

#logo {
	position: absolute;
	height: auto;
	width: auto;
	left: 10px;
	top: 165px;
}

#hnavigation {
	position: absolute;
	height: auto;
	left: 20px;
	top: 129px;
	z-index: 5;
	background-color: #3c9bf7;/*themecolour1;*/
}

#vnavigation {
	position: absolute;
	height: auto;
	width: auto;
	left: 20px;
	top: 200px;
}

.imageborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#imagebar {
	position: absolute;
	height: auto;
	width: auto;
	right: 60px;
	top: 25px;
	z-index: 6;
}
.imagebox {
	border: 1px solid #000000;
}

#content {
	position: absolute;
	height: auto;
	width: 600px;
	left: 180px;
	top: 165px;
	right: 50px;
}

#content-home {
	position: absolute;
	height: auto;
	width: 600px;
	left: 180px;
	top: 220px;
	right: 50px;
}

h1 {
	font-size: 20px;
	color: #C00000;
	margin-top: 0px;
	margin-bottom: 3px;
}
h2 {
	font-size: 16px;
	color: #000000;/*themecolour6%0;*/
	margin-top: 0px;
	margin-bottom: 3px;
}
h3 {
	font-size: 16px;
	color: #C00000;
	margin-top: 0px;
	margin-bottom: 3px;
}
h4 {
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
}

a:link {
	color: #C00000;
}
a:visited {
	color: #C00000;
}
a:link:hover {
	color: #111111;
}

#content a:link {
	color: #C00000;
}
#content a:visited {
	color: #C00000;
}
#content a:link:hover {
	color: #3c9bf7;/*themecolour1;*/
}

.content {
	padding-left: 20px;
}

#content ul {
	color: #333333;/*themecolour6%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	/*list-style-image: url(images/bullet.gif);*/
}
	
#content blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333
	margin-right: 0px;
}

#content ol {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333
}
