body { background-color: #990000; margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; text-align: left; }

/* style controlling the table that fits the entire browser window */
table#main { width: 100%; border-width: 0px; height: 100%}

/* style controlling the cell used in making page headers */
td#header { background-image: url(../images/headerbg.gif); height: 98px; }

/* style controlling the cell used in making page body */
td#body	{ background-image: url(../images/bodybg.gif); height: 768px; width: 100%;}

/* table inside header */
table#header {  width: 100%; border-width: 0px; height: 122px; }

/* cells inside header table */
td#logo    { height: 123px; width: 295px;}
td#tri	   { height: 123px; width: 116px;}
td#whitesp { height: 123px; text-align: center;}

/* table to display seek verse - inside whitesp table cell*/
table#seek { width: 95%; background-color:#cccccc;
		border-right: 2px #999999 solid; border-bottom: 2px #999999 solid;
		text-align: left; color: #000000; font-size: 13pt; font-style: italic;
		font-family: Verdana, Tahoma; font-weight: bold; line-height: 90%; }

/* table inside content portion of browser windows */
table#content { width: 100%; border-width: 0px;}

/* cells inside content table */
td#nav	   { width: 182px; vertical-align: top; background-image: url(../images/bg1.gif); height: 100%; background-repeat: repeat-y; }
td#div1    { width:  10px; background-image: url(../images/bg2.gif); background-repeat: repeat-y; }
/* td#present { width: 550px; vertical-align: top; background-image: url(../images/bg3.gif); background-repeat: repeat-y; } */
td#present { width: 550px; vertical-align: top; background-color: #ffffff; background-repeat: repeat-y; }
td#div2    { width:  12px; background-image: url(../images/bg4.gif); background-repeat: repeat-y; }
td#else	   { vertical-align: top; background-image: url(../images/bg5.gif); background-repeat: repeat-y; }

/* table to hold navigational links - found within nav cell */
table#nav { width: 100%; vertical-align: top; margin-left: 2px; margin-right: 2px; border-width: 0px;
		text-align: right; font-size: 13pt; font-weight: bold; font-style: italic;
		font-family: Verdana, Tahoma; line-height: 85%}

/* table to hold 'page content' - found within present cell */
table#present { width: 100%; color: #000000; vertical-align: top;
		font-family: Arial, Verdana; font-size: 12pt;  }

/* table to hold group information - dinner for eight, men's, women's, etc. */
table#group { width: 90%; text-align: center; font-family: Arial, Verdana; font-size: 12pt;
		 border-color: #ffcc00; border-width: thin; }
table#indGroup { width: 100% }
td#groupName { color: #ffcc00; background-color: #990000; font-weight: bold; text-align: center; }

a:link#nav { color: #ffcc00; text-decoration: none; }
a:link#body{ color: #990000; text-decoration: none; font-weight: bold; }

a:visited#nav { color: #ffcc00; text-decoration: none; }
a:visited#body{ color: #990000; text-decoration: none; font-weight: bold; }

a:hover#nav { color: #ffffff; text-decoration: none; }
a:hover#body{ color: #ffcc00; text-decoration: none; font-weight: bold;}


.titleText { text-align: left; font-family: Verdana; font-size: 20pt; font-weight: bold; font-style: italic;
		color: #990000; }

.titleText2 { text-align: center; font-family: Verdana; font-size: 18pt; font-weight: bold; font-style: italic;
		color: #990000; }

.subTitleText { text-align: center; font-family: Verdana; font-size: 16pt; font-weight: bold; font-style: italic;
		color: #990000; }


.scriptureText { text-align: left; color: #990000; font-size: 13pt; font-style: italic;
		font-family: Verdana, Tahoma; font-weight: bold; line-height: 90%;}

				