/* main.css */

#TopHeading
{
	display: none;
}

#LowerHeading
{
	display: none;
}

#NavigationContainer
{
	display: none;
}

P
{
	font-size: 12px;
	font-family: arial;
}

blockquote
{
	font-size: 12px;
	font-family: arial;
}

.Centered
{
	font-size: 12px;
	font-family: arial;
	text-align: center;
}

.Italic
{
	font-size: 12px;
	font-family: arial;
	font-style: italic;
}

.Bold
{
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}

.BigBold
{
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

#MasterTable
{
	width: 100%;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#LeftCell
{
	width: 0%;
}

#LeftNavigationCurve
{
	display: none;
}


#RightCell
{
	width: 100%;
}

H1
{
	color: #724D92;
	font-size: 20px;
	font-family: verdana;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

H2
{
	color: #724D92;
	font-size: 17px;
	font-family: verdana;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

H4
{
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
	padding: 0px 3px 0px 0px;
	margin: 0px 3px 0px 0px;
	display: inline;
}

.DevotionalAuthor
{
	font-size: 13px;
	font-family: arial;
	font-weight: bold;
}

.DevotionalDate
{
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	padding-top: 2px;
	padding-bottom: 2px;
}

.DevotionalTitle a:link
{
	font-size: 13px;
	font-family: arial;
	padding-bottom: 2px;
	color: #724D92;
}

.DevotionalTitle a:hover
{
	font-size: 13px;
	font-family: arial;
	padding-bottom: 2px;
	color: #724D92;
}

.DevotionalTitle a:visited
{
	font-size: 13px;
	font-family: arial;
	padding-bottom: 2px;
	color: #724D92;
}


.DoctorsName
{
	color: #724D92;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}

.DoctorsTitle
{
	color: #724D92;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
}

#BasicList
{
	list-style-type: disc;
}

#BasicList LI
{
	font-family: arial;
	font-size: 12px;
}

#HorizontalList
{
	list-style-type: none;
}

#HorizontalList LI
{
	margin: 0px;
	padding: 0px 0px 0px 70px;
	display: inline;
}


#LeftNavigation
{
	display: none;
}

A:link
{
	color: #724D92;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}

A:hover
{
	color: #724D92;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}

A:visited
{
	color: #724D92;
	font-family: arial;
	font-size: 12px;
	text-decoration: underline;
}

.TestimonialDesc
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

/******************************
Sermons
*******************************/
#SermonTable
{
	width: 480px;
	font-size: 12px;
	font-family: arial;
}

.SermonTitleCell
{
	width: 250px;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 3px;
	font-weight: bold;
}

.SermonSpeakerCell
{
	width: 150px;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 3px;
	font-weight: bold;
}

.SermonDurationCell
{
	width: 80px;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: right;
}


/*************************
Books
***************************/
.BookTitle
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
}

.BookAuthor
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}


/**************************
Error Handling Styles
*************************/
.ErrorMessageHidden
{
	display: none;
}

.ErrorMessage
{
	display: block;
	font-size: 12px;
	font-family: arial;
	color: #990000;
	font-weight: bold;  
}

/**************************************
Form Styles
****************************************/
#FormTable
{
	margin-top: 5px;
	width: 450px;
}

#DashedLine
{
	border-bottom: 1px dashed #000000;
}

#FormFieldText
{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	width: 100px;
	height: 35px;
}

#ChatFormFieldText
{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	padding-top: 8px;
}

#CheckBoxText
{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	height: 25px;
	width: 450px;
}

#ChatCheckBoxInput
{
	width: 30px;
	vertical-align: top;
	padding-top: 15px;
	text-align: left;
}

#ChatCheckBoxText
{
	text-align: left;
	font-family: arial;
	font-size: 12px;
	width: 450px;
	padding-top: 15px;
}

#SpiritualCheckBoxInput
{
	width: 20px;
}

#SubmitTable
{
	width: 450px;	
	margin-top: 10px;
	margin-bottom: 15px;
}

#SpiritualSubmitCell
{
	background-color: #F4E2FB;
	height: 40px;
	vertical-align: middle;
	padding-left: 10px;
}

/**********************
Studies, Articles and Research
***********************/
.StudyCredits
{
	font-size: 13px;
	font-family: arial;
	font-style: italic;
}


/**********************
Staff Bios
************************/
.StaffHeading
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #724D92;
	padding-top: 10px;
}

.StaffTitle
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0px;
}

.StaffPicture
{
	float: left;
	margin: 0px;
	padding: 0px;	
}

/**********************
Studies, Articles and Research
***********************/
.StudyCredits
{
	font-size: 13px;
	font-family: arial;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
}

.StudyReferences
{
	font-size: 12px;
	font-family: arial;
	padding-top: 3px;
	padding-bottom: 3px;
}

/********************************
Teasers
*********************************/
.TeaserHeading
{
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 15px;
	font-family: arial;
	color: #724D92;
}

.TeaserText
{
	padding-top: 4px;
	margin-top: 4px;
	font-weight: bold;
	font-size: 13px;
	font-family: arial;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/***************************
Footer
****************************/
#Footer
{
	display: none;
}


#FooterChild
{
	display: none;
}

#PrintFooter
{
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}

#UserTools
{
	display: none;
}

/***************************
Disclaimer & Copyright
****************************/
H3.CopyrightDisclaimer
{
	color: #724D92;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	paddding-bottom: 5px;
}




