#page {
background: url(http://www.stjohnshagerstown.org/images/bg.gif) repeat-x #f8f5ee;
}
#footer {
font-family: arial;
font-size: 12px;
font-weight: bold;
line-height: 18px;
color: #ffffff;
}
#content {
padding: 15px;
}
.title {
font-family:"Times New Roman", Times, serif;
font-size: 20px;
font-style:italic;
font-weight: bold;
color: #345073;
}
.heading{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #3a0a02;
}
.text
{
font-family:Arial, Helvetica, sans-serif;
line-height: 18px;
color: #333333;
font-size: 12px;
}
.textsmall
{
font-family:Arial, Helvetica, sans-serif;
line-height: 16px;
color: #333333;
font-size: 10px;
}
table
{
font-family:Arial, Helvetica, sans-serif;
line-height: 18px;
color: #333333;
font-size: 12px;

}
.nicelist {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.nicelist li {	
    padding-left: 20px;
	padding-bottom: 5px;
    background-image: url(http://www.stjohnshagerstown.org/images/cross-bullet.gif);
    background-repeat: no-repeat;
	background-position: 0 1px;

    }
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #336699;
	text-decoration: none;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.menu {
	background-color: #EEEEEE;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 5px;
}
.current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}