body
{
	background-color: #531753;
	text-align: center;
	color: #FFCC00;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", "Times", serif;
	font-size: 14pt;
}

a:link { color: #FF9900; }
a:active { color: #FF0000; }
a:visited { color: #FF9933; }

/* generic settings for tags */
table,tr,td
{	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}
h1,h2,h3 { text-align: center; }
h3 { margin: 0; }
p
{	margin: 10pt 2% 10pt 2%;
	text-align: center;
}
ol,ul,li
{	text-align: left;
	text-indent: 0;
}
strong
{	font-variant: small-caps;
	font-weight: bold;
}
iframe
{	text-align: center;
	margin: 10px auto 10px auto;
	padding: 0;
	border: 0;
}

/* generic classes for ANY tags */
.centered { text-align: center; } /* see table.center too */
.left{ text-align: left; }
.indented
{
	text-align: justify;
	text-indent: .5in;
	margin-left: 10%;
	margin-right: 10%;
}
.punk {display: none; } /* this is for the hidden fields used to distinguish form-filling bots from humans */

/* for the main (outmost) tables... */
.mainOutmost
{
	width: 984px; /* change this if the banner width changes */
	margin: 0 auto 0 auto; /* centers the table */
	padding: 0; /* probably not necessary -but just being safe */
	border: 0; /* probably not necessary -but just being safe */
}
td.edgeL
{
	width: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(graphics/GoldEdgeLeft.png);
	background-repeat: repeat-y;
}
td.edgeR
{
	width: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(graphics/GoldEdgeRight.png);
	background-repeat: repeat-y;
}
td.mainCenterTD
{
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(graphics/OneBy2000.jpg);
	background-repeat: repeat;
}

/* specific classes */
table.margined { margin: 0 10% 0 10%; }
table.center
{
	margin: 10px auto 10px auto;
	width: 80%;
}
td.caption { text-align: center; }
td.scripture { width: 50%; }
td.right {text-align: right; } /* for use in the left-hand column of form */
form td {text-align: left; } /* for the second column of form (wit the fields) */
li.heading
{
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Times New Roman", "Times", serif;
}
p.scripture
{
	margin: 10px 5% 0 5%;
	text-align: justify;
	font-family: "Papyrus","Apple Chancery", "Monotype Corsiva", cursive;
	font-style: italic;
}
p.scripRef /* this is intended to immediately follow p.scripture */
{
	margin: 0 30px 10px 10%;
	text-align: right;
	font-weight: bold;
}
img.link
{
	text-decoration: none;
	border-width: 0;
	vertical-align: middle;
}

/* Toolbar styles */
table.tool
{
	width: 100%;
}
td.toolEnds
{
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(graphics/toolbar/TabSpace.jpg);
	background-repeat: repeat-x;
}
td.toolSpace
{
	width: 5px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(graphics/toolbar/TabSpace.jpg);
}
td.toolCurrent
{
	width: 110px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(graphics/toolbar/TabBright.jpg);
}
td.toolOther
{
	width: 110px;
	height: 31px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(graphics/toolbar/TabRegular.jpg);
}
/* Toolbar (level 2) styles */
table.tool2
{
	margin: 10px auto 10px auto;
	font-family: "Arial", "Verdana", sans-serif;
}
table.tool2 a:link { color: #FFCC00; }
table.tool2 a:active { color: #FF0000; }
table.tool2 a:visited { color: #FFCC00; }
table.tool2 a.toolCurrent { color: #FFBB00; }
