/*

(c) 2018 Conjured Sites

*/



* {
  padding: 0;
  margin: 0;
} 

body {
	background-color: #5F5F5F;
	background-image: url(images/back.jpg);
}

#container {
  margin: 20px auto;
  width: 1100px;
  
  padding: 10px;
  background-color: #fff;
}

#header-{
    height : 116px;
    width:1100px;
    background-color: #455A79;

}

#large {
    	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 18pt;
    
}

#centered {
    	text-align: center;
    
}

#menubar {
	background-image: url(images/.jpg);
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 11pt;
	background-color: #455A79;
	margin-top: 1px;
	width:1100px; 
	height:23px;
}


#menubar ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
	text-align: center;
}

#menubar li {
	display: inline;
}

#menubar a {
	padding: 5px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menubar a:hover {
	background-color: #fff;
	color:#455A79;
}



#rightpic {
	 background: #000000 url("images/lcmslogo2.jpg") no-repeat left top;
         float: right;
         background-color: #E3E3E3;
         width: 179px;
         height: 200px;
         border-top: solid #fff 1px;
	 border-bottom: solid #fff 1px;
}

#rightpicbottom {
		 background: #000000 url("images/luthersseal3.jpg") no-repeat left top;
         float: right;
         background-color: #E3E3E3;
         width: 179px;
         height: 179px;
         border-top: solid #fff 1px;
	 border-bottom: solid #fff 1px;
}
#rightsidebar {
    float: right;
    background-color: #EDEDED;
	margin-top: 200px;
    width: 179px;
    height: 500px;
	border-top: solid #EDEDED 1px;
    border-bottom: solid #fff 1px;
}

#rightsidebar h2 {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #fff;
	background-color: #455A79;
	padding: 3px 6px;
}

#rightsidebar h3 {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #fff;
	background-color: #455A79;
	padding: 3px 6px;
}

#rightsidebartext {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #455A79;
	padding: 12px 12px;
	line-height: 14pt;
}

#rightsidebartext ul {
	margin: 0px;
	list-style: none;
}

#rightsidebartext a {
	text-decoration: none;
	color: #66584B;
	
}

#rightsidebartext a:hover {
	color: #66584B;
	text-decoration: underline;
}

#rightsidebartext1 {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #455A79;
	padding: 12px 12px;
	line-height: 14pt;
}

#rightsidebartext1 ul {
	margin: 0px;
	list-style: none;
}


#rightsidebartext1 a {
	text-decoration: none;
	color: #66584B;
}

#rightsidebartext1 a:hover {
	color: #66584B;
	text-decoration: underline;
}

#leftpic {
		 background: #000000 url("images/name.jpg") no-repeat left top;
         float: left;
         background-color: #E3E3E3;
         width: 179px;
         height: 200px;
         border-top: solid #fff 1px;
		 border-bottom: solid #fff 1px
}

#menubarside {
	background-image: url(images/.jpg);
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	background-color: #EDEDED;
	margin-top: 1px;
	width:179px; 
}

#menubarside ul {
	margin: 5px 0px 5px 0px;
	
	list-style: none;
	text-align: left;
}

#menubarside li {
	padding: 5px 5px 5px 5px;
	
}

#menubarside a {
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #4169e1;
}

#menubarside a:hover {
	background-color: #fff;
	color:#455A79;
}

#leftsidebar {
    float: left;
    background-color: #EDEDED;
	margin-top: 200px;
    width: 179px;
    height: 500px;
	border-top: solid #fff 1px;
    border-bottom: solid #fff 1px;
}

#leftsidebar h2 {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #fff;
	background-color: #455A79;
	padding: 3px 6px;
}

#leftsidebar h3 {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #fff;
	background-color: #455A79;
	padding: 3px 6px;
}

#leftsidebartext {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #455A79;
	padding: 12px 12px;
	line-height: 14pt;
}

#leftsidebartext a {
	text-decoration: none;
	color: #66584B;
}

#leftsidebartext a:hover {
	color: #66584B;
	text-decoration: underline;
}

#leftsidebartext1 {
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 9pt;
	color: #455A79;
	padding: 12px 2px;
	line-height: 14pt;
}

#leftsidebartext1 a {
	text-decoration: none;
	color: #66584B;
}

#leftsidebartext1 a:hover {
	color: #66584B;
	text-decoration: underline;
}

#middlepic {
	background: #fff url("images/church.jpg");
	float: left;
	width: 740px;
    height: 200px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
	border-right: solid #fff 1px;
	border-left: solid #fff 1px;
}

#content { 
  	float: left;
  	width: 695px;
	padding-bottom:75px;
	
}

#contenttxt { 
  	float: left;
  	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 10pt;
	color: #4E4E4E;
  	text-align: left;
  	width: 715px;
	padding: 12px 12px;
	text-align: justify;
	line-height: 12pt;
}

#content h2 { 
	padding-bottom: 4px;
	border-bottom: solid #455A79 1px;
	font-size: 12px; 
	color : #455A79; 
}
#content h3 {
	color: #fff; 
	background: #370F00; 
	font-size: 86%; 
	padding: 3px 6px;
}

.study {
	padding: 12px 15px 15px 15px;
	background: #D6DEE5;
	font-size: 93%;
	font-family: arial, sans-serif;
}

.bulletin {
	padding: 12px 15px 15px 15px;
	background: #E3EAF0;
	font-size: 8pt;
	font-face: arial, verdana;
}




#footer { 
	width: 1100px;
	border-top: solid #fff 1px;
  	height: 75px;
  	background-color: #455A79;
	float: left;
	
}

#footer_text {
	text-align: center; 
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	font-size: 8pt;
	margin-top: 5px;
	color: #C9C9C9;
	line-height: 12pt;
}

#footer_text a {
	text-decoration: none;
	color: #C9C9C9;
}

#footer_text a:hover {
	color: #C9C9C9;
	text-decoration: underline;
}