﻿@import url("layout.css");
body {
	font-family: "MS Serif";
	font-size: medium;
	color: #000099;
	background-color: #993399;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 776px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 774px;
	border: 1px solid #993399;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
}
#address {
	text-align: center;
	width: 772px;
	border: 1px solid #fff;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
	vertical-align: middle;
	color: #993399;
	font-weight: bold;
}
#email {
	text-align: center;
	width: 772px;
	border: 1px solid #fff;
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: scroll;
	vertical-align: middle;
	color: #993399;
	font-weight: bold;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #993399;
	background-color: #993399;
}
#content {
	float: left;
	width: 592px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #99CCFF;
}
#vestry {
	float: left;
	width: 592px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	background-color: #99CCFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 774px;
	padding: 0px;
	border: 1px solid #fff;
	background-color: #fff;
}
/* Masthead Styles */
#masthead h1 {
	color: #993399;
}
#masthead h3 {
	color: #542;
}
/* Address Styles */
#address h5 {
	color: #fff;
}
/* URL Styles */
#email h5 {
	color: #fff;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #993399;
}
#navigation a {
	color: #993399;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #993399;
	background-color: #99CCFF;
	font-weight: bold;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 2px solid #993399;
	background-color: #993399;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #993399;
}
#content li {
	line-height: 25px;
}
#content img {
	padding: 5px;
	border: 1px solid #964;
}
#content hr {
	color: #000099
}
/* Vestry Styles */
#vestry table {
	border: 1px solid #000099;
}
#vestry td {
	border: 1px solid #000099;
}
/* Footer Styles */
#footer p {
	color: #993399;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #993399;
	text-align: justify;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}