body {
	background-color: #CCCCCC; 
} 

a {
	color: #A52A2A;
	text-decoration: none;
}

img {
	border: 0;
}

img.centered 
{
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

img.pastor
{
	float: left;
	margin: 4px;
}

a:hover {
	color: Black;
	text-decoration: none;
}

H1 {
	color: #A52A2A; 
	font-family: Georgia, serif;  
	font-size: xx-large; 
	font-style: normal;
	text-align: center;
}
H2 {
	color: #A52A2A; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
	text-align: left; 
}
H3 {
	color: Black; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	text-align: right; 
	margin: 0px 35px 0px 0px; 
}
H3.news {
	border-bottom: thin solid #A52A2A;
	padding-top: 5px;
	font-size: small;
	font-weight: lighter;
}
H3.list, H3.subject {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding-bottom: 5px;
	color: #A52A2A;
}
p {
	color: Black; 
	font-family: "Times New Roman", Times, serif; 
	font-size: small; 
	text-align: left; 
	margin: 0px 15px 0px 0px;
}

p.list {
	margin: 5px 15px 10px 15px;
	font-size: medium;
}

p.footer {
	/*text-align: center;*/
	line-height: 50px;
	display: block;
}

table.multimedia tr td
{
	font-size: small;
	padding: 3px;
}

#nav_highlight {
	position: absolute;
/*	top: 270px; */
	top: 18em;
	left: 0px;
}

#reception {
	position: absolute;
/*	top: 330px; */
	top: 22em;
	right: 30px;
}

#rightimage {
	position: absolute;
	top: 100px;
	right: 120px;
}

#current_event {
	position: absolute;
	top: 0px;
	left: 0px;
}

p.address {
	/*text-align: center;*/
	/*font-weight: bold;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
/*	margin-left: 46px;*/
}

#address {
	position: absolute;
/*	top: 410px; */
	top: 28em;
	left: 0px;
	
}

.contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}

.signature
{
	padding-left: 100pt;
}

.indent
{
	padding-left: 50pt;
}

#contact
{
	padding-left: 1em;
	padding-top: 1em;
}

#contact tr
{
	height: 40px; 
	vertical-align: middle;
}

#icon_text tr
{
	height: 40px; 
	vertical-align: middle;
}

#header {
	background-image: url(images/TCBC_01.jpg); background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 100px; 
	padding-top: 15px;
	padding-left: 15px; 
	padding-right: 15px;
}

#leftcol {
	background-image: url(images/TCBC_02.jpg); background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 200px;
	height: 450px; 
	padding-top: 15px;
	padding-left: 15px; 
	padding-right: 25px;
}

#nav, #nav ul { /* all lists */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 9em;
}

#nav li { /* all list items */
	position : relative; z-index: 1;
	float : left;
	line-height : 2em;
	margin-bottom : -1px;
	width: 9em;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 8.00em;
	margin-top : -6.00em;
	border : 1px solid black;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color : white;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left: 8.60em;
	/*margin-top:-2.10em;  /* third-level menu align with top*/
	margin-top: -2.05em;  /* third-level menu align with bottom*/
}
	
#nav li a {
	width: 8em;
	display : block;
	color: #A52A2A;
	text-decoration : none;
	padding : 0 0.5em;
}
	
#nav li a:hover {
	color : Black;
	background-color : #D7D7D7;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

li.nav1
{
	text-indent: 1em;
}
li.nav2, li.nav3
{
	text-indent: 0.5em;
}

#rightcol {
	background-image: url(images/TCBC_04.jpg); background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 600px;
	width: 200px;
	height: 450px; 
	padding-top: 15px;
	padding-left: 15px; 
	padding-right: 15px; 
}

#content {
	background-image: url(images/TCBC_03.jpg); background-repeat: no-repeat;
	position: absolute;
	top: 100px;
	left: 200px;
	width: 400px;
	height: 450px;
	padding-top: 15px;
	padding-left: 15px; 
	padding-right: 15px;
	font-family: "Times New Roman", Times, serif; 
	font-size: small; 
}

#content_wide {
	position: absolute;
	width: 540px;
}

#footer {
	background-image: url(images/TCBC_05.jpg); background-repeat: no-repeat; 
	position: absolute; 
/*	top: 570px; */
	top: 39.5em;
	left: 0px; 
	width: 800px; 
	height: 50px; 
	padding-top: 15px;
	padding-left: 15px; 
	padding-right: 15px;   
}

#center_page
{
	position: relative;
	top: -10px;
	margin-left: auto;
	margin-right: auto;
	width: 850px;	
}