/*******TEMPLATE FORMATTING*******/
    /*** Structural Formatting ***/

    html, body {   /* Body Formatting and Backdrop */
    background-image:     url("Images/pattern_cream.jpg");
    margin: 0px;
	min-width: 680px;
	height: 100%;
    }
	.table{
	height: 100%;
	}

		/*** Header Stuff ***/
		.header {  /* Header Red Backdrop */
		background-image:     url("Images/pattern_red.jpg");
		background-repeat: repeat-x;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		}
		.cream {     /* Header Cream Backdrop for Photo */
		background-image:     url("Images/pattern_cream.jpg");
		background-repeat: repeat-x;
		width: 680px;
		height: 90px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

		/*** The 3 columns structural data ***/
		#center {				/* Center column structure */
		padding-top: 20px;       /* CC padding */
		width: auto;
		}
	
		#left {
		width: 150px;           /* LC width */
		padding: 20px 20px 0px 20px;          /* LC padding */
		}
	
		#right {
		width: 170px;           /* RC width */
		padding: 20px 20px 0px 20px;          /* RC padding */
		}

		.footer {  /* Footer Backdrop + Secondary Wrapper */
		clear: both;
		background-image:     url("Images/pattern_red.jpg");
		background-repeat: repeat-x;
		width: auto;
		height: 90px;
		}
		.bluefooter { /* Footer spacer */
		background-image:     url("Images/pattern_blue.jpg");
		background-repeat: repeat-x;
		width: 640px;
		height: 90px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

		/*** Sidebar Formatting ***/
	
		.navbar {
		padding: 10px;
		background-image:     url("Images/pattern_blue.jpg");
		background-repeat: repeat;
		margin:0px 0px 20px 0px;
		color: #FFFFFF;
		}
	
	/*** Just for Looks ***/
	.navbar img{
	background-color:#FFFFFF;
	}
	
	/*** bodyrss Formatting ***/	
	.bodyrss {
	margin-bottom: 1em;
	}
	.bodyrsstitle {
	color: #FFFFFF;
	font-weight: bold;
	background-image:      url("Images/bar_textured_red.jpg");
	background-repeat:repeat-y;
	padding: 2px 5px 2px 5px;
	margin-bottom: 1em;
	margin-top: 0px;
	font-size: large;
	}
	.bodyrsstitle a{
	color: #FFFFFF;
	text-decoration:none;
	}
	.bodyrsstitle a:hover{
	text-decoration:underline;
	}
	.bodyrssheadline {
	}
	.bodyrssdate {
	font-size:x-small;
	font-weight:bold;
	margin-top: 1em;
	}
	.bodyrssbody {
	margin-left: 1em;
	font-size: small;
	}
	
	/*** barrss Formatting ***/	
	.barrss {
	color:#FFFFFF;
	}
	.barrsstitle {
	text-align: center;
	font-weight: bold;
	}
	.barrss a{
	color:#FFFFFF;
	}
	.barrss a:hover{
	}
	.barrssheadline {
	text-indent:-1em;
	padding-left:1em;
	margin-top:5px;
	margin-bottom:5px;
	font-size: small;
	}
	.barrssbody {
	padding-left:1em;
	font-size: small;
	}
	/***End RSS FeedSweep Formating***/
	
    .content {
    padding: 20px 20px 0px 20px;
    border:1px solid black;
    margin:0px 0px 20px 0px;
    }
	
	.content table{
	margin: 0px 0px 20px 0px;
	}
	
	h1 {
	background-image:     url("Images/pattern_red.jpg");
	background-repeat:repeat;
	padding: 5px 10px 5px 10px;
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 20px;
	}
	
	h2 {
	color: #FFFFFF;
	font-weight: bold;
	background-image:      url("Images/bar_textured_red.jpg");
	background-repeat:repeat-y;
	padding: 2px 5px 2px 5px;
	margin-bottom: 1em;
	margin-top: 0px;
	font-size: large;
	}
	
	h2 a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	h2 a:hover{
	text-decoration:underline;
	}
	
	.navbar h2 a{
	color: #FFFFFF;
	text-decoration: none;
	}
	
	.navbar h2 a:hover{
	text-decoration: underline;
	}
	
	
	hr {
	margin-top: 2em;
	margin-bottom: 2em;
	background-color: #000000;
	width: 50%;
	}
	
	.first_letter {
	color:#CC0000;
	font-size: 36px;
	font-weight: bolder;
	font: Georgia, "Times New Roman", Times, serif;
	}

	#verse {
	font-size: small;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	}
	.Copyright {
	color: #FFFFFF; 
	padding-top: 40px; 
	height: 30px; 
	font-size:small;
	}
	p {
	margin-top:0px;
	}

/********MENU FORMATTING********/

 .navcontainer
{
	/*avoid gap after li in ie6 by setting width*/
	width: 130px;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	background-image:     url("Images/pattern_blue.jpg");
}

.navcontainer ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navlist a
{
	display: block;
	color: #FFFFFF;
	padding: 2px 0 2px 8px;
	font-size: 115%;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
.navlist a { width: 114px; }

.navlist a
{
	\width: 130px;
	w\idth: 114px;
}

.subnavlist a
{
	font-style:italic;
	display: block;
	color: #FFFFFF;
	padding: 2px 0 2px 8px;
	margin-left: 8px;
	font-size: 90%;
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
.subnavlist a, .writings a{ width: 106px; }

.subnavlist a, .writings a
{
	\width: 122px;
	w\idth: 106px;
}

.navlist a, .navlist a:visited,.subnavlist a, .subnavlist a:visited
{
	padding-left: 13px;
	padding-right: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.navlist a:hover
{
	padding-left: 5px;
	border-left: 8px solid #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	margin-bottom: -1px;
}

.current 
{
	background-image:     url("Images/pattern_cream.jpg");
	color:#2C578E;
	border-left: 8px solid #CC0000;
	padding: 2px 2px 2px 5px;
	text-decoration: none;
	font-size: 115%;
}
.subnavlist .current
{
	margin-left: 8px;
	font-style: italic;
	font-size: 90%;
}

.writings a
{
	margin-left: 8px;
	font-style:none;
	font-size: 95%;
}
.writings .current
{
	margin-left: 8px;
	font-style: none;
	font-size: 95%;
}

.writings .subnavlist
{
	margin-left: 8px;
}
.counter a
{
	text-decoration: none;
	font-size: 95%;
	color: #FFFFFF;
	}
	
.counter a:hover{
	text-decoration: underline;
	}