<!--

/* Global Style Elements */

body {
	margin:0px;
	background-color:#F6F8F9;
	background-image:url('/img/bodyBG.gif');
	background-repeat:repeat-x;
	text-align:center;
	font-family:arial,helvetica;
	font-size:80%;
	}

a {
	text-decoration:none;
	color:#2E5EB5;
	}

a:hover {
	text-decoration:underline;
	color:#2E5EB5;
	}

li {
	font-size:80%;
	}

/* Main Style */

table.main {
	width:913px;
	margin:0px auto 200px auto;
	text-align:left;
	}
	
	tr.nav {
		height:45px;
		text-transform:uppercase;
		text-align:center;
		font-size:100%;
		font-weight:bold;
		color:#fff;
		vertical-align:middle;
		}
		
		tr.nav span {
			padding-left:45px;
			}
		
		tr.nav a {
			color:#fff;
			text-decoration:none;
			}
		
		tr.nav a:hover {
			color:#fff;
			text-decoration:underline;
			}

	tr.banner td {
		height:281px;
		background-image:url('/img/banners/banner_home.jpg');
		background-repeat:no-repeat;
		background-position:bottom;
		}

	td.banner2 {
		height:150px;
		background-repeat:no-repeat;
		background-position:bottom;
		}

	table.quotes {
		margin:10px auto;
		width:913px;
		}
		
		table.quotes td {
			vertical-align:top;
			width:33%;
			color:#454545;
			font-family:Georgia;
			font-size:110%;
			}
		
		table.quotes td#q01 {
			padding:0px 10px 0px 10px;
			border-right:2px #808080 solid;
			}

		table.quotes td#q02 {
			padding:0px 10px 0px 10px;
			border-right:2px #808080 solid;
			}

		table.quotes td#q03 {
			padding:0px 0px 0px 10px;
			}

	table.content {
		margin:10px 0px;
		width:913px;
		vertical-align:top;
		}
		
		table.content  td#col01 {
			width:640px;
			vertical-align:top;
			}
		
			table.content  td#col01 h1 {
				margin:0px;
				font-family:Georgia;
				font-size:230%;
				font-weight:normal;
				color:#9D2E2E;
				}

			table.content  td#col01 h2 {
				margin:5px 0px;
				font-size:90%;
				font-weight:bold;
				color:#454545;
				text-transform:uppercase;
				}
			
			div.content-text {
				font-size:80%;
				line-height:150%;
				}
				
				img#church-logo {
					margin:0px 10px 10px 30px;
					}
	
				div.content-text ul {
					margin:0px 0px 0px 0px;
					font-size:120%;
					}

				div.content-text li {
					margin:0px 0px 6px 0px;
					}

		table.content  td#col02 {
			width:268px;
			padding:20px 10px 10px 30px;
			vertical-align:top;
			}
			
			/* Side Column -> Home Page: Upcoming Events */
			
			.next-event {
				margin:0px 20px 35px 20px;
				border-width:0px 0px 1px 0px;
				border-color:#9D2E2E;
				border-style:dotted;
				font-size:100%;
				}

				.next-event h3 {
					margin:5px 0px 8px 0px;
					font-size:140%;
					font-family:Georgia;
					font-weight:normal;
					color:#9D2E2E;
					}

				.next-event p {
					margin:0px 0px 10px 0px;
					}

				.next-event a {
					font-weight:bold;
					font-weight:90%;
					}
		
			/* Side Column -> Home Page: Learn About Josh Moody */
			
			.about {
				margin:0px 20px 20px 20px;
				font-family:Georgia;
				font-size:110%;
				text-align:center;
				}
			
			.about #big {
				font-size:150%;
				}
			
			.about a {
				color:#9D2E2E;
				}
			
			.about a:hover {
				color:#9D2E2E;
				}

			/* Side Column -> Home Page: Book Views */
			
			table.bookviews td {
				padding:0px 0px 50px 10px;
				font-size:80%;
				vertical-align:top;
				}
			
			table.bookviews h1 {
				margin:0px;
				font-family:Georgia;
				font-weight:normal;
				font-size:150%;
				color:#454545;
				}
			
			table.bookviews td img#amz {
				margin:5px 0px;
				}
	
	td.general {
		padding:20px 10px;
		}
	
		td.general  h1{
			margin:0px 0px 8px 0px;
			font-family:Georgia;
			font-size:190%;
			font-weight:normal;
			color:#9D2E2E;
			}
	
	td.footer {
		padding:8px 30px;
		border-top:2px #808080 dotted;
		text-align:right;
		font-family:Georgia;
		font-style:italic;
		font-size:75%;
		color:#454545;
		}
		
		td.footer a {
			text-decoration:none;
			color:#454545;
			}

		td.footer a:hover {
			text-decoration:underline;
			color:#454545;
			}

/* Books Page Style */

table.book {
	margin:20px 0px 60px 0px;
	}

	table.book td {
		vertical-align:top;
		font-size:80%;
		}
	
	table.book h2 {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-family:Georgia;
		font-size:160%;
		font-weight:normal;
		color:#4055A6;
		}
	
	table.book h3 {
		margin:0px 0px 0px 0px;
		padding:0px;
		font-family:Georgia;
		font-size:130%;
		font-style:italic;
		font-weight:normal;
		color:#777;
		}
	
	table.book h4 {
		margin:8px 0px;
		padding:0px;
		font-size:100%;
		font-variant:small-caps;
		color:#000;
		}
	
	table.book #citation {
		font-size:80%;
		}
	
	table.book img#bookcover {
		margin:0px 0px 10px 0px;
		border-width:0px;
		}

.excerpt {
	margin-left:20px;
	font-size:90%;
	line-height:150%;
	}
	
	.excerpt p {
		margin:0px;
		text-indent:20px;
		}

/* Blog Style */

table.blog {
	
	}
	
	table.blog h1 {
		margin:0px;
		line-height:110%;
		font-family:Georgia;
		font-size:230%;
		font-weight:normal;
		color:#9D2E2E;
		}
	
	table.blog h4 {
		margin:0px;
		line-height:110%;
		font-family:Georgia;
		font-size:150%;
		font-weight:normal;
		color:#9D2E2E;
		}
	
	table.blog td#col01 {
		width:220px;
		padding-right:20px;
		vertical-align:top;
		}

	table.blog td#col02 {
		width:220px;
		padding-right:20px;
		vertical-align:top;
		}

	table.blog td#col03 {
		width:450px;
		vertical-align:top;
		}
	
	.blog-date {
		margin:5px 0px;
		font-size:90%;
		font-weight:bold;
		color:#454545;
		text-transform:uppercase;
		}

-->
