/* Created by Mark Townsend for the church of Christ at New Braunfels web site. */
/* www.nbchurchofchrist.com */
/* Use for table indents. Indent 1-4 have a special 4% padding */
#indent {	
margin-left:4%;
}
#indent2 {	
margin-left:4%;
}
#indent3 {	
margin-left:4%;
}
#indent4 {	
margin-left:4%;
}
/* This table indent lines up with the regular indented text  */
#indent5 {	
margin-left:6%;
margin-right:13%;
/* Background color */
}
/* Use these tables to place text in them and apply the effect to the table to make the text appear indented. IE Recognizes this effect when it's applied to tables, but not the text. */
#text-table1 {	
margin-left:6%;
margin-right:13%;
}
#text-table2 {	
margin-left:6%;
margin-right:13%;
}
#text-table3 {	
margin-left:6%;
margin-right:13%;
}
#text-table4 {	
margin-left:6%;
margin-right:13%;
}
#text-table5 {	
margin-left:6%;
margin-right:13%;
}
#text-table6 {	
margin-left:6%;
margin-right:13%;
}
#text-table7 {	
margin-left:6%;
margin-right:13%;
}
/* Used only for the lectureship page to fix a bug that was causing the page to expand */
#lectureshipText-table1 {	
margin-left:6%;
}
#lectureshipText-table2 {	
margin-left:6%;
}
#lectureshipText-table3 {	
margin-left:6%;
}
#lectureshipText-table4 {	
margin-left:6%;
}
#lectureshipText-table5 {	
margin-left:6%;
}
#lectureshipText-table6 {	
margin-left:6%;
}
#lectureshipText-table7 {	
margin-left:6%;
}
/* Page background color. A dark chocolate look. */
body {
	background-color: #473A2A;
}
/* Used for the main page links at the top */
.linkbar {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bolder;
	word-spacing: normal;
	color: #FFFFFF;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: 0.06em;
	a.hover {color:#465E71}
}
/* Used to signify the user their current page on the nav bar */
.linkbarover {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bolder;
	color: #465E71;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	a.hover {color:#FFFFFF}
	}
/* Regular text but with indent */
.bodytextindent {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	line-height: 1.6em;
	width:80%;
	margin-left:6%
}
/* Regular text without the indent */
.bodytext {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	line-height: 1.6em;
	}
/* The text header with indent */
.bodytextheaderindent {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #567D9A;
	width:80%;
	margin-left:6%
}
/* The text header without indent */
.bodytextheader {
	font-family: Arial, Verdana;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #567D9A;
	}
/* The red links with indent */
.bodytextlinkindent {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
	text-transform: none;
	width:80%;
	margin-left:6%
}
/* The red links without indent */
.bodytextlink {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
	text-transform: none;
	a.hover {color:#990000; text-decoration: underline}
}
/* Used for the open Bible study page links. They have extra line space and are bold. */
.studytextlink {
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #990000;
	line-height: 2.0em;
	font-weight: bold;
	text-transform: none;
	a.hover {color:#990000; text-decoration: underline}
}
/* A gold border that goes around special tables */
.tableborder {
	border: 1px solid #D2CDA4;
}
/* Used for the logo text at the top of the page */
.Logotext {
	font-family: Arial, Verdana;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: .13em;
	line-height: 20px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* These are the different link schemes. They work cooperatively with their corresponding classes. */
a.linkbar:hover {color:#465E71}
a.linkbarover:hover {color:#FFFFFF}
a.bodytextlink:hover {color:#990000; text-decoration: underline}
a.studytextlink:hover {color:#990000; text-decoration: underline}
a:active {
	text-decoration: none;
}
