
/* Generic Selectors */

body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: bold;
color: #333333;
background-color: #F9F9F9;

}

p {
width: 75%;

}

li {
list-style-type: none;
line-height: 150%;

}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;

}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 11px;
font-weight: normal;
color: blue;
margin-left: 10px;
border-bottom: 1px solid #C6EC8C;

}


/**************** Pseudo classes ****************/

a:link {
color: #00CC00;
text-decoration: underline;
font-weight: bold;

}

li a:link {
color: #00CC00;
text-decoration: none;
font-weight: bold;

}

a:visited {
color: #00CC00;
text-decoration: underline;
font-weight: bold;

}

li a:visited {
color: #00CC00;
text-decoration: none;
font-weight: bold;

}

a:hover {
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}

li a:hover {
display: block;
color: rgb(0, 96, 255);
padding-bottom: 5px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #C6EC8C;

}

a:active {
color: rgb(255, 0, 102);
font-weight: bold;

}

/************************* ID's *************************/

#navigation {
position: absolute;
z-index: 5;
width: 190px;
height: 590px;
margin: 0px;
margin-top: 55px;
border-right: 1px solid #C6EC8C;
font-weight: normal;

}

#centerDoc {
float: center;
position: relative;
padding: 5px 0 0 9px; /*top right bottom left-px*/
margin-top: 0px;
margin-left: 210px;

}

#pastorimg {
position: absolute;
padding: 0 0 0px 0px; /*top right bottom left*/
margin: 20;
}

.rightSideBar {
position: absolute;
left: 850;
  width: 12em;
  margin: 0ex 0ex 0ex 0ex;
  
  padding: 0;
  top: 25px;
  border: 1px solid #C6EC8C;
   
}

.rightSideBar .sideBarTitle {
  color: white;
  background-color: #00CC00;
  border: 1px solid green;
  font-weight: bold;
  margin: .1ex .1ex;
  padding: .1em .1em;
 
 }

.rightSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;

}

.rightSideBar li {
  margin: .5ex 0 .5ex .5ex;
  padding: 0 0 0 0.5ex;

}

.rightSideBar a {
  color: #003399;
  background-color: transparent;
  text-decoration: none;
  font-weight: normal;

}

.rightSideBar a:hover {
  color: white;
  background-color: #003399;
  text-decoration: underline;

}

.rightSideBar .date {
  color: blue;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;	

}

.rightSideBar .sideBarText {
  line-height: 1.0em;
  margin: 0;
  padding: 0 0ex 1em 2ex;
  
}

.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 0ex 1em 2ex;
  display: block;

}

.rightSideBar .more:hover {
  text-decoration: underline;

}

.timedate {
border-bottom: 1px solid #C6EC8C;
text-align: center;
font-size: 90%;
font-weight: bold;
}
.note{
	color: #003399;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
}

.mnote{
	color: #003399;
	text-align: right;
	font-size: 70%;
	font-weight: bold;
}