body {
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	margin:0px;
	margin-top:150px;
	background-color:#a7cc88;/*e4f0f0;#ddf0f0;#dcf1c1;*/
	background-image:url(/images/back1.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
body.editing {
	margin-top:0px;
}
#outer1 {
	width:95%;
	min-width:750px;
	/*
	margin-left:auto;
	margin-right:auto;
	*/
	margin-bottom:50px;
}
#menublock, #latest {
	width:110px;
/*	float:right;*/
/*
	position:relative;
*/
	position:fixed;
	position:absolute;
	display:none;
	padding-top:5px;
	top:190px;
	right:0px;
	
	text-align:right;
	background-color:#a6cc85;
	background-image:url(/images/back1.gif);
	background-repeat:repeat-x;
	background-position:left top;
	background-attachment:fixed;
	border:solid 1px #30a322;
	border-left:solid 1px #30a322;
/*	border-left:none; */
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	border-top-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-right-radius:20px;
	border-bottom-right-radius:20px;
}
#latest {
	text-align:center;
	color:#3022a3;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	border-top-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-bottom-left-radius:20px;
	border-bottom-left-radius:20px;
	right:20px;
}
#latest th {
	color:#30a322;
}
#latest td {
	font-size:16px;
}
#nav {
}
#logoblock {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	background-image:url(/images/back1.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	/*
	#dcf1c1;
	*/
}

#outer,#logoblock div {
/*	margin-top:80px; */
	width:75%;
	min-width:600px;
	margin-left:auto;
	margin-right:150px;
}
#outer {
	margin-bottom:100px;
/*	padding:20px; */
	/*background:white;*/
	background-color:#a6cc85;
	background-image:url(/images/back1.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-attachment:fixed;
	padding-top:20px;
	padding-bottom:0px;
	border:solid 1px #30a322;

	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	/*
	 #dcf1c1;
	 */
}
#logoblock div {
/*	background:#e4f0f0;*/
	height:150px;
}
#logotxt {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
	height:133px;
	width:478px;
	border:none;
}
#content {
	margin-left:10px;
	margin-right:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:18px;
	line-height:26px;
	min-height:275px;
/*	background:#d4f0d9;*/
	color:#3022a3;
}
#content input[type="text"],
#content select {
	font-size:16px;
	color:#3022a3;
}
#content h2{
	font-size:27px;
	line-height:30px;
}
#content h3{
	font-size:24px;
	line-height:30px;
}
#content p,#content h2{
}
#content ul {
}
#credits {
	width:100%;
	position:fixed;
	bottom:0px;
/*	background-color:#a7cc88;*//*white;/*#dcf1c1;*/
	background-image:url(/images/back1.gif);
	background-repeat:repeat-x;
	background-position:bottom left;


}
#credits table {
	width:100%;
	font-size:11px;
}
#credits td {
	padding-left:5px;
	padding-right:5px;
}
img.corner {
	height:20px;
	width:20px;
	display:none;
}
img.bottom {
}
#bottomcorners {
	height:20px;
	margin:0px;
	padding:0px;
}
#bottomcorners img {
	/*position:relative;
	top:30px;
	*/
}
#content ul {
	list-style-image: url(/images/listbutton.gif);
}

/*colours
 */
#content h2 {
	color:#30a322;
}
#latest a:link, #latest a:visited,
#content a:link, #content a:visited {
	text-decoration:none;
	color:#30a322;
}
#latest a:hover, 
#content a:hover {
	color:white;
	background:#30a322;

}
.emph1 {
	font-weight:bold;
}
.person {
	margin:5px;
	padding:2px;
	border:dotted 1px #73c2d6;
}
.person table {
	width:100%;
	background:#73c2d6;
	font-size:25px;
	line-height:34px;
	color:#30a322;
	font-weight:bold;
}
.person td {
	text-align:left;
}
.person td.ralign	{
	text-align:right;

}
.person h1 {
	color:#30a322;
	font-size:27px;
	text-align:left;
	background:#73c2d6;
}
.person h1 span {
	float:right;
	position:relative;
	top:-27px;
}

