/* Main Styles*/
body {
	background-color: #aaa;
	padding: 15px;
}
body, div, td {
    font-family: Footligt MT Light, Times New Roman;
	color: black;
	margin: 0;
}
td {
    font-size: 11pt;
}
h1,h2, h3, h4, h5 {
    margin: 0px;
    padding-bottom: 3px;
    text-align: center;
    color: black;
}
h2#index {
    font-size: 18pt;
    padding-top: 15px;
}
.header {
    background-color: #fff;
    text-align: left;
    width: 800px;
}
#header {
    margin: 0px;
    padding-bottom: 3px;
    font-size: 26pt;
    color: black;
    text-align: left;
}
#menuItem:active, #menuItem:visited, #menuItem:link {
    width: 100%;
    font-size: 10pt;
    line-height: 20px;
    display: block;
    text-align: left;
}
#menuItem:hover {
    background-color: #fff;
    line-height: 18px;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
}
.navigation {
	width: 165px;
	vertical-align:	top;
	font-size: 10pt;
	border:	1px #aaa solid;
	background-color: #eee;
	margin-bottom: 15px;
}
.content {
    vertical-align: top;
    width: 635px;
	font-size: 10pt;
}
.header img {
    border: 1px #333 solid;
}
.body {
    width: 800px;
	border: 1px #333 solid;
	background-color: white;
}
.copyright {
    font-size: 10pt;
    text-align: center;
    color: black;
    background-color: #fff;
}
A,A:link, A:visited{
    color: #0088dd;
    text-decoration: none;
}
A:hover {
    color: #3333ff;
    //font-size: 99%;
    text-decoration: none;
}
a span {
    display: none;
    text-decoration: none;
}
a {
    position: relative;
    text-decoration: none
    font-size: 10pt;
}
a:hover span {
    position: relative;
    display: block;
    text-decoration: none;
    text-align: center;
    color: blue;
}
.prayer {
    font-size: 10pt;
}