/* CSS Document */
body {
	background-color: #004F3B;
}
div {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 1.6em;
	margin-bottom: 0.8em;
}
h1 {
	font-size: 115%;
}
h2 {
	font-size: 115%;
	font-style: italic;
}
h3 {
	font-size: 105%;
}
h4 {
	font-size: 105%;
	font-style: italic;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
p {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
ul {
	margin-top: 0.8em;
}
li {
	margin-bottom: 0.4em;
}
.notopmargin {
	margin-top: 0;
}
.nobottommargin {
	margin-bottom: 0;
}
table.fullpage {
	border-top: 5px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	background-color: #F9F8C2;
}
td.menucol {
	background-color: #FFFFFF;
	background-image: url(../artwork/wavey_tile.gif);
	background-position: 131px 37px;
	background-repeat: repeat-y;
}
td.menu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #004F3B;
	font-size: 90%;
}
	td.menu ul, td.menu li {
		margin: 0 0 4px 0;
		padding: 0;
	}
	td.menu a, td.menu a:link {
		display: block;
		font-weight: bold;
		padding: 4px 10px;
		text-decoration: none;
		color: #004F3B;
	}
	td.menu a:hover {
		background-color: #3C7554;
		color: #FFFFFF;
	}
	td.menu ul.adminmenu a, td.menu ul.adminmenu a:link {
		display: block;
		font-weight: bold;
		padding: 4px 10px;
		text-decoration: none;
		color: #990000;
	}
	td.menu ul.adminmenu a:hover {
		background-color: #990000;
		color: #FFFFFF;
	}
td.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 2ex;
	color: #004F3B;
}
	td.content a, td.content a:link {
		color: #3C7554;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: 1px dotted #3C7554;
	}
	td.content a:hover {
		color: #004F3B;
		text-decoration: underline;
	}
td.footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3C7554;
	border-top: 5px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 70%;
	text-align: center;
	padding: 1em;
}
	td.footer a, td.footer a:link {
		color: #FFFFFF;
		text-decoration: none;
		padding-bottom: 1px;
		border-bottom: 1px dotted #FFFFFF;
	}
	td.footer a:hover {
		text-decoration: underline;
	}
	table.formtable td, table.formtable th {
	font-size: 90%;
	padding-top: 4px;
	padding-right: 4px;
}
	table.formtable th {
		padding-top: 1em;
		font-weight: normal;
		font-style: italic;
		font-size: 115%;
	}
	table.formtable td.fullsize {
		font-size: 100%;
		padding: 0;
	}
	table.formtable td.padded {
		padding-top: 4px;
		padding-right: 4px;
	}
	table.formtable td.formdivrow {
		text-align: center;
	}
	table.formtable td.formbtncell {
		width: 80px;
		vertical-align: middle;
	}
	table.formtable td.formlblcell {
		width: 40px;
		vertical-align: top;
		padding-top: 8px;
	}
	table.formtable td.formlblwidecell {
		width: 140px;
		vertical-align: top;
		padding-top: 8px;
	}
	table.formtable td.vmiddle {
		vertical-align: middle;
	}
	table.formtable input, table.formtable textarea {
		width: 300px;
	}
	table.formtable input.dflt {
		width: auto;
	}
	table.formtable input.narrow {
		width: 13px;
	}
	table.formtable input.btn {
		width: 80px;
	}
	table.formtable h2 {
		padding-top: 0;
		margin-top: 0;
		font-size: 100%;
	}
	table.formtable h3 {
		padding-top: 0;
		margin-top: 0;
	}
	table.formtable td.controls {
		padding-bottom: 2px;
	}
	table.formtable td.formeditdelete {
		width: 60px;
		vertical-align: top;
	}
	table.formtable td.formeditdelete a, table.formtable td.formeditdelete a:link {
		margin-left: 4px;
		margin-right: 4px;
	}
	table.formtable h3.news {
		font-size: 125%;
	}
	table.formtable p.news {
		font-size: 100%;
	}
	table.formtable td.boldlabel {
		font-weight: bold;
	}
	table.formtable td.type {
		text-align: right;
	}
	table.formtable td.zoomed {
		zoom: 50%;
		text-align: right;
	}
	table.formtable td.size {
		text-align: right;
	}
	table.formtable tr.r0 td {
		background-color: #E1E7B5;
	}
	table.formtable tr.r1 td {
		background-color: #F9F8C2;
	}
	input.normal {
		color: #004F3B;
	}
	input.labelled {
		color: #999999;
	}
	td div.splitcontent {
		padding-right: 10px;
		z-index: 0;
	}
	td div.suppliers {
		padding: 0 0 1em 10px;
		text-align: center;
		border-left: 1px solid #004F3B;
		width: 150px;
		z-index: 0;
	}
	div.suppliers h2 {
		margin-top: 0.7em;
	}
	table.spreadlinks td {
		padding-bottom: 1px;
		text-align: center;
		font-size: 110%;
	}
	table.spreadlinks2 {
		margin-bottom: 1em;
	}
	table.spreadlinks2 td {
		padding-bottom: 1px;
		text-align: center;
		font-size: 110%;
	}
	table.viewers {
		margin-top: 1.5em;
	}
	table.viewers td {
		text-align: left;
		vertical-align: top;
	}
	table.viewers h2 {
		margin-top: 0;
		font-weight: bold;
	}
.newsblock span.date {
	float: right;
}
div.newsblock {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #004F3B;
}
div.newsblock span.date {
	float: right;
	color: #004F3B;
	font-style: italic;
	font-size: 90%;
	font-weight: normal;
}
div.eventblock {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: 1px solid #004F3B;
	clear: both;
}
h3.event {
	margin-bottom: 0;
}
h3.event span.fr {
	float: right;
	padding-left: 4px;
	padding-bottom: 4px;
}
p.eventdate {
	font-style: italic;
	margin-top: 0;
}
	td.content h3.event a, td.content h3.event a:link {
		border-bottom: none;
	}