body {
	font-size: 0.9em;
	margin: 23px;
	}
body, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	}
input, select, textarea {
	font-size: 1em;
	}
a {
	white-space: nowrap;
	}
h2, h3, h4, h5, h6 {
	margin-top: 2.2em;
	}
abbr, acronym {
	cursor: help;
	}
textarea {
	overflow: auto;
	}
th, td {
	border-style: solid;
	border-width: 1px;
	}
table.codedemo {
	width: 100%;
	}
th.codedemo, td.codedemo {
	width: 50%;
	}
#masthead {
	padding-top: 40px;
	}
#masthead h1 {
	font-size: 75px;
	margin: 20px 0 0;
	}
#masthead h1 a {
	font-weight: normal;
	}
#masthead h1 a span {
	font-weight: bold;
	font-family: Georgia, serif;
	font-size: 1.1em;
	}
a:link, a:visited {
	font-weight: bold;
	}
#navigation a, #masthead a {
	text-decoration: none;
	}
.searchword, .error {
	font-weight: bold;
	}
p.error {
	font-size: 1em;
	}
.formresult {
	font-weight: bold;
	font-size: 1.7em;
	}
input.error, select.error, textarea.error {
	font-weight: normal;
	}
a:active, a:focus, 
li#currentsection li a:active, li#currentsection li a:focus {
	outline: 1px dotted #30DA0F;
	}
#masthead a:active, #masthead a:focus {
	outline: none;
	}
#navigation {
	position: absolute;
	margin-left: 20px;
	left: 0;
	top: 12px;
	text-transform: uppercase;
	font-size: 0.8em;
	width: 100%;
	}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	}
#navigation li li {
	margin: 0 0 0.5em;
	float: none;
	}
#navigation li ul {
	position: absolute;
	top: 200px;
	left: 100%;
	margin-left: -235px;
	width: 200px;
	display: none;
	font-size: 0.95em;
	float: none;
	}
#navigation li li ul {
	position: relative;
	margin-left: 10px;
	top: 0;
	left: 0;
	margin-top: 5px;
	}

#navigation li ul, #navigation li.nonancestor ul, 
#navigation li.ancestor li.nonancestor ul,
#navigation li.currentlink li.nonancestor ul {
	display: none;
	}
#navigation li.currentlink ul, #navigation li.ancestor ul {
	display: block;
	}
#searchdiv {
	position: absolute;
	top: 12px;
	right: 0;
	}
#breadcrumb {
	font-size: 0.8em;
	padding-bottom: 20px;
	}
#container {
	position: relative;
	padding: 12px 20px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	}
#containerinner {
	padding: 20px 0 30px;
	margin-top: 20px;
	border-width: 1px 0;
	border-style: solid;
	width: 100%;
	overflow: auto;
	}
#content {
	float: left;
	padding-right: 250px;
	line-height: 1.4em;
	}
#modules {
	font-size: 0.9em;
	float: right;
	}
.clear {
	clear: both;
	}
.module {
	border-width: 1px;
	border-style: solid;
	}
.module, #searchform {
	padding: 0;
	margin-bottom: 20px;
	width: 200px;
	}
.moduleinner {
	padding: 15px;
	}
#searchform fieldset {
	width: 220px; /* why??????????????? */
	}
.module h3 {
	margin-top: 0;
	}
input, select, textarea {
	border: 1px solid;
	}
input.submit, #searchform input.submit {
	border: none;
	font-weight: bold;
	width: auto;
	float: none;
	cursor: pointer;
	padding-left: 0;
	}
#content .submit {
	border: 1px solid;
	padding: 3px 6px;
	width: 6em;
	}
#content input {
	margin-right: 6px;
	}
fieldset {
	border: 0;
	padding: 0;
	}
#searchform input {
	width: 150px;
	float: left;
	margin-right: 5px;
	font-size: 0.8em;
	}
label, .formlabel {
	display: block;
	margin-bottom: 1px;
	}
#content label, .formlabel {
	margin: 0;
	}
#content .optlabel {
	display: inline;
	}
#footer {
	font-size: 0.75em;
	clear: both;
	padding: 12px 0;
	text-align: center;
	}
#content form {
	clear: both;
	margin-top: 1em;
	}
#content fieldset {
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	}
#content form div {
	margin-bottom: 1em;
	}
#submitbuttons {
	margin-top: 5px;
	}
.floatleft {
	float: left;
	margin-right: 10px;
	}
.floatright {
	float: right;
	margin-left: 10px;
	}
/* COLOURS */

body, #container {
	background-color: #fff;
	}
body {
	background-image: url(greystripe2.png);
	background-attachment: fixed;
	}
body#tinymce {
	background-image: none;
	}
a:link {
	color: #555;
	}
a:visited {
	color: #888;
	}
input, select, textarea {
	background: #fafafa;
	border-color: #ccc;
	}
a:hover,  li#currentsection li a:hover, 
#navigation .currentlink, 
li#currentsection li a.currentlink, .searchword, 
.formresult, a:hover img,
a:active, a:focus, 
li#currentsection li a:active, li#currentsection li a:focus,
h1, h2, h3, h4, h5, h6,
input.submit:hover, #searchform input.submit:hover,
#masthead h1 a span, #breadcrumb a:hover, #breadcrumb a:active
 {
	color: #21b904;
	border-color: #21b904;
	}
.error, input.error, textarea.error, input.error:hover, textarea.error:hover,
select.error, select.error:hover, .error:focus {
	color: #a00;
	border-color: #a00;
	}
a img {
	border-color: #fff;
	}
code {
	color: #13608d;
	}
input:hover, select:hover, textarea:hover {
	border-color: #999;
	}
input.submit, #searchform input.submit, input:focus, select:focus, textarea:focus {
	background: #fff;
	border-color: #21b904;
	}
fieldset, .module, #container, th, td {
	border-color: #ddd;
	}
#masthead h1 a:link, #masthead h1 a:visited, #masthead h1 a:hover {
	color: #555;
	}
#containerinner {
	border-color: #ccc;
	}
.module {
	background: #fafafa;
	}