body{
	background-color:#EFF2F3;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
}
.searchbox {
border: #999999 1px solid; 
margin-left:0px; 
padding-left:3px; 
margin-bottom:7px; 
height:17px; 
background-image: url(../images/searchbox_back.gif); 
background-repeat:no-repeat;
width:327px;
}
.searchbutton {
vertical-align:bottom;
margin-bottom:3px;
}
#result-round { 
width:98%;
margin:0px auto; 
background:#fff url(../images/leftside.gif) repeat-y left top;
} 
#liquid-round { 
width:98%;
margin:0px auto; 
background:#fff url(../images/leftside.gif) repeat-y left top;
} 
.top { 
width:100%; 
height:20px; 
background:url(../images/top.gif) no-repeat left top; 
} 
.top span { 
display:block; 
position:relative; 
height:20px; 
background:url(../images/top-right.gif) no-repeat right top; 
} 
.center-content { 
position:relative; 
background:url(../images/rightside.gif) repeat-y right top; 
padding:1px 20px 1px 25px; 
margin:-1px 0 -50px 0; 
} 
.center-results { 
background:url(../images/rightside.gif) repeat-y right top; 
} 
.bottom { 
height:60px; 
background:url(../images/bottom.gif) no-repeat left bottom; 
} 
.bottom span { 
display:block; 
position:relative; 
height:60px; 
background:url(../images/bottom-right.gif) no-repeat right top; 
} 
#footer{
	width:98%;
	color:#999999;
	font-size:11px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
#headerLogin{
	width:95%;
	color:#999999;
	font-size:11px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
#headerLogin a{
	color:#999999;
	text-decoration:none;
}
#headerLogin a:hover{
	color:#999999;
	text-decoration:underline;
}
.searchLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
}
.searchLink:hover{
	background-color: #E5E5E5;
}
#arrowPointer1{
	background: url(../images/arrow.png) no-repeat 167px 0;
	height:10px;
}
#arrowPointer2{
	background: url(../images/arrow.png) no-repeat 216px 0;
	height:10px;
}
#arrowPointer3{
	background: url(../images/arrow.png) no-repeat 305px 0;
	height:10px;
}

/* Start of box for daily scripture */
.hd {
   font-family:"Times New Roman", Times, serif;
   font-size:14px;
   font-weight:bold;
   padding-bottom:5px;
}
.bd {
   text-align:left;
}
.mod {
   position:relative;
   z-index:0;
   width:750px;
}
.mod .mod-content{
   background:#FFFFFF;
   border:1px solid #6CB6FF;
   position:relative;
   z-index:2;
   padding:5px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
}
/* x1 = top and left edges; 
   x1a = top right corner; 
   x2 = right and bottom edges; 
   x2a = bottom left corner */
.mod .x1,
.mod .x1a,
.mod .x2,
.mod .x2a {
   display:block;
   background:url(../images/glow.png) no-repeat;
   /* turn off for IE6 or use a GIF */
   _background:transparent; 
   width:100%;
   height:100%;
   position:absolute;
}
.mod .x1{
   background-position:0 0;
   z-index:-2;
   top:-5px; /* set to the size of the glow */
   left:-5px;
   bottom:0;
   /* set glow to the edges of 'mod' */
   padding:0 5px 5px 0; 
}
.mod .x1 .x1a {
   height:5px;
   width:5px;
   background-position:100% 0;
   right:-5px;
   top:0;
}
.mod .x2 {
   background-position:100% 100%;
   z-index:-1;
   bottom:-5px;
   right:-5px;
   padding:5px 0 0 5px;
}
.mod .x2 .x2a {
   height:5px;
   width:5px;
   background-position:0 100%;
   left:-5px;
   bottom:0;
}
/* End of box for daily scripture */
.textlink {
	text-decoration:none;
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textlink:hover {
	text-decoration:underline;
}

