html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #ddd url("images/borderbg.jpg") top center repeat-y;
	margin: 0;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#main-holder {
	position: relative;
	left: 1px;
	width: 740px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
html>body #main-holder {
	left: 0;
}
#title {
	position: relative;
	width: 740px;
	height: 70px;
	background: white url("images/title2.gif") top center no-repeat;
	border-top: 1px solid #000;
}
#header {
	position: relative;
	width: 740px;
	height: 185px;
	background: white url("images/header.jpg") bottom center no-repeat;
	border-bottom: 1px solid #000;
}
#content #main {
	width: 548px;
	margin-right: 2px;
	float: left;
	min-height: 445px;
	height: 445px;  /* needed to make IE behave */
}
/* IE doesn't understand attribute selectors, so we can use this to
	 override the IE height hack and allow standards-based browsers
	 to determine height automatically */
#content #main[id] {
  height: auto;
}
#content #sub {
	width: 190px;
	background-color: #9966FF;
	float: left;
	font-size: 12px;
	margin-top: 2px;
	padding-bottom:5px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}
#content .pad {
	margin: 10px 20px 10px 20px;
}
#sub .pad {
	margin: 5px 10px 5px 10px;
}

#sub ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}

#sub a.pageLink {
	display: block;
	width: 100%;
	height: 2em;
	color: #ccc;
	background-color: #330033;
	text-indent: 10px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
}

#sub a.pageLink:link, #sub a.pageLink:visited {
	color: #ccc;
	text-decoration: none;
}

#sub a.pageLink:hover {
	/*background-color: #F6D7A2;*/
	background-color: #9966FF;
	color: #333;
}
.selected {
	display: block;
	width: 100%;
	height: 2em;
	color: #333;
	/*background-color: #F6D7A2;*/
	background-color: #9966FF;
	text-indent: 10px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
}

#footer .pad {
	margin: 5px 10px 5px 10px;
}
.floatright {
	float: right;
	border: 1px solid #704F18;
	margin: 5px 0 5px 10px;
}
h2 {
	font-size: 0.9em;
}

p.centre {
	text-align: center;
}

h2.menu {
	font-size: 1.1em;
	text-align: center;
}
h3.menu {
	font-size: 1.0em;
	text-align: center;
}
.error {
	color: red;
}

.plain {
	color: #333;
	text-decoration: none;
}
