body {
	margin: 0px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(images/site-background-image.gif);
	color: #000000;
	font-size: 14px;
}

div, p, td, li, dd, dl, dt, ul {
   /* redundant selectors for NS4 */
	font-family: arial, helvetica, sans-serif;
    font-size: 14px;
	color: #000000;
}
th {
	/* redundant selectors for NS4 */
	font-family: arial, helvetica, sans-serif;
	color: #000000;
    font-size: 14px;
	background-color: #666666;
}


/******************************************************/
/* THESE ARE BLOCKS TO MAKE SURE THEY ARE DISPLAYED ON SCREEN BUT NOT PRINTING */
#sendArticleToAFriendForm
{
	display: none;
}
#headerImage
{
	display: none;
}
#headerNav
{
	display: none;
}
#footerLinks
{
	display: none;
}
#articleViewReturntoList
{
	display: none;
}
/******************************************************/


/***********************************/
/* ANCHOR CLASSES */
/*
A:link {
	color:	#660000;
	text-decoration: Underline;
}
A:visited {
	color:	#660000;
	text-decoration: Underline;
}
A:active {
	color:	#660000;
	text-decoration: Underline;
}
A:hover {
	color:	#660000;
	text-decoration: Underline;
}	
*/
/***********************************/





/*******************************************************/
table.siteTable {
	width: 673px;
	border: 0px solid #000000;
	border-collapse: collapse;
}
table.siteTable td {
	padding: 0px 0px 0px 0px;
	/* margin: 0px 0px 0px 0px; */
}

table.siteTable td.topNav 
{
	padding: 0px 0px 0px 0px;
	width: 651px;
	background-color: #000000; 
}
table.siteTable td.topNavAdminMenu 
{
	padding: 0px 0px 10px 0px;
	width: 651px;
	background-color: #000000; 
}
table.siteTable td.contentHome {
	/* width: 75%; */
	padding: 0px 0px 0px 0px;
	width: 651px;
	background-color: #FFFFFF; 
	vertical-align: top;
}
table.siteTable td.content {
	/* width: 75%; */
	padding: 20px 20px 20px 20px;
	width: 611px;
	background-color: #FFFFFF; 
	vertical-align: top;
}
/*
table.siteTable td.contentPadded {
	background-color: #FFFFFF; 
	vertical-align: top;
	padding: 5px 10px 5px 10px;
}
*/
table.siteTable td.leftSide {
	width: 11px;
	background-image: url(images/dropshadow_left.gif);
	background-repeat:repeat-y;
}
table.siteTable td.rightSide {
	width: 11px;
	background-image: url(images/dropshadow_right.gif);
	background-repeat:repeat-y;
}


table.siteTable td.WayToGod
{
	/* font-size: 14px; */
	vertical-align:bottom;
	width: 218px;
	text-align: center;
	color: #FFFFFF;
	background-color: #660000;
	padding: 5px 0px 20px 0px;
}
table.siteTable td.BulletinInserts
{
	/* font-size: 14px; */
	vertical-align:bottom;
	width: 217px;
	text-align: center;
	color: #FFFFFF;
	background-color: #660000;
	padding: 5px 0px 20px 0px;
}
table.siteTable td.FinePrint
{
	/* font-size: 14px; */
	vertical-align:bottom;
	width: 217px;
	text-align: center;
	color: #FFFFFF;
	background-color: #660000;
	padding: 5px 0px 20px 0px;
}

table.siteTable td.footer
{
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0px 10px 0px;
}
table.siteTable td.footerBottom
{
	height: 11px;
	width: 100%;
	background-image: url(images/dropshadow_bottom.gif);
	background-repeat:repeat-x;
}
table.siteTable td.footerBottomLeft
{
	width: 11px;
	background-image: url(images/footer-drop-shadow_left.gif);
	background-repeat:repeat-x;
}
table.siteTable td.footerBottomRight
{
	width: 11px;
	background-image: url(images/footer-drop-shadow_right.gif);
	background-repeat:repeat-x;
}
/*******************************************************/


.pageHeading
{
	/* color: #FFFFFF; */
	/* background-color: #660000; */
	color: #660000;

	font-size: 30px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	border-bottom: solid 2px #660000;


}

