/* set the default font and style for the page body */

body {
   /*background-color: #EDE3AC; */
    background-color: #FFFFFF;
    font-size:16px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    line-height:1.2;
}


ul {
	list-style-type: disc; /* square, disc, circle or none */
	/* list-style-image: url(bullet.gif); */
}

li.list1 {
  padding-top:2px;
	padding-bottom:2px;
}

.noindent {
  list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
    
.tightlist {
  font-size: 14px;
}
      
div#outer {
    width: 795px;
    background-color:#FFFFFF;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border: thin solid #EEEEEE;
    text-align: left;
}

/* Define some commonly used style classes */

.txtBold { 
		font-weight: bold; 
}

.txtBoldGray { 
		font-weight: bold; 
		color: #666666;
}

.txtItalic { 
		font-style: italic; 
}

.txtBoldItalic { 
		font-weight: bold; 
    font-style: italic; 
}

.txtBoldUnderline {
    font-weight: bold;
		text-decoration: underline;
}

.txtUnderline {
		text-decoration: underline;
}    
		 
.txtHeader1 { 
		font-size: 20px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    font-weight: bold;
    text-align: center;
		padding-left:10px;
		border-bottom: 1px solid #550B00;
    border-top: 1px solid #550B00;
		background:#F3EDCB;
}

h1 { 
		font-size: 20px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    font-weight: bold;
    text-align: center;
		padding-left:10px;
		border-bottom: 1px solid #550B00;
    border-top: 1px solid #550B00;
		background:#F3EDCB;
}

.txtheader2 { 
		font-size: 18px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    text-align: center; 
}

h2 { 
		font-size: 18px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    text-align: center; 
}
.txtheader3 { 
		font-size: 16px; 
    padding-top: 8px; 
    padding-bottom: 8px; 
    font-weight: bold;
}

.h3 { 
		font-size: 16px; 
    padding-top: 8px; 
    padding-bottom: 8px; 
    font-weight: bold;
}
.txtheader4 { 
		font-size: 14px; 
    padding-top: 2px; 
    padding-bottom: 0px; 
    font-weight: bold;
}

.h4 { 
		font-size: 14px; 
    padding-top: 2px; 
    padding-bottom: 0px; 
    font-weight: bold;
}
.txtQ1 { 
    font-weight: bold;
		font-style: italic;
		font-size: 14px;
}

.txtSmallBold { 
		font-weight: bold; 
    font-size:12px;
}

.txtSmallBoldItalic { 
		font-weight: bold; 
    font-style: italic; 
		font-size: 12px;
}
.txtSmallerBold { 
		font-weight: bold; 
    font-size:10px;
}
.txtSmall { 
		font-size:12px;
}
.txtSmaller { 
		font-size:10px;
}

.txtSmallGray { 
		font-size:12px;
		color: #999999;
}

.txtTinyWhiteLink {
    font-size:10px;
		color:#FFFFFF;
}

.required {
    color:#FF1111;
		font-weight:bold;
}		

a.txtTinyWhiteLink:link { 
		color: #FFFFFF; 
  	text-decoration: underline; 
  }
a.txtTinyWhiteLink:visited { 
		color: #FFFFFF; 
    text-decoration: underline; 
  }
a.txtTinyWhiteLink:hover { 
		color: #FFFFFF; 
    text-decoration: none;
}

.txtTTSecondary {
    font-size: 14px;
		font-weight: bold;
}

td.Contacts { 
    font-size:14px;
}
.SectionHeader {
    margin-top:10px;
    border-bottom:1px solid #D9673D;
		background:#EDE3AC;
		font-weight:bold;
		font-size:16px;
		padding:2px; 
}
.txtTagline {
		font-weight: bold;
    font-size:16px;
    font-style: italic;
    text-align: center;
}

td.tocHead {
  background: #B9471D;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 5px 0 5px;
}

td.tocBody {
  background: #FFFFFF;
  padding: 5px 0 0 0;

}

td.content-right {
  padding-left:10px;
}

td.menu1 {
  vertical-align:top;
  padding:0 0 0 20px;
}

table.one_psalm {
 padding:0 0 0 20px;
}

td.psalmheader {
 font-weight:bold;

}

td.psalmlist {
  padding-left:5px;
}

.tocFloater {
  float: left; 
  width: 20em; 
  margin: 0 10px 10px 0; 
  padding: .2em; 
  border: 1px solid #666666;
}

.toc {
  color: #999999;
}

.inputs1 {
  font-size: 12px;
}

ul.tocUL {
  margin-left: 5px;
  padding-left: 1em;
}

div.txtCentered {
  text-align: center;
	padding: 10px;
}    

.indent50 {
  padding-left:50px;
  padding-right:50px;
  font-size:14px;
}

.download_header {
  background-color:#B9471D;
	border:2px #B9471D solid;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	padding-left:5px;
}

.download_body {
  background-color:#FFFFFF;
	border:2px #B9471D solid;
	padding:20px;
	font-size:12px;
	font-weight:bold;
}

