body {
	color: #F5EBDC;
	background-color: #594927;
	font-family: Verdana, Arial, sans-serif;
	font-size: 86%;
	text-align: center;
}

p {
	font-size: 1em;
}

a:active,
a:hover,
a:visited,
a:link,
a {
	color: #EE7A13;
}

a:hover {
	background-color: #EDEDDC;
}

h2,
h4 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

h1 {
	font-family: "Bookman Old Style", "Times New Roman", Times, serif;
	background: url(images/keren_sheba_icon.gif) no-repeat right bottom;
	border-bottom: 2px solid black;
	padding-right: 20px;
	font-size: 225%;
}

h2 {
	font-size: 120%;
	background: url(images/triple_arrows.gif) no-repeat left;
	padding-left: 25px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* page layout */

#container {
	text-align: left;
	width: 750px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

#banner {
	padding: 0;
	margin-bottom: 0;
}

#content {
	padding: 10px;
	margin-left: 210px;
	background-color: #E8E8D2;
	color: #17172D;
}


#sidebar-a {
	font-size: 76%;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#footer {
	font-size: 76%;
	clear: both;
	text-align: center;
	padding: 5px;
	margin-top: 0;
	background-color: transparent;
}

/* end page layout */

/* scripture quotes */

.scripture {
	color: #01568F;
	font-style : italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	text-align: center;
	font-weight: bold;
}

blockquote cite, q cite {
	font-size: 0.85em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.scripture cite {
	color: #000;
	font-style : normal;
}

q cite {
	margin-left: 1em;
}

blockquote cite {
	display: block;
	text-align: right;
}

/* end scripture quotes */

#footer img {
	display: block;
	margin: auto;
}

/* navigation list */

#navcontainer {
	margin-top: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 2px solid #EE7A13;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li {
	margin: 0 0 0px 0;
}

#navcontainer a {
	display: block;
	padding: 5px 5px 5px 15px;
	width: 180px;
	color: #E8E8D2;
	border-bottom: 2px solid #EE7A13;
	text-decoration: none;
	background: transparent url(images/nav_arrow.gif) no-repeat 2px;
}

#navcontainer a:hover {
	color: White;
	text-decoration: none;
	background: #8B723D url(images/nav_arrows_2.gif) no-repeat 2px;
}

#navcontainer ul ul li {
	margin: 0 0 0px 0;
}

#navcontainer ul ul a {
	display: block;
	padding: 5px 5px 5px 30px;
	width: 165px;
	color: #DADAB6;
	border-bottom: 2px solid #AF671D;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: White;
	text-decoration: none;
	background: #8B723D url(images/nav_arrows_2.gif) no-repeat 2px;
}

/* end navigation list */

/* Hides from IE-mac \*/
* html ul#sheba_list {height: 1%;}
/* End hide from IE-mac */
ul#sheba_list {
	list-style-type: none;
	margin-left: 1em;
	padding-left: 0;
}
ul#sheba_list li:first-letter {
	font-weight: bold;
	font-size: 1.5em;
}
#content div.inline_image {
	margin: 1px 4px;
	padding: 4px;
	background-color: #E8E8D2;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#content div.inline_image img {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}



#content div.right {
	float: right;
	margin-right: 0;
	clear: right;
}
#content div.center {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
}
#content div.inline_image.center img {
	margin-right: auto;
	margin-left: auto;
}

#content div.left {
	float: left;
	margin-left: 0;
	clear: left;
}

#content dt {
	margin-top: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#content code {
	font-weight: bold;
	font-size: 120%;
}

#content address {
	margin: 0 2em;
}

hr.clearer {
	display: block;
	clear: both;
	margin: 0;
	visibility: hidden;
}





