﻿body 
{
	width: 100%;
	min-width: 750px;
}
.listPlain
{
	margin-top: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#main
{
	padding-top: 10px;
	padding-left: 12px;
}
.aBlock a
{
    color: black;
    font-size: 9pt;
    text-decoration: none;
    width: 225px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: silver thin outset;
    border-top: silver thin outset;
    border-left: silver thin outset;
    border-bottom: silver thin outset;
    text-align: center;
    background-color: goldenrod;
    font-weight: bold;
}
.aBlock a:hover
{
    color: black;
    font-size: 9pt;
    text-decoration: none;
    width: 225px;
    background-color: gold;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: silver thin outset;
    border-top: silver thin outset;
    border-left: silver thin outset;
    border-bottom: silver thin outset;
    text-align: center;
    font-weight: bold;
}
.bBlock a
{
    color: black;
    font-size: 9pt;
    text-decoration: none;
    width: 225px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: darkgray;
    border-right: silver thin outset;
    border-top: silver thin outset;
    border-left: silver thin outset;
    border-bottom: silver thin outset;
    text-align: center;
    font-weight: bold;
}
.bBlock a:hover
{
    color: black;
    font-size: 9pt;
    text-decoration: none;
    width: 225px;
    background-color: gainsboro;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    border-right: silver thin outset;
    border-top: silver thin outset;
    border-left: silver thin outset;
    border-bottom: silver thin outset;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}
.cBlock a
{
    color: black;
    font-size: 9pt;
    font-weight: bold;
}
.cBlock a:hover
{
    color: darkred;
    font-size: 9pt;
    font-weight: bold;
}
.dBlock a
{
    text-decoration: none;
    color: dimgray;
}
.dBlock a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.watermarkText
{
    color: darkgray;
    font-size: 9pt;
    font-family: 'Arial';
    font-style: italic;
}
.cdHiden
{
	display: none;
}
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
.churchLinks
{
    
}
.churchLinks A:link(color:white)
.churchLinks A:visited(color:yellow)
.churchlinks A:active(color:yellow)
