html, body {
	margin: 0;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 90%;
	}
#container {
	width: 100%;
	margin: 0 auto;
	}
#header {
	width: 100%;
	height: 100px;
background: #5D5E8A;
	}
#wrapper {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}
#content {
	margin: 0 0 0 20%;
	text-align: justify;
	}
#mostinner {
	margin: 20px;
	}
#left {
	float: left;
	width: 20%;
	margin-left: -100%;
	}
#footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	padding: 5px 10px;
	color: #fff;
	background: #5D5E8A;
	}

/* Sidebar */

#sidebar {
	border-bottom: 1px dotted #180972;
	border-right: 1px dotted #180972;
	}
#sidebar ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #180972;
	display: block;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: #7C7DB3;
	}
	
h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
	}
h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
    color: #093a81;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	
	}
h5 {
    font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2px;
	}
h6 {
    color: #ffffff;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	}
	
#other {
   color: #190671;
   font-size: .8em;
   text-align: center;
   }

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}
img {
	border: 0;
	margin: 0;
	padding: 0;
	}

a {
	color: #7C7DB3;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a.body1:link {
    margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #52559A;
	text-decoration: none;
	}
a.body1:hover {
    margin: 0;
	font-size: 100%;
	font-weight: bold;
	color: #52559A;
	text-decoration: underline;
	}
	
a.footer:link {
    color: #fff;
	font-weight: bold;	
	}
	
a.footer:hover {
    text-decoration: underline;
	}
	
#bibleref {
   	line-height:55px; 
	}
	
td.databorder {
    border-left: 1px dotted #ccc;
	padding-right: 10px;
	}
<!--List Styles-->
events {list-style-position: outside;}
ul, ol {
	margin-left: 10px;
	padding-left: 5px;
}

li {
   margin-left: 10px;
   padding-left: 0px;
}

div.box1{  width: 100%;
           background-color: #DADBFE;
		   padding: 5px 5px 5px 5px;
		   margin: 10px;	
}
div.box2{ width: 100%;
           text-align: center;
           border: solid 1px; 
		   border-color: #c5c5c5;		   	
		   background-color: #eeeeee;
		   padding: 5px 5px 5px 5px;
		   margin: 10px;	
}
.indent {
       padding-left: 25px;
	   }

  #navtable {border-collapse: collapse;
	  border: 1px solid; border-color:#180972;}

 #clienttable {border-color:#180972; 
 	  border-style: dotted; 
      border-width: 1px;
	  padding: 0.5em;}
	  
/* tables */
.announcement  {
     width: 50%;
	 background-color: #FFFF99;
	 border: none;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-weight: bold;
	 }
.announcement2  {
     width: 50%;
	 background-color: #FFFF99;
	 border: none;
	 font-family: Georgia, "Times New Roman", Times, serif;	 
	 text-align: center;
	 margin-left: auto;
	 margin-right: auto;
	 padding: 10px;
	 }
div.photobox {
     float: right;
	 width: 220px;
	 margin: 10px 10px 5px 10px;
	 }
.photobox p {
     font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	 color: #333;
	 text-align: center;
	 background-color: #e6f3ff;
	 border: 1px solid #666;
	 padding: 5px;
	  }