.bodyIndex {
	width: 85%; 
	padding: 0px;
	border: 0px;
	margin-left:auto; 
	margin-right:auto;
	border-top:2px solid white; border-width:5px;
}

.bodyLink {
	width: 85%; 
	padding: 0px;
	border: 0px;
	margin-left: auto; 
	margin-right: auto
}

.frontTextBody {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	color: #4e4c4c;
	background-color:#e6e9ec;
	width: 260px; /* 220px; */
	border-right:0px solid white; border-width:1px;
}

.frontTextHeader {
	font-family: Sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #4e4c4c;
	border-right:0px solid white; 
	border-width:1px; 
	height:70px;
	text-align:center; 
}

.contentLinkpages{
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-align: left;
	vertical-align: top;
	text-indent: 5pt;
}

.contentHeader {
	font-family: Arial;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 20pt;
}

.textBoxBodyBackground {
	background:#394040;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width:470px;
	height:250px;
}

.textBoxBody {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	overflow-y:scroll;
	overflow-x:hidden;
	width:470px;
	height:250px;
}

.scrollbox {
 	scrollbar-base-color: #C0C0C0;
	position: relative;
	align: center;
	
	z-index:1;
	background: url(../images/translucent-d.png);
	border: 1px solid E7B481;
	layer-background-color: #000000;
	overflow: auto;
	padding-left: 5px;
	padding-right:5px;
	margin-bottom: 10px;
	color: #FFF;
	font-family: Arial;
	font-size: 1em;
	font-style: normal;
}

.ppaHead {
	position: relative;
  	text-align: left;
	color: #FFF;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
}

.hov { 
	text-decoration: underline; 
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-align: left;
	vertical-align: top;
	text-indent: 5pt;
}

.reg { 
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	text-align: left;
	vertical-align: top;
	text-indent: 5pt;
}

h3 {font-family: Arial;}

a:link    {text-decoration:none;color:#e6e9ec;background-color:transparent}
a:visited {text-decoration:none;color:#e6e9ec;background-color:transparent}
a:hover   {text-decoration:none;color:blue;background-color:transparent;font-weight:bold;}
a:active  {text-decoration:none;color:red;background-color:transparent}

a.file:link {color: #4e4c4c; text-decoration: underline; }
a.file:visited {color: #4e4c4c; text-decoration: underline; }
a.file:active {color: #4e4c4c; text-decoration: none; }
a.file:hover {color: #000000; text-decoration: none; }

a.index:link {color: #ffffff; text-decoration: none; }
a.index:visited {color: #ffffff; text-decoration: none; }
a.index:active {color: #ffffff; text-decoration: none; }
a.index:hover {color: #000000; text-decoration: underline; }

a.eventLink:link  {text-decoration:none;color:#777777;background-color:transparent;}
a.eventLink:hover   {text-decoration:none;color:blue;background-color:transparent;font-weight:bold;}
a.eventLink:visited {color: lightblue;  }	

.bgrepeat {background-repeat:no-repeat;}

.tblBackground {
	background-repeat:no-repeat;
	background-color:#000000;
	width:800; 
	height:400; 
	border:0;
	padding: 0;
	margin-left:auto; 
	margin-right:auto
}

.bgcolorTextArea {
	background:blue;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.verse {
	text-align: center;
	margin: 0px 32px;
	font-style: italic;
}

.ref {
	text-align: right;
	margin: 0px 30px;
}
.msgHead {
  margin: 15px 0px;
	font-weight: bold;
}

.even {
	font-family:Arial, sans-serif;
	text-align:general;
	vertical-align:center;
	white-space:normal; 
	background:#F0F8FA;
}


/* for temporary event calendar*/

table.events{ 
  width: 90%;
	background-color: #fafafa;
	border-collapse: collapse;
	border-spacing: 0px; 
	margin-top: 20px;
}

caption {
	color: #000;
	font-size: 1.1em; /* .94 */
	font-weight: bold;
	/* letter-spacing:.1em; */
	/* margin:1em 0 0 0; */
	padding:0;
	caption-side:top;
	text-align:center;
	margin-top: 10px;
}	

tr.odd td	{ background:#f7fbff; }
tr.odd .column1	{ background:#f4f9fe; }	
.column1	{ background:#f9fcfe; }

td {
	/* color:#678197; */
	color: #000;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	/* padding:.3em 1em; */
	text-align:center;
	}
	
th {
	font-weight:normal;
	/* color: #678197; */
	color: #000;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.1em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
