body 	{margin:auto;
         text-align:center;
         background-image:url(images/brown2fawn.png);background-repeat:repeat-x;
         background-color:#FFFFC0;
         padding:0px; }

body,table,tr,td,ul,h1,h2,h3  
        {font-size:12pt; color:#512500; font-family:'verdana','arial', sans-serif;}

p{
	margin: 20px;
}
		  
h1 	{
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding: 3px;
	margin: 20px;
	background-color: #800000;
	text-align: center;
}
     
h2 	{
	font-size: 12pt;
	font-weight: bold;
	color: #8b0000;
	text-align: left;
	bottom: 1px;
	border-bottom-style: dotted ;
	margin: 20px;

}
h3 	{font-size:12pt;
		font-weight:bold;
		color:#8b0000;
		margin-left: 20px;
}

h4 	{
	font-size: 12pt;
	font-weight: bold;
	color: #8b0000;
	text-align: center;
	border-bottom-style: dotted;
	margin: 20px;
	
}

#container {
	background-image: url(images/WebPageBanner.jpg);
	margin: auto;
	margin-top: 0px;
	width: 700px;
	background-color: #F0FFFF;
	background-repeat: repeat-y;
	background-repeat: repeat-x;
	border: 1px solid white;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#verse {
	margin: auto;
	margin-top: 0px;
	width: 400px;
	background-color: #F0FFFF;
	border: 1px solid #cd853f;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
}
.img {
	margin: auto;
	border: 0px;
}



.floatleft {float:left;}
.floatright {float:right;}
.floatcentre{text-align: center;}
.floatcentresmall{text-align: center;
font-size: 10px;}

.bottommenu {
	text-align: center;
	background-color: #F0FFFF;
	font-size: 8pt;
	padding-bottom: 5px;
	padding-top: 5px;
	font-style: normal;
	margin-left: 60px;
	margin-right: 60px;
	border-top-color: #A52A2A;
	border-top-style: solid;
	border-top-width: thin;
}

.pictitle{
	text-align:center;
	font-weight: bold;
}
.downtable{

	font-weight: bold;
	background-color: #DEB887;
	color: white;
	font-size: 10pt;
	border: 2px solid #800000;
	width: 70%;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 158px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 15px;
	background-color: #800000;
	color: white;
	width: 670px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px; /* matches link padding except for left and right */
	padding-top: 5px;

}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 0px;
padding-top: 0px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFC0;
	color: #800000;
	font-weight: bold;
}

#navcontainer #active { border-left: 1px solid #fff; }

table{
	margin: auto;
	border: none;
	width: 80%;

}

.leftcol {
    width: 30%;

}
.rightcol {
    width: 70%;
}

th{
	vertical-align: middle;
	border: 1px solid black;
}
td{
	vertical-align: middle;
	text-align: left;
}

.tabcell{
	vertical-align: middle;
	text-align: left;
	border: 1px solid black;
}

.emph1{
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

.emph2{
	font-weight: bold;
}

.emph3{
	font-size: 9px;
	text-align: center;
}

.verse{
	color: #800000;
	margin: auto;
	font-family: 'verdana','arial',sans-serif;
	font-weight: bold;
	text-align: justify;
	background-color: #DEB887;
	font-size: 10pt;
	border: 2px  solid #800000;
	width: 500px;
	padding: 10px;
}

.logintable{
	display: table;
	background-color: #DEB887;
	color: #D2691E;
	font-weight: bold;
	font-size: 10pt;
	border: 2px solid #800000;
	width: 50%;
	padding: 5px;
	margin: 0% 25% 0% 25%;
}





