body {
	margin: 5px 0px 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px 0px 0px 0em;
}
#holdall {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDAA;
	border-left-color: #DDDDAA;
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
}
#header {
	background-color: #FFEEBB;
	height: 100px;
	position: relative;
	z-index: 40;
	background-image: url(../images/p4pBanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#header h1 {
	margin-left: -1000px;
}
#content {
	padding: 10px;
	position: relative;
	z-index: 30;
}
#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-bottom: 0.5em;
	margin-right: 2em;
	margin-left: 2em;
	color: #003300;
	line-height: 1.4em;
	font-weight: normal;
}
#content p a {
	color: #003399;
	text-decoration: none;
}
#content p a:hover {
	color: #996600;
	text-decoration: underline;
}
#content h1 {
	font-family: "Comic Sans MS", verdana, Arial, helvetica, sans-serif;
	font-size: 1.6em;
	color: #996600;
	margin: 0px 0px 0.4em;
	padding: 0px;
}
.middle {
	text-align: center;
}
/* #credit {
	position: relative;
	text-align: left;
	width: 150px;
	float: left;
	left: 0px;
	font-weight: normal;
	font-size: 0.9em;
} no longer being used - was floating section in footer */
#footer {
	background-color: #336600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	clear: both;
	position: relative;
	z-index: 20;
}
#footer p {
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFDD88;
}
#footer a {
	color: #FFCC33;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#footer a:hover {
	color: #FFEEBB;
	text-decoration: underline;
}
#content h2 {
	font-family: "Comic Sans MS", verdana, Arial, helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 0.2em;
	padding: 0px 0px 0px 10px;
	color: #FF9900;
}
.media {
	float: right;
	position: absolute;
	top: 20px;
	right: 0px;
}
.imgLeft {
	float: left;
	margin-right: 5px;
}
.imgCentre {
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.imgRight {
	float: right;
	margin-left: 5px;
}
#ending {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
}
/* #home {
	position: absolute;
	width: 80px;
	right: 10px;
	top: 0px;
	background-color: #FFFFCC;
	text-align: center;
} no longer used - was floating link to our house page */
img {
	border: none;
}
#content h3 {
	font-family: "Comic Sans MS", verdana, Arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #360;
	margin-left: 30px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#content table {
	margin-left: 50px;
	margin-bottom: 20px;
	
}
#content th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #003300;
}
#content td/*, #content li*/ {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003300;
	text-align: center;
}
#content td a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;	
}
#content td a:hover {
	color: #996600;
	text-decoration: underline;	
}
#content ul {
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
}
#content ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #003300;
}
.highlight {
	background-color: #FFFFCC;
	border: 1px solid #996600;
}
div#content p.notes {
	font-size: 0.8em;
}
