td {  font-family: Trebuchet MS, Arial, Helvetica, sans-serif; font-size: 12px;}

body {
	font-family: verdana, sans-serif;
/*	font-family: "Trebuchet MS", Arial, sans-serif; */
	font-size: 11px;
	margin-top:0px;
	margin-left:0px;
/*	background-image: url(images/background.gif);		*/

}

a:link {
	text-decoration: none;
	color: #508fc4;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.text1 {
	color: #333333;
	font-size: 13px;
	font-weight:400;
}

.header1 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.header2 {
	color: #5B0282;
	font-size: 14px;
	font-weight: bold;
}

.header3 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.header4 {
	color: #5B0282;
	font-size: 16px;
	font-weight: bold;
}
.header5 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.header6 {
	color: #5B0282;
	font-size: 18px;
	font-weight: bold;
}
h1,h3,h4 {
	color: #5B0282;
}
h5, h6 {
	color:#333333;
}

a.bibleVerse {
	text-decoration:underline;
	font-weight:bold;
	
/*	color:#654D28; 
	color:#BE8E51;*/
	color:#800080;

	
	padding-left:2px
	
}

a.bibleVerse:hover {
	text-decoration:underline;
}

.container {
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	margin-top:0px
	width: 600px;
	background: #D8BFD8;
}


#topMenu {
	margin: 0;
	padding: 10px 0 20px 10px;
	border-bottom: 1px solid #36124C;
}

#topMenu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#topMenu a:link, #topMenu a:visited {
	float: left;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #36124C;
}
#topMenu a:link.active, #topMenu a:visited.active{
        color: #36124C;
        background:  url(images/pyramid.gif) no-repeat bottom center;
}
#topMenu a:hover {
        color: #508fc4;
        background:  url(images/pyramid.gif) no-repeat bottom center;
}

#button {
	width: 18em;
/*	border-right: 1px solid #000;*/
	padding: 0 0 1em 0;
/*	margin-bottom: 1em; */
	font-family: Tahoma, Arial, sans-serif;
			/*'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-size : 10px;
	background-color: #9DACD4;
	color: #333;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	border-bottom: 1px solid #9DACD4;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #508fc4;
	border-right: 10px solid #508fc4;
	background-color: #800080;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #999999;
	border-right: 10px solid  #999999;
	background-color: #F4EBFA;
	color: #36124C;
}

#button li #active {
	border-left: 10px solid   #CCCCCC;
	border-right: 10px solid   #CCCCCC;
	background-color: #5D1E82;
	color: #fff;
}

