body {
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;
}
#masthead {
	display: none;
}
#navigation{
	display: none;
}
#content {
	width: 100%;
}
#heading {
	width: 100%;
}
h1,h2,h3 {
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}
h1 {
	font-size: 160%;
	text-transform: uppercase;
}
h2 {
	font-size: 130%;
	text-transform: capitalize;
}
h3 {
	font-size: 100%;
	text-transform: capitalize;
}
hr {
	color: #000000;
}
#text {
	font-size: 80%;
	line-height: 25px;
	text-align: justify;
	margin-top: 25px;
}
#text a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
ul {
	list-style-type: square;
}
.img {
	border: 8px solid #CCCCCC;
}

#imgRight {
	display: none;
}
#imgLeft {
	display: none;
}
#caption {
	display: none;
}
#footer {
	font-size: 70%;
	text-align: center;
	line-height: 25px;
}
#footer a {
	text-decoration: underline;
	color: #000000;
}
#crest {
	text-align: center;
	margin-top: 20px;
}
.accesstext {
	display: none;
}
.editdiv {
	display: none;
}
