/* Baptist Historical Society */
 
body {
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, sans-serif;
color: black;
background-color: #ffffcc;
width: 800px;}

/* Banner across top of page that says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 17px;
padding-bottom: 17px;
padding-right: 80px;
background-color: #454f56;
border-bottom: 5px #cc6600 solid;
color: #b7baab;
font-weight: bold;
font-size: 1.5em;
text-align: right;
letter-spacing: 5px;
}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 3px ;
margin-bottom: 3px;
margin-left: 0em;
margin-right: 0em;
font-size: 1.5em;
color: #cc6600;
padding-bottom: 10px;
padding-top: 7px;
font-weight: bold;
border-top: 1px #454f56 solid;
letter-spacing: 0px;
border-bottom: 1px #454f56 solid;
text-align: left;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 20px ;
margin-bottom: 50px;
margin-left: 190px;
margin-right: 10px;
}

p, ul, ol, address, table {
font-size: .8em;
line-height: 1.9em;
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 15px;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1.25em;
color: #454f56;
font-weight: bold;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #3300ff;
text-decoration: none;
font-weight: inherit;
}

a:hover {
color: #ad5600;
text-decoration: none;
/*font-weight: bold; */
}

#clear{
clear:both;
}

/* Styles for the navbar on the left side. */

#left-menu {
float:left;
top: 68px;
left: 0;
width: 160px;
text-align: right;
background-color: #454f56;
border-bottom: 2px #cc6600 solid;
border-right: 2px #cc6600 solid;
padding-top: 15px;
padding-bottom: 60px;
}

#left-menu p {
padding-right: 20px;
margin-bottom: 0;
border-bottom: 2px #cc6600 solid;
font-size: .8em;
line-height: 25px;
}

#left-menu a:link, #left-menu a:visited {
color: #b7baab;
text-decoration: none;
}

#left-menu a:hover, #left-menu a.current {
color: #cc6600;
text-decoration: none;
}



/* Styles for the footer at the bottom of the page */

#footer {
text-align: right;
color: #454f56;
margin-bottom: 0;
padding-top: 7px;
padding-bottom: 7px;
border-top: 1px #cc6600 solid;
font-size: .7em;
font-weight: bold;
padding-right: 10px;
}

#footer a:link, #footer a:visited {
color: #cc6600;
}

#footer a:hover {
color: #454f56;
}

div.pullquoteright {
float:right;
width: 140px; 
color: teal;
border: solid #cc6600; 
border-width:7px 0;
font:bold 1em Arial, Helvetica, Verdana, sans-serif;
padding: 10px 10px; 
margin:1px 1px;}
				   
div.logo{
margin: 15px;}	

/* the following section floats a image right *******************************/
.imgright{
float:right;
padding:2px;
border: 1px #000000 solid;}	

/* the following section floats a image left *******************************/
.imgleft{
float:left;
padding:2px;
border: 1px #000000 solid;
margin:10px;}	   