.subHeading
{
	color: #660000;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.redText
{
	color: #FF0000;
}



ul li
{
	/* list-style-type: none; */
	/* background: url(images/li_bullet.gif) 0px 2px no-repeat; */
	padding: 3px 0 3px 13px;
	vertical-align: top;
}

img.document_icon
{
	/* height: 20px; */
	border: 0px;
	vertical-align: middle;
}

.buttonStyle
{
	margin: 0;
	padding: 3px 5px 3px 5px;
	width: auto;
	overflow: visible;

	font-family:      arial, helvetica, sans-serif;
	font-size:        11px;
	font-weight:      bold;
	text-align: center;

	background-color: #660000;
	color: #FFFFFF;

	border-style:     groove;
	border-width:     2;
	border-color:     #CCCCCC;
}



/* ************************************ */
.required {
	color: #FF0000;
}
.messageText {
	color: #FF0000;
	font-weight: bold;
	font-size: 15px;
}
/* ************************************ */



/****************************************************/
table.audioList
{
	width: 100%;
	border-collapse: collapse;
}
table.audioList tr.altRow
{
	background-color: #EAEAEA;
}
table.audioList td
{
	padding: 2px 2px 2px 2px;
}
table.audioList td.title
{
	width: 30%;
	vertical-align: top;
}
table.audioList td.description
{
	width: 60%;
	vertical-align: top;
}
table.audioList td.listen
{
	width: 10%;
	vertical-align: middle;
	text-align: right;
}
/****************************************************/




/****************************************************/
table.hymnTable
{
	width: 100%;
	border-collapse: collapse;
}
table.hymnTable td
{
	/* padding: 2px 2px 2px 2px; */
}
table.hymnTable td.titles
{
	width: 30%;
	background-color: #EAEAEA;
	vertical-align: top;
	padding: 10px 0px 20px 10px;
	border-right: solid 2px #000000;
}
table.hymnTable td.content
{
	width: 70%;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}
/****************************************************/



/****************************************************/
table.dialogue
{
	width: 100%;
	border-collapse: collapse;
}
table.dialogue td
{
	/* padding: 2px 2px 2px 2px; */
}
table.dialogue td.chapters
{
	width: 15%;
	background-color: #EAEAEA;
	vertical-align: top;
	padding: 10px 0px 0px 10px;
	border-right: solid 2px #000000;
}
table.dialogue td.chaptercontent
{
	width: 85%;
	vertical-align: top;
	padding: 0px 0px 0px 5px;
}
/****************************************************/



/****************************************************/
table.teacherparentsTable
{
	width: 100%;
	border-collapse: collapse;
}
table.teacherparentsTable tr.altRow
{
	background-color: #EAEAEA;
}
table.teacherparentsTable th
{
	background-color: #666666;
	color: #FFFFFF;
	padding: 3px;
}
/*
table.teacherparentsTable td
{
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
*/
table.teacherparentsTable td.letter
{
	font-weight: bold;
	font-size: 15px;
}
table.teacherparentsTable td.verse
{
	font-weight: bold;
}
table.teacherparentsTable td.alt
{
	background-color: #CCCCCC;
}
/****************************************************/




/****************************************************/
/* FOR THE DROP DOWN NAVIGATION MENU */
/*
div.menu, a.menu {
	border: 0px solid black;
	background: #3366CC;
	padding: 0px 5px;
	font-weight: bold;
	color: #ffffff;
}
a.menu {
	display: block;
	border-bottom: none;
	text-decoration: none;
}
a.menu:hover {
	color:	#3366CC;
	background: #CCCCCC;
}	
*/

div.menu_sub, a.menu_sub {
	width: 160px;
	border: 0px solid black;

	/* background: #660000; */
	/* color: #ffffff; */

	background: #BFBAA3;
	color: #660000;
	
	padding: 2px 5px;
	font-size: 12px;
	/* font-weight: bold; */
}
a.menu_sub {
	display: block;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-decoration: none;
}
a.menu_sub:hover {
	color:	#FFFFFF;
	/* background: #010101; */
	background: #660000;
}	
/****************************************************/


/****************************************************/
table.article
{
	width: 100%;
	border-collapse: collapse;
}
table.article td 
{
	padding: 5px;
	font-size: 14px;
}

/****************************************************/






/****************************************************/
table.adminList
{
	width: 100%;
	border-collapse: collapse;
}
table.adminList th {
	/* redundant selectors for NS4 */
	font-family: arial, helvetica, sans-serif;
	color: #FFFFFF;
    font-size: 11px;
	background-color: #666666;
}

table.adminList td 
{
	padding: 5px;
}
/****************************************************/



/****************************************************/
.copyright
{
	font-size: 10px;
	text-align: center;
	font-decoration: italics;
}
/****************************************************/


/****************************************************/
table.resourceCosts
{
	width: 600px;
	border-collapse: collapse;
}
table.resourceCosts td
{
	padding: 20px 2px 20px 2px;
}
table.resourceCosts td.retail_price
{
}
table.resourceCosts td.customer_price
{
}
table.resourceCosts td.shipping
{
	font-weight: bold;
}
/****************************************************/



