body {              /* background color for all pages */
	background-color: #003366;
}
H1, H2 {            /* Combined header setup for sub pages */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	margin-right: 20px;
	margin-left: 20px;
}
H1 {                /* Main header setup for sub pages */
	font-size: 20px;
	color: #006699;
	border-bottom: 3px solid #F9E033;
}
H2 {                /* Sub header setup for sub pages */
	font-size: 16px;
	color: #003366;
	border-bottom: 2px solid #F9E033;
}
.menu, .menu-left {  /* set right border bars */
	border-right: 1px solid #FFFFFF;
}
.menu, .menu-right { /* set left border bars */
	border-left: 1px solid #FFFFFF;
}
 
/* set all common menu font characteristics */
.menu, .menu-right, .menu-left, .menu-bottom, .boxheader-l, .boxheader-r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.menulink {text-decoration: none; }
a.menulink:link {     /* sets html menu link characteristics (cascading menu is in javascript) */
	color:#FFFFFF;
}
a.menulink:hover {color:#FFFF33; }
.menulink:visited {color:#FFFFFF; }

.boxheader-l, .boxheader-r {  /* sidebar box header setup */
	border-bottom: 2px solid #F9E033;
	background-color: #003366;
	vertical-align: top;
	margin-top: 20px;
}
.boxheader-l {       /* left white border necessary for box to appear offset */
	border-left: 3px solid #FFFFFF;
}
.boxheader-r {       /* right white border necessary for box to appear offset */
	border-right: 3px solid #FFFFFF;
}

/* common setings for all sidebar boxes */
.services, .in-twm, .c-events, .in-wlc {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #F9E033;
	border-bottom: 1px solid #5A90BC;
	border-right: 1px solid #5A90BC;
	border-left: 1px solid #5A90BC;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.services {          /* Service Times box settings */
	font-size: 12px;
	margin-left: 3px;
}
.in-twm {            /* index page This Weeks Message box settings */
	font-size: 14px;
	margin-right: 3px;
}
.in-wlc, .c-events { /* index page Weekday Learning Center and Current Events box settings */
	font-size: 13px;
	margin-right: 3px;
}
.body-a {            /* linked text settings for body text */
	color: #000000;
	text-decoration: underline;	
} 
.body-a:hover {
	color: #FF0000;
}
.body-a:link {
	text-decoration: underline;	
}
/* common characteristics of all main body text.
Use in-table-text class when you don't want table text
to have the left/right padding of in-body-text */
.in-body-text, .in-table-text, .right-float-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.small_caps {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.in-body-text {      /* margin settings for body text */
	padding-left: 20px;
	padding-right: 20px;
}


/* setup for text floated to right beside left-floated image.  Width setting needs
to be adjusted depending on width of image being floated around */
.right-float-text {
	float: right;
	width: 222px;
	padding-left: 5px;
	padding-right: 5px;
}
.servicetime {       /* different color of service times in Service Times box */
	color: #356082;
	font-weight: bold;
}

.copyright {         /* settings for copyright block at bottom of each page */
	font-family: Tahoma;
	font-size: 10px;
}	

.left-float-img {    /* setup for left-floated image */
	float: left;
	clear: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-right: 5px;
}
.right-float-image {
	clear: right;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}


a {text-decoration:none;}

.big-strong-text {   /* for large, bold, non-heading text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/* Modification log:
06-06-04 - initial implementation
06-06-05 - added in-table-text class
06-10-06 - added big-strong-text
06-16-06 - added margintop value to boxheader styles to space index page boxes vertically
  */
.image_border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: outset;
	border-top-color: #006699;
	border-right-color: #006699;
	border-left-color: #006699;
	border-bottom-color: #006699;
}
.cal_style {
	color: #663399;
	font-weight:bold
}
.gr_text {
	color: #009900
}
.grey_text {
	color: #999999;
}

.bible {
	font-family: "Lucida Calligraphy";
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}
.rev_title {
	font-size: 24px;
	color: #FFFFFF;
	font-family: "Lucida Calligraphy";
}
.rev_text {
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Lucida Calligraphy";
}
a.rev_text:link {
	color: #FFFFFF;
}
a.rev_text:hover {
	color: #FFFF00;
}
.rev_small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.aconfdiv {
	font-family: "Comic Sans MS";
	font-size: 22px;
	font-weight: bold;
	color: #003366;
	background-color: #FFCC66;
	border: medium outset #666666;
	width: auto;
}
.big_indent {
	margin-left: 290px;
}
.div_hn {
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	background-repeat: no-repeat;
}
.ignite {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFF00;
	font-size: 18px;
}
a.ignite:link {
	color: #FFFF00;
}
a.ignite:hover {
	color: #FF0000;
}
.comic {
	font-family: "Comic Sans MS";
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
