/*Title bar attributes */
    .topName { 
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 200%;
	font-weight: bold;
	}
  .topCity {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 150%;
	font-weight: bold;
	}
  .topAddress {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	link	   : #f5f8ec;
	vlink: #f5f8ec;
	font-size  : 110%;
	font-weight: bold;
	
	}
  .topSpacer {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color	   : #f5f8ec;
	font-size  : 35%;
	font-weight: bold;
	}
     .topAddressReverse {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	link	   : #f5f8ec;
	vlink: #f5f8ec;
	font-size  : 100%;
	font-weight: bold;
	
	}
/* Navigation bar attributes*/

  a.nav:link {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 100%;
	font-weight: bold;
	}
  a.nav:visited {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 100%;
	font-weight: bold;
	}
  a.nav:active {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 100%;
	font-weight: bold;
	}
  a.nav:hover {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
    color      : #FFFFFF;
    font-size  : 100%;
    font-weight: bold; 
    }
  .navspacer {
    font-size: 35%; 
    }

/* General attributes*/

  .Color1 {
	background-color: #669966;
     }
  .Color2 {
    background-color:#FFFFFF;
	}
  .ColorBorder {
    background-color: #f5f8ec;
	}
  .Border {
    border-color: #f5f8ec;
	border-style: solid;
	border-width: 4px;
	}
  .BorderDivider {
    border: 0;
	width: 100%;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #000000;
	text-align: center;
	} 
  .Text1 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #000000;
	font-size  : 100%;
	font-weight: normal;
	}
  .Text1Strong {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #000000;
	font-size  : 100%;
	font-weight: bold;
	}
			  .Text1Italic {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #000000;
	font-size  : 100%;
	font-style: italic;
	}
		  .Text1SmallCaps {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #000000;
	font-size  : 100%;
	font-variant : small-caps;
	}
  .Text2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 100%;
	font-weight: normal;
	}
	  .Text2Italic{
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 100%;
	font-style:  italic;
	font-weight: normal;
	}
  .Text2Strong {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 100%;
	font-weight: normal;
	}
	  .Text2StrongSmall {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 80%;
	font-weight: bold;
	}
	  .Text2SmallCaps {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #f5f8ec;
	font-size  : 100%;
	font-variant : small-caps;
	}
	  .Text3Bold {
  	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #669966
	font-size  : 100%;
	font-weight: bold;
	}
	
  .SermonMargin {
    margin     : auto;
	max-width  : 900px;
	min-width  : 650px;
    }
	
/* General body attributes*/

  a:link {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #006633;
	font-size  : 100%;
	font-weight: normal;
    }
  a:visited {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #5C3900;
	font-size  : 100%;
	font-weight: normal;
    }   
   a:active {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #A06800;
	font-size  : 100%;
	font-weight: normal;   
    }
   a:hover {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
    color      : #A06800;
    font-size  : 100%;
    font-weight: normal; 
    }
  h1 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 175%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	display: inline;	
	}
  h2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	text-align: left;
    display: inline;
	}
  h3 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000000;
    display: inline;
	}
  p {
 	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #000000;
	font-size  : 100%;
	font-weight: normal;
	text-align: left;
	}
  .TitleForPage {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	}
  .TitleForSection {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #000000;
    }
  .TitleForPageColor2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #f5f8ec;
	}
  .TitleForSectionColor2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #f5f8ec;
    }
	
.TitleForSectionInCaps {
font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #f5f8ec;
	
	}
	.TitleForSectionInCapsMainColor {
font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	color: #005B1E;
	
	}
  .Caption {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	}
	.CaptionColor2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #f5f8ec;
	}
    .PhotoCredit {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #000000;
	}
	
	.PhotoCreditColor2 {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #f5f8ec;
	}
  .BodySpacer {
  	font-size: 35%;
	}
   table.BodyTable {
    border: 1pt solid #F5F8EC;
	text-align: center;
	border-collapse: collapse;
	background-color: #f5f8ec;
	text-align: center;
	} 
 table.BodyTableColor2 {
    border: 1pt solid #F5F8EC;
	text-align: center;
	border-collapse: collapse;
	background-color: #f5f8ec;
	color:  #669966;
	font-weight: bold;
	text-align: center;
	}
	table.BodyTableColor2 a {color:  #669966; font-weight: bold;}
	/*an actual table for organizing info*/
  .LinkAside {
    color: #f5f8ec; 
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif; 
	font-size: x-small;
	}
  .datemodified {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #f5f8ec;
	text-align: right;
    }

   .TableMainBody {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size  : 100%;
	font-weight: normal;
	margin     : 0px 20px 0px 20px;
    }
	.TableMainBodyColor1 {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	background-color:  #669966;
	font-size  : 100%;
	font-weight: normal;
	margin     : 0px 20px 0px 20px;
    }
	
	.TableInnerMainBodyColor1 {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	background-color:  #669966;
	font-size  : 100%;
	font-weight: normal;
    }
	
	.TableInnerMainBodyColor3 {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	background-color: #f5f8ec;
	font-size  : 100%;
	font-weight: normal;
    }


/*To be deleted*/
  .rightStory {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	color      : #000000;
	font-size  : 100%;
	font-weight: normal;
	}
  .rightStoryBigger {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	}
  .rightStoryBold {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
    color      : #000000;
    font-size  : 100%;
    font-weight: bold; 
	}
  .rightStorygray {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #669966;
	text-decoration: none;
	}

  .rightLabyrinth {
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
    color      : #000000;
    font-size  : 90%;
    font-weight: bold; 
	}
  ul.events {
    list-style-type: disc;
    margin-top: 0.4em;
    margin-bottom: 0.8em;
    font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: normal; } 

    ul.events2 {
         list-style-type: disc;
         margin-top: 0.5em;
         margin-bottom: 1em;
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: normal; } 

    ul.events3 {
         list-style-type: disc;
         margin-top: 0.5em;
         margin-bottom: 1.5em;
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: normal; } 
    a.rightStory:link {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: normal; }

    a.rightStory:active {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: normal; }

    a.rightStory:visited {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: normal; }

    a.rightStory:hover {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #0000FF;
         font-size  : 100%;
         font-weight: normal; }

    a.rightStoryB:link {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: bold; }

    a.rightStoryB:active {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: bold; }

    a.rightStoryB:visited {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #000000;
         font-size  : 100%;
         font-weight: bold; }

    a.rightStoryB:hover {
         font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
         color      : #0000FF;
         font-size  : 100%;
         font-weight: bold; }
.rightStorygraytitle {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #669966;
}
.rightpagetitlesm {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.rightstorymaroon {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	color: #002809;
}
.rightStoryColorless {
	font-family: "Trebuchet MS", Geneva, Helvetica, Arial, sans-serif;
	font-size  : 100%;
	font-weight: normal;
}
