/* change the body defaults */

/* the background colour sets the pale shade behind the main block of colour */

body {
	font-family: Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: small;
	background-color:#86a596;
	color: #000000;
}

#container {
	position: relative;
	z-index: 20;
	padding: 0;
	width: 804px;
	margin: 3px auto 0;
	text-align: left;
	background-color: #E2F8F9;
}	


/* this is the menu/navigation bar at the top */
#headtitle {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: 100%;
	color: #ffffff;
	background: #86a596;

}

/* this is the menu/navigation bar at the top */
.menu {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: small;
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #86a596;
	padding-bottom: 3px;
}

/* change the navigation defaults for the menu bars */
.menu a:link {
	color: #ffffff;
	text-decoration: none;
}
.menu a:visited {
	color: #ddddFF;
	text-decoration: none;
}
.menu a:active {
	color: #FFdddd;
	text-decoration: none;
}
.menu a:hover {
	color: #FFdddd;
	text-decoration: none;
}

/* this is the second menu bar */
.menu2 {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: small;
	color: #ffffff;
	border-bottom: 1px solid #FFFFFF;
	background: #86a596;
	padding-bottom: 3px;
}
/* change the navigation defaults for the menu bars */
.menu2 a:link {
	color: #ffffff;
	text-decoration: underline;
}
.menu2 a:visited {
	color: #ddddFF;
	text-decoration: underline;
}
.menu2 a:active {
	color: #FFdddd;
	text-decoration: underline;
}
.menu2 a:hover {
	color: #FFdddd;
	text-decoration: underline;
}




/* change the navigation defaults */

a:link {

	color: #000000;

	text-decoration: underline;

}

a:visited {

	color: #0000FF;

	text-decoration: underline;

}

a:active {

	color: #FF0000;

	text-decoration: underline;

}

a:hover {

	color: #FF0000;

	text-decoration: underline;

}



/* this is the information bar at the bottom */

.binfo {

	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: smaller;
	font-weight: normal;
	text-align:center;
	color: #ffffff;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #86a596;

}

/* change the navigation defaults for the bottom information bar */
.binfo a:link {
	color: #ffffff;
	text-decoration: underline;
}
.binfo a:visited {
	color: #ddddFF;
	text-decoration: underline;
}
.binfo a:active {
	color: #FFdddd;
	text-decoration: underline;
}
.binfo a:hover {
	color: #FFdddd;
	text-decoration: underline;
}


/* This defines the all-important H1 tag for the search engines but making it readable for the reader */

.title1 {

	font-size: large;

	font-weight: bold;

	text-align: center;


}

h1 {

	font-size: small;

	font-weight: normal;

	text-align: left;

}



/* this defines attributes of the main content table */

#maintable {
background-color: #E2F8F9;
width: 750px;

}



/* This defines how the date should look */

.date {
	font-family: Tahoma, Verdana, Helvetica, "Times New Roman", sans-serif, serif;
	font-size: smaller;
	font-weight: normal;
	vertical-align: middle;
}



/* this defines atributes of the middle pictures table */

.midpics {
	border: 2px #000000;
	background: #E2F8F9;
	padding: 0px;
	border-spacing: 0px;
	

}



li {

	text-align: left;

}.centred_head {
	text-align: center;
}
#container table tr td #maintable tr td table tr td p strong {
	color: #03F;
}
