<!--

/* ************************************************************** */
/*                                                                */
/*                          Home Page                             */
/*                                                                */
/* ************************************************************** */

.HomeBodyHeader
{
	width: 100%;
	background-color: #e79d06;
}

.HomeBodyHeaderSep1
{
	height: 1px;
}

.HomeBodyHeaderSep2
{
    height: 1px;
	background-color: #e79e03;
}

.HomeBodyHeaderText
{
	color: #ffffff;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
	font-size: 18px;
}

.HomeBody
{
	padding: 10px 10px 4px 10px;
	background-color: #fefeff;
    border-right: 2px solid #fcd683;

}

.HomeBodyPic1
{
	width: 162px;
	height: 100px;
	background-image: url("http://www.knowthetruth.org/fbccombes/Pictures/Pastor_Small.jpg");
}

.HomeBodyPic1Bottom
{
	background-color: #f6cb6d;
	height: 100%;
	width: 100%;
}

.HomeBodySep
{
	background-color: #f6cb6d;
	height: 10px;
}

.HomeBodySep2
{
	background-color: #f6cb6d;
	height: 0px;
}

.HomeBodySep3
{
	background-color: #f6cb6d;
	height: 15px;
	padding: 4px 4px 4px 10px;
	color: #735727;
	font-weight: bold;
}

.HomeMainBody
{
	border-left: 2px solid #f6cb6d;
	border-right: 2px solid #f6cb6d;
	
	width: 100%;
}

.HomeMainBodyLeft
{
	width: 154px;
}

.HomeMainBodyCenterPic
{
	width: 154px;
	border-left: 1px solid #e69c05;
	border-right: 1px solid #e69c05;
}

.HomeMainBodyCenter
{
	
    width: 154px;
}

.HomeMainBodyRight
{
	width: 154px;
}


.HomeMainBodyText
{
	border-left: 2px solid #f6cb6d;
	border-right: 2px solid #f6cb6d;
	height: 85px;
	width: 100%;
}

.HomeMainBodyTextLeft
{
	width: 154px;
	height: 85px;
}

.HomeMainBodyTextCenter
{
	width: 154px;
	height: 85px;
	border-left: 1px solid #e69c05;
	border-right: 1px solid #e69c05;
}

.HomeMainBodyTextCenterTable
{
	width: 154px;
}

.HomeMainBodyTextRight
{
	width: 154px;
	height: 85px;
}

.HomeMainBodyBottom1
{
	width: 100%;
	height: 52px;
	background-image: url("http://www.knowthetruth.org/fbccombes/Backgrounds/Bottom_Gold.jpg");
		
}
 
.HomeMainBodyBottomSpace
{
	width: 100%;
	height: 50px;
	background-color: #ebb644;
}

.HomeMainBodyBottom2
{
	width: 100%;
	height: 19px;
	background-image: url("http://www.knowthetruth.org/fbccombes/Backgrounds/Gold_Bottom.jpg");
		
}

/* ************************************************************** */
/*                                                                */
/*                          Calendar View                         */
/*                                                                */
/* ************************************************************** */

.time {
	font-size: 12pt;
	padding: 0px 5px;
}

.date {
	font-size: 12pt;
	padding: 0px 5px;
	font-weight: bold;
}

.title {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 5px;
}

.title2 {
	font-size: 14pt;
	font-weight: bold;
	padding: 0px 5px;
	color: #336699;
}

.description
 {
	font-size: 10pt;
	font-weight: none;
	padding: 0px 5px;
}


.edit {
	font-size: 8pt;
	padding: 0px 5px;
}
.venue {
	font-size: 8pt;
}
.location {
	padding: 0px 5px;
	font-size: 12pt;
}

.contact
{
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 5px;
}

.indent
{
	font-size: 10pt;
	padding: 0px 5px;
}

a.Website
 {
	color: #384BFF;
	font-size: 12pt;
	font-weight: bold;	
	text-decoration: none;	
}

a.Website:hover
{
	text-decoration: underline;	
}

a.bodywebsite
 {
	color: #384BFF;
	font-size: 12pt;
	font-weight: bold;	
	text-decoration: none;	
}

a.bodywebsite:hover
{
	text-decoration: underline;	
}


a {
	font-size: 12pt;
	font-weight: bold;	
	color: #336699;
	text-decoration: underline;
}

.text
 {
	font-size: 12pt;
	font-weight: none;	
}


a.ListLink
{
	color: black;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
	
}


-->