/**************************************************************************************************/
/********************************* IN USE *********************************************************/
/**************************************************************************************************/

/* Used automatically to modify Body tag makes the background brown and the text black times roman */
BODY {font-family: georgia,"times new roman","times roman",times,serif; color: #000000; background-color: #ffdab9;}

/* The next section covers the standard links (i.e., not menu and not footer) */
A:link {color: #660033; font-weight: bold;}
A:visited {color: #660033; font-weight: normal;}
A:hover {color: #FFFFFF; background-color: #660033;}
A:active {color: #FFFFFF; background-color: #660033;}

/* These styles add structure to a page */
.PageTitle {font-size: 125%; color: #660033; font-weight: bold; text-align: center;}
.SubTitle {color: #660033; font-weight: bold; text-align: center;}
.Heading {color: #660033; font-size: 125%; font-weight: bold;}
.SubHeading {color: #660033; font-weight: bold;}
.DoubleIndent {margin-left: 2em; margin-right: 2em;}
.BookExcerpt {margin-left: 2em; margin-right: 2em; font-style: italic;}
.CenteredText {text-align: center;}
.Note {font-style: italic; font-size: 90%}
.ImportantNote {font-weight: bold;}
.BookTitle {font-style: italic;}

/* Used on any tag; makes the text larger or smaller than normal and arial */
.LargerPrint {font-size: 125%;}
.MediumPrint {font-size: 90%;}
.SmallPrint {font-size: 80%;}
.FinePrint {font-size: 70%;}

/* The following lines are for aligning the images */
.RightImage {float: right; padding-left: 1em;}
.LeftImage {float: left; padding-right: 1em;}
.ClearLines {clear: both;}

/* the next set of classes all deal with the FOOTER they are not automatic -- you must use class="" in the appropriate tag */
/* Used on any tag makes the text smaller than normal and arial */
.Footer {font-size: 75%; text-align: center;}

/* the next four classes deal with the <A>nchor tag for the FOOTER these are different than the menu links at the bottom */
A.FooterLink:link {color: #000000; font-weight: normal;}
A.FooterLink:visited {color: #000000; font-weight: normal;}
A.FooterLink:hover {color: #000000; text-decoration: underline; background-color:transparent; font-weight: normal;}
A.FooterLink:active {color: #000000; background-color:transparent; font-weight: normal;}

/* used to set-off poetry on site */
.PoemBox {	width: 220px;
	float: right;
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px;
	border: 1px solid #FF7F50;
	background-color: #faf0e6;
}
.PoemTitle {font-size: 90%; font-weight: bold; color: #FF6347; text-align: center;}
.PoemCredit {font-size: 80%; color: #FF6347; text-align: center;}
.PoemText {font-size: 80%;}

.BibleVerse {font-size: 80%; font-style: italic;}
.BibleVerseNotation {font-size: 80%;}
