
P, UL, LI
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link { color: #BC65C6; }
a:visited { color: #7A2284; }
a:hover { color: #BC65C6; }

html, body, table {
	font-family: "Verdana", "Helvetica", "Arial", "MS Sans Serif";
	font-size: 12px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
	background-color: #fff;
}


#pagecontainer {
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
	background: url(images/pagebg.gif) repeat-y right top;
}

#sitemapcontainer {
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
}

	#header {
		width: 850px;
		height: 168px;
		border-bottom: 2px solid #fff;
	}

		img.head1 { width: 338px; height: 168px; margin-right: 2px; border: 0px; }
		img.head2 { width: 168px; height: 168px; margin-right: 2px; border: 0px; }
		img.head3 { width: 168px; height: 168px; margin-right: 2px; border: 0px; }
		img.head4 { width: 168px; height: 168px; margin-right: 2px; border: 0px; }

	#leftcolumn {
		float: left;
		width: 170px;
		padding-bottom: 15px;
	}

		#lhtest { width: 158px; height: 158px; margin-bottom: 2px; background: url(images/issyhead-b.jpg) no-repeat left top; font-size: 11px; line-height: 18px; padding: 5px; }

		img.lhpic { width: 168px; height: 168px; margin-bottom: 2px; border: 0px; }

	#midcolumn {
		float: left;
		width: 450px;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 40px;
		padding-right: 20px;
		font-size: 12px;
		line-height: 18px;
	}

	.sitemapcolumn {
		float: left;
		width: 200px;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 20px;
		padding-right: 0px;
		font-size: 12px;
		line-height: 18px;
	}

		img.pagepic {
			float: right;
			margin-left: 10px;
		}

	#rightcolumn {
		float: right;
		width: 170px;
	}

		ul.rhmain {
			width: 164px;
			margin: 12px 0px 0px 6px;
			padding: 0px 0px 0px 0px;
		}

			ul.rhmain li {
				margin: 0px;
				padding: 0px 0px 10px 0px;
				list-style: none;
			}

				ul.rhmain li a:link, ul.rhmain li a:visited {
					font-size: 12px;
					text-decoration: none;
					font-weight: normal;
					line-height: 13px;
				}

				ul.rhmain li a:hover {
					text-decoration: underline;
				}

				ul.rhmain li.active a:link, ul.rhmain li.active a:visited {
					font-size: 12px;
					text-decoration: none;
					font-weight: bold;
					line-height: 20px;
					letter-spacing: -1px;
				}

				ul.rhmain li.active a:hover {
					text-decoration: underline;
				}

		ul.rhmain ul.rhsub  {
			width: 150px;
			margin: 0px 0px 0px 6px;
			padding: 0px;
		}

			ul.rhmain ul.rhsub li {
				margin: 0px;
				padding: 0px 0px 0px 14px;
				list-style: none;
				background: url(images/arrowgreen.gif) no-repeat left 7px;

			}

				ul.rhmain ul.rhsub li a:link, ul.rhmain ul.rhsub li a:visited {
					font-size: 11px;
					text-decoration: none;
					font-weight: normal;
					line-height: 20px;
					color: #127F80;
				}

				ul.rhmain ul.rhsub li a:hover {
					text-decoration: underline;
				}

				ul.rhmain ul.rhsub li.active a:link, ul.rhmain ul.rhsub li.active a:visited {
					font-size: 11px;
					text-decoration: none;
					font-weight: bold;
					line-height: 20px;
					letter-spacing: -1px;
				}

				ul.rhmain ul.rhsub li.active a:hover {
					text-decoration: underline;
				}

	#footer {
		clear: both;
		border-top: 1px solid #E4E4E5;
		font-size: 11px;
		padding: 4px;
	}

/***************
     FONTS
 ***************/

br.breaker { clear: both; }

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #BC65C6;
}

#quotation {
	background: transparent url(/images/openquote.gif) no-repeat left top;
}

	#quotation blockquote {
		margin: 0px;
		padding: 25px 10px 30px 10px;
		background: transparent url(/images/closequote.gif) no-repeat right bottom;
	}

/*********
 SITE MAP
*********/

ul.sitemaplevel1 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	width: 166px;
	float: left;
}

	ul.sitemaplevel1 li {
		list-style: square;
		color: #BC65C6;
		font-weight: bold;
	}

	ul.sitemaplevel2 {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 20px;
	}

		ul.sitemaplevel2 li {
			list-style: square;
			color: #127F80;
			font-weight: normal;
		}

#homecontainer {
	position: absolute;
	width: 850px;
	left: 50%;
	margin-left: -425px;
}

	#grid {
		float: left;
		width: 515px;
		margin-top: 5px;
		padding-left: 50px;
	}

	#gridright {
		float: right;
		width: 250px;
	}

		#gridrighttext {
			padding: 0px 20px 10px 5px;
			line-height: 20px;
		}

	#homefooter {
		clear: both;
		font-size: 11px;
		margin-left:50px;
	}


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 10px;
}


/**********************
 GENERIC CLASSES
***********************/

p.fivespace { margin: 5px 0px 0px 0px; }
p.tenspace { margin: 10px 0px 0px 0px; }
p.fifteenspace { margin: 15px 0px 0px 0px; }
p.twentyspace { margin: 20px 0px 0px 0px; }
p.teamcoloured { margin: 20px 0px 0px 0px; padding: 10px; background: #eee; }