.txtChairperson {
  margin: 10px 0 0 0;
	font-size: 14px;
}

.txtChairperson td {
  margin: 10px 0 0 0;
	font-size: 14px;
}


/* set the default font and style for tables */

tr { 
		font-family: Arial, Helvetica, sans-serif; 
    font-size: 16px; 
}


/* set the default style for links */

a:link { 
		color: #B9471D; 
  	text-decoration: underline; 
}
a:visited { 
		color: #B9471D; 
    text-decoration: underline; 
}
a:hover { 
		color: #000000; 
    text-decoration: underline;
}
a.tocLink:link { 
		color: #454545; 
  	text-decoration: underline; 
  }
a.tocLink:visited { 
		color: #454545; 
    text-decoration: underline; 
  }
a.tocLink:hover { 
		color: #454545; 
    text-decoration: none;
}

/* Set the style sheets for rounded corners dark background */

.roundcont {
	width: 250px;
	background-color: #B9471D;
	color: #fff;
  font-weight:bold;
  font-size:14px;
  margin-left: 10px;
  margin-bottom: 10px;
  
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.boldWhite {
  font-weight:bold;
  color:#FFFFFF;
}  

#roundtext a:link { color: #FFFFFF; }
#roundtext a:visited { color: #FFFFFF; }
#roundtext a:hover { color: #FFFFFF; }

/* specific to layout1 */

td.brownback {
  background-color: #B9471D;
}  

td.tanback {
  background-color: #EDE3AC;
}

.txtSiteHeader1 { 
		font-size: 20px; 
    padding-top: 2px; 
    padding-bottom: 2px; 
    font-weight: bold;
    text-align: center;
}

.txtSiteHeader2 {
    font-size: 14px;  
    padding-bottom: 2px; 
    font-weight: bold;
    text-align: center;
}

.menuLeftHeader {
   font-size: 14px;
   font-weight: bold;
   text-align: left;
   padding-left: 10px;
   color: #FFFFFF;
}  

.dload {
  margin: 0;
}

/* for the menu */
 
#navlist
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
background: #D9673D;
}



#navlist li
{
list-style-type: none;
margin: 0;
border-top: 1px solid #EDE3AC;
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #904329;
background: #D9673D;
text-decoration: none;
}

#navlist li a:link { color: #FFFFFF; }
#navlist li a:visited { color: #FFFFFF; }

#navlist li a:hover
{
border-color: #EDE3AC;
color: #FFFFFF;
background: #C9572D;
}

#navlevel2
{
padding: 0 1px 1px;
margin-left: 0;
font: 9px Verdana, Arial, Helvetica, sans-serif;
/* background: #D9673D; */
background: #B9471D;
}

 
#navlevel2 li
{
list-style-type: none;
margin: 0;
border-top: 1px solid #EDE3AC;
text-align: left;
}

#navlevel2 li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.0em;
border-left: 1em solid #EDE3AC;

background: #EDE3AC;
text-decoration: none;
}

#navlevel2 li a:link { color: #004EC3; }
#navlevel2 li a:visited { color: #004EC3; }

#navlevel2 li a:hover
{
border-color: #EDE3AC;
text-decoration:underline;
color: #004EC3;
background: #EDE3AC;
}

#navlist2
{
padding: 0 1px 1px;
margin-left: 0;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
background: #B9471D;
}

/* for the currently selected top level menu item */

#navlist2 li
{
list-style: none;
margin: 0;
border-top: 1px solid #EDE3AC;
text-align: left;
}

#navlist2 li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #904329;
background: #B9471D; 
text-decoration: none;
}

#navlist2 li a:link { color: #FFFFFF; }
#navlist2 li a:visited { color: #FFFFFF; }

#navlist2 li a:hover
{
border-color: #EDE3AC;
color: #FFFFFF;
background: #C9572D;
}

.audio
{
  color: #656565;
 	font-size: 10px; 
  padding-top: 2px; 
  padding-bottom: 2px; 
  text-align: center;
	padding-left:2px;
/*	border-bottom: 1px solid #808080; */
/*  border-top: 1px solid #550B00; */
	background:#FFFFFF;
}

.audio a {
  color: #656565;
}

.audio a:link {
  color: #656565;
}

.audio a:hover {
  color: #656565;
}

.audio a:visited {
  color: #656565;
}

.audio a:active {
  color: #656565;
}

/* end menu styles */

.breadcrumbstyle {
 font-weight:bold;
 padding: 1px;
 font-size:12px;
 font-family: Arial, Helvetica, sans-serif;
}

#hmbase {
    margin-top: 2em;
	padding: 5px;
	font-size:12px; 
	border:1px solid #550B00; 
	background:#F3EDCB;
    margin-left: 2em;
	float:right; 
	width:200px;
}

/* print media */
@media print {
 .brownback {display:none;}
 .tanback {display:none;}
 .noprint {display:none;}
 .corner {display:none;}
 .roundtop {display:none;}
 .roundbottom {display:none;}
}