/* Church Inn stylesheet */

BODY { 
 	top: 0px;
  	left: 40px;
  	padding: 0px;
	margin-top: 0px;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 0.80em;
  	font-style: normal;
  	font-weight: normal;
  	color: #000000;
	background-color: transparent;
	text-align: center; 
  	color: #000000;
  	background-color: #FFFFFF;
	text-align: center;
}

body.menu {
	width: 370px;
	background-color: #E9E9F0;
  	background-repeat: no-repeat;
	background-image: url(images/background2.jpg);
	background-position: bottom left; 
}

div.hidden {
	visibility: hidden;
	
}

div.mainpage {

}

H1 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 2em;
  	color: #004000;
}

H2 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 1.8em;
  	margin-top: 6px;
  	margin-bottom: 6px;
  	color: #004000;
  	text-align: center;
}

H3 {
  	font-family: Times, "Times New Roman", serif;
  	font-size: 1.5em;
  	margin-bottom: 1pt;
  	color: #004000;
  	letter-spacing: 1px;
  	text-align: center;
}

H4 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 1.25em;
  	margin-bottom: 2px;
  	margin-top: 2px;
  	color: #516e3c;
  	text-align: center;
}

h5 {
  	font-family: "Times New Roman",Times, serif;
  	font-size: 1.1em;
  	text-align: center;
  	margin-top: 2px;
  	margin-bottom: 2px;
}


P {
  	font-family: Arial, Helvetica, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
}

p.small {
	font-size: 0.85em;
	text-align: center;
}

UL {
  	font-family: Arial, Helvetica, sans-serif;
  	color: #000000;
}

table {
  	width: 100%;
  	/*border-left: 	1px   #616613 solid; 
  	border-RIGHT: 	1px   #616613 solid; 
  	border-TOP: 	1px   #616613 solid;
  	border-BOTTOM: 	1px   #616613 solid;
	border: 1px #E5D775 solid;*/
  	padding: 	0px;
}

table.main {
	text-align: center;
	width: 780px;
	top: 0px;
	border: 0px;
	padding: 0px;
	margin: auto;
}

td {
	background-color: transparent;/* #EAEBEF;*/
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-top: 0px;
  	padding-bottom: 0px;
  	vertical-align: middle;
  	font-family: Arial, Helvetica, sans-serif;
}

td.main {
	background-color: #E9E9F0;
}

td.maintext {
	background-color: #E9E9F0;
  	background-repeat: no-repeat;
	background-image: url(images/background2.jpg);
	background-position: bottom left; 
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

td.menu {
	text-align: center;
	background-color: #808080;/* #E5D775;*/
	width: 130px;
	height: 15px;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left: 	1px   #D9BF0D solid; 
  	border-RIGHT: 	1px   #D9BF0D solid; 
  	border-TOP: 	1px   #D9BF0D solid;
  	border-BOTTOM: 	1px   #D9BF0D solid;
}

td.menubox {
	width: 780px;
	background-color: #000000;
	padding: 0px;
}

td.topimage {
	text-align: center;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
}

td.bottom {
	text-align: center;
	background-color: #808080;
	color: #FFFFFF;
	padding: 4px;
	width: 780px;
	border-left: 	1px   #D9BF0D solid; 
  	border-RIGHT: 	1px   #D9BF0D solid; 
  	border-TOP: 	1px   #D9BF0D solid;
  	border-BOTTOM: 	1px   #D9BF0D solid;
}

.edged {
  	border: 1px solid #e5d673;
}

.centered {
	text-align: center;
}

a:link {
  	color: #E5D775;
  	background-color: transparent;
 	text-decoration: none;
}

a:active {
  	color: #E5D775;
  	background-color: transparent;
  	text-decoration: none;
}

a:visited {
  	color: #D5C760;
  	background-color: transparent;
  	text-decoration: none;
}

a:hover {
  	color: #000000;
  	background-color: transparent;
  	text-decoration: underline;
}

.menu a:hover {
  	color: #000000;
  	background-color: transparent;
  	text-decoration: underline;
}
.maintext a:link {
	color: #800080;
}
.maintext a:visited {
	color: #c000c0;
}
.maintext a:hover {
	color: #a040a0;
}


