@charset "utf-8";
/* CSS Document */
/*Layout*/
#wrapper {
	width: 910px;
}
#head {
	position: relative;
	float: left;
	width: 910px;
	height: 80px;
	background-image: url(Images/StEthelwoldLogo.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#navigation {
	position: relative;
	float: left;
	width: 910px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669966;
}
#sidebar {
	position: relative;
	float: left;
	width: 207px;
	padding-right: 3px;
}
#body {
	position: relative;
	float: left;
	width: 700px;
}
#copyright {
	position: relative;
	float: left;
	width: 910px;
	height: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #669966;
	border-bottom-color: #669966;
	top: 5px;
}
#foot {
	position: relative;
	float: left;
	width: 910px;
	height: 25px;
}
/*Styles*/
#navigation p {
	font-family: "Bookman Old Style";
	font-size: 13px;
	font-weight: bold;
	line-height: 25px;
	margin: 0px;
	text-align: center;
}
#navigation a {
	color: #000;
	text-decoration: underline;
}
#navigation a:hover {
	color: #666;
	text-decoration: none;
}
#sidebar h1 {
	font-family: "Bookman Old Style";
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
	margin-top: 19px;
	margin-left: 6px;
}
#sidebar h2 {
}
#sidebar h3 {
}
#sidebar p {
	font-family: "Bookman Old Style";
	font-size: 13px;
	line-height: 25px;
	text-align: center;
}
#body h1 {
	font-family: "Bookman Old Style";
	margin: 0px;
	font-size: 17px;
	text-align: center;
}
#body h2 {
	font-family: "Bookman Old Style";
	font-size: 13px;
	margin-top: 19px;
	margin-left: 4px;
	margin-bottom: -15px;
}
#body h3 {
	font-family: "Bookman Old Style";
	font-weight: normal;
	font-size: 13px;
	margin-top: 19px;
	margin-left: 4px;
	margin-bottom: 10px;
}
#body h4 {
	font-family: "Bookman Old Style";
	margin-top: 3px;
	margin-left: 4px;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
}
#body h5 {
	font-family: "Bookman Old Style";
	margin-top: 7px;
	margin-left: 4px;
	margin-bottom: 0px;
	font-size: 13px;
	text-align: center;
}
#body p {
	font-family: "Bookman Old Style";
	margin-top: 16px;
	margin-left: 4px;
	margin-bottom: 0px;
	font-size: 13px;
}
#body a {
	color: #000;
	text-decoration: underline;
}
#body a:hover {
	color: #666;
	text-decoration: none;
}
#body ul {
}
#body li {
	font-family:"Bookman Old Style";
	font-size: 13px;
}
#copyright p {
	font-family: "Bookman Old Style";
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	margin: 0px;
}
#copyright a {
	color: #000;
	text-decoration: underline;
}
#copyright a:hover {
	color: #666;
	text-decoration: none;
}
#foot p {
	font-family: "Bookman Old Style";
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	margin: 0px;
}
#foot a {
	color: #000;
	text-decoration: underline;
}
#foot a:hover {
	color: #666;
	text-decoration: none;
}