
/* Layout Stylesheet */ 

body{
margin-right: auto;
margin-left: auto;
padding:0;
background: #234A76;
color: #000000;
width: 900px;
position: relative;
 }
 
#hdr{
 height: 190px;
 background: #efefef;
 color: #000000;
 border: solid #859CFE;
 border-width: 1px 1px 0px 1px;
 margin: 5px 5px 0px 7px;
 padding: 0;
 }

#lh-col{position: absolute;
 top: 193px;
 left: 7px;
 width: 167px;
 border: solid #859CFE;
 border-width: 0px 0px 0px 0px;
 color: #859CFE;
 margin: 0px 0px 1px 2px;
 padding: 0px 0px 0px 1px; 
 z-index: 1;
 text-align: center;
 background: #efefef;
}

.buttonscontainer {width: 157px;
}

.buttons a {color: #FFFFFF;
border: 1px solid;
background-color:  #5A7798;
padding: 2px;
padding-left: 3px;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
border-color: #869CB4 #234A76 #234A76 #869CB4;
display: block;
margin: 0px;
width: 100%;
text-align: center;}

.buttons a:hover {border: 1px solid;
padding-left: 4px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #44658A;
border-color: #234A76 #869CB4 #869CB4 #234A76;
color: #FFFFFF;
text-decoration: none;}


#rh-col{
 text-align: center;
 margin: 0px 0px 0px 170px;
 border: solid #859CFE;
 border-width: 0px 1px 1px 1px;
 background: #ffffff;
 color: #000000;
 padding: 0px;
 position: relative;
 font-size: 12px;
 line-height: 14px;
 font-family: Verdana, Arial, helvetica, sans-serif, times; 
 }


div#middle {background: #efefef repeat-y 50% 0;
border-width: 0px 0px 1px 1px;
border-style: solid;
color: #859CFE;
margin-left: 7px;
margin-right: 5px;
}

.standard {text-align: left;
 width: 95%;
 margin-left: auto;
 margin-right: auto;}

.left {text-align: left;}

.center {text-align: center;}

.clear {clear: both;}

.bold {font-weight: bold;}

.churchbox {text-align: left;
 font-family: "Comic Sans MS", sans-serif;
 font-size: 14px;
 line-height: 16px;
 background: transparent;}

.teaser {
width:430px;
padding:0 0 14px 0;
margin: 0 0 10px 10px;
background:url("tsr-b.gif") bottom left no-repeat;
}
.teaser h3 {
margin:0;
padding:7px 10px 3px 10px;
background:url("tsr-t.gif") top left no-repeat;
}
.teaser p, .teaser a.more {
margin:0;
padding:0 10px 3px;
border:1px solid #d8d8d8;
border-width:0 1px;
}
.teaser a.more {
display:block;
text-align:right;
background:url("tsr-a.gif") 410px 50% no-repeat;
padding:0 24px 0 0;
text-decoration:none;
color:#44a;
}
.teaser a.more:hover {
text-decoration:underline;
}

