body {
	background-color: #E2EBED;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	display: block;
}
H1 
{
	color: #990033;
	font-weight: bold;
	font-size: Large; 
	text-transform: capitalize;
}
H2
{
	color: #990033;
	font-weight: bold;
	font-size: medium; 
	text-transform: capitalize;
}
a:hover {
	color: #FF0000;
}
.subPointRed
{
font-weight: 400; 
color: #FF0000;
font-size: small
}
.bibleVerse{
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-style: dotted;
	padding: 5px;
	border-color: #006600;
	margin: 5px;
}
.bibleVerse cite {
	color: #0000CC;
	text-align: right;
	display: block;
	font-style: italic;
	font-weight: bold;
}
.bodyArea
{
	background-color:#FFFFFF;
	vertical-align:top;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
}
#webpage
{
border:#000000 thin double
}


/*Top Menu */
.HeadMenu {
	background-image: url(navbar/OSLC_TopMenu.jpg);
	background-repeat: repeat-x;
}
.HeadMenu #TopMenuLinks {
	/* Adds page banner at above menu Links */
	padding-top:120px;
	background-image: url(logos/oslcbanner.jpg);
	background-repeat: no-repeat;
	background-position: center 10px;
}
.HeadMenu a, .ButtonRow a {
	/* Creates buttons out of menu links */
	border: 1px #000000 solid;
	background-color:#CCCCCC;
	padding: 3px;
	font-size: small;
	font-weight:bold;
 	text-transform:capitalize;
	padding-left: 10px;
	padding-right: 10px;
}
.ButtonRow a {
display:block;}
.HeadMenu a:hover, .ButtonRow a:hover{
	/* Creates roll over Effect for buttons*/
	border: 1px #0000ff solid;
	background-color:#FFFFFF;
}
.ButtonRow { 
background-color: #8CB0D0; 
width: 200px;
padding: 10px;
margin-top: 3px;
margin-right: 5px;
border:thin #000000	solid;
}
.TopMenu {
	background-image: url(navbar/OSLC_TopLeftMenu.jpg);
	background-repeat: no-repeat;
}
.TopMenu a {
	/* Add Site logo in top left corner to replace home link */
	background-image: url(logos/oslc_logo.gif);
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	width: 130px;
	height: 130px;
	text-align: center;
	font-size: 100%;
	text-decoration: none;
	text-transform:capitalize;
	margin: 5px auto;
}
.TopMenu a span {
	/* Hide text of link replaced with logo */
  display:none;
}



/* Sub Menu Left Side Nav */
.menuArea
{
	vertical-align: top;
	background-image: url(navbar/OSLC_LeftMenu.jpg);
	background-repeat: repeat-y;
}
.menuArea #lcms {
 	/* Add LCMS Cross next to LCMS link in Menu Bar */
	background-image: url(logos/lcms_logo.gif);
	background-repeat: no-repeat;
	float: left;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: 5px;
	margin-top: 5px;
}
.menuArea ul
    {
    list-style-type: none;
    margin: 0;
	padding-left: 10px;
    }
.menuArea ul li
    {
	border-top: 3px solid #ffffff;
	border-left: 2px solid #ffffff;
	margin-bottom: 5px;
	padding-right: 10px;
	text-align:right;
	text-transform:capitalize;
    }
.menuArea ul li a
    {
	padding-Left: 5px;
	padding-top: 5px;
    text-decoration: underline;
	font-weight: bold;
    display: block;
	text-align:left;
    }
.menuArea #relWeb {
	display: block;
	padding: 10px;
}
.menuArea #relWeb img {
	float: left;
}

	
/* Worship Templates */
#worship #time, .WorshipTime {
	font-size: 16pt;
	font-weight: bold;
	color: #FF0000;
}


/*RSS stuff*/
#RSS {
text-align:left;
width:95%;
}
#RSS #FeedDescription{
	display: block;
}
#RSS #ItemDescription {
	display: block;
	padding-bottom:5px;
	border-bottom:thin #990033 dotted
}
#RSS #ItemPubShortTime, #RSS #FeedTitle {
	display: none;
}
#RSS #ItemPubShortDate{
 padding: 5px;
 float:right;
}

.ChurchName {
	font-weight: bold;
	font-variant: small-caps;
}
.Insert {
	display: block;
	float: right;
	height: auto;
	width: 300px;
	margin-left: 10px;
	margin-bottom:10px;
}
.HighlightBanner
{
border:#000099 thin ridge;
width:350px;
background: #eeeeee;

}
#webpage .menuArea #relWeb p {
	display: block;
	clear: both;
}
