* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none; 
	color: #FFFFFF;
	/*font-weight: bold;*/
}

a:hover {
	color: #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #137601;
	font-size: 62.5%;
	color: #003C00;
}
#wrapper {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
h1 {
	font-size: 1.8em;
	color: #E1FFE8;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #E1FFE8;
	text-transform: uppercase;
}

h3 {
	font-size: 2.2em;
	font-weight: bold;
	color: #E1FFE8;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #E1FFE8;
}
#header {
	border-bottom: solid 1px #559c48;
	margin-bottom: 2px;
}
#header img {
	margin-left: 5px;
}
#header .mainhead {
	margin-left: 5px;
	position: relative;
	top: -12px;
}
#main {
	margin: 8px 15px;
}

#main p {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#main ul, #main ol {
	margin: 0 0 1.5em 3em;
}
#main li {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
#main table {
	margin: 1em 0;
}
#sidebar {
	margin: 8px 0;
}
#news {
	margin: 5px 10px;
}
#news h2 {
	text-transform: capitalize;
}
#news img {
	border: none;
	margin: 0 2px 2px 0;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a31b1f;
	font-weight: bold;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003C00
}

.bodycopy {  
font-family: Arial; 
font-size: 11px; 
font-style: normal; 
color: #000000;
}

.bluebody {  
font-family: Arial; 
font-size: 9pt; 
font-style: normal; 
color: #233786
}

.redbody {  
font-family: Arial; 
font-size: 9pt; 
font-style: normal; 
color: #c51d39}

.whitebody {  
font-family: Arial; 
font-size: 9pt; 
font-style: normal; 
color: #FFFFFF
}

.bodyitalic {  
font-family: Arial; 
font-size: 9pt; 
font-style: italic; 
color: #000000
}

.header {  
font-family: Arial; 
font-size: 14px; 
font-weight: bold; 
color: #E1FFE8
}

.smallBold {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #D1FBC5;
}  

.bigHeader {
	font-family: Arial;
	font-size: 24px;
	color: #E1FFE8;
	text-transform: uppercase;
	font-weight: bold;
}

.bullets {  font-family: Arial; 
font-size: 8pt; 
list-style-type: none; 
line-height: normal; 
color: #000000
}

.smallcopy {  font-family: Arial; 
font-size: 10px; 
color:#000000
}

.smallyellow {  font-family: Arial; 
font-size: 9px; 
color: #F2EC62
}

.smallwhite {  font-family: Arial; 
font-size: 10px; 
color: #FFFFFF; 
font-weight: bold
}

.redlink { font-family: Arial; 
font-size: 8pt; 
font-style: normal;
color: #c51d39;
font-weight: normal
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D1FBC5;
	background-color: #006600;
	margin: 2px 2px 2px 0px;
}

.border {
	border: 1px solid F2EC62;
}
.background {
	background-image: url(../images/background_actual.jpg);
	background-repeat: repeat-y;
}
.midDark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003C00
}
blockquote {
	margin-left: 10px;
}
.date {
	font-weight: bold;
	margin-bottom: -18px;
}
.bgcolour {
	background-color: #137601;
}


#diary h2 {
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
}
#diary h3 {
  font-size: 16px;
  text-align: center;
  color: #003c00;
}
#diary p {
	text-align: center;
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}
#diary .organiser {
	margin-bottom: 20px;
}
#diary .organiser p {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: normal;
}