html {
	font-family: Arial, Helvetica, sans-serif;
	background: #1b2318;
}
body {
	margin: 0;
	background: url("bg.png") no-repeat top center;
}
body#front {
	background: url("bg-front.png") no-repeat top center;
}
p.lang {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .65em;
	color: #fff;
	margin: 2em 0;
}
div.front {
	margin-left: 200px;
}
.front h2 {
	padding: .5em;
	margin: 0;
	text-transform: uppercase;
}
.front h2 a {
	color: #fff;
}
.front h2 a:hover {
	border-bottom: 2px dotted #fff;
}
.front .footer {
	margin-right: 200px;
	color: #343;
}
.front .footer a {
	color: #565;
	border-bottom: 1px dotted #343;
}
h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content h1 {
	text-align: center;
	margin-top: 0;
	display: block;
	width: 100%;
	border-bottom: solid #62532f 1px;
}
#content h2 {
	margin-top: 1em;
	margin-bottom: 0;
}
a {
	text-decoration: none;
}
#wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 960px;
}
#logo {
	width: 350px;
	height: 120px;
	display: block;
	float: left;
	margin: 0 0 -20px 0;
}
#logo span {
	display: none;
}
#onthisday {
	float: right;
	margin: 1em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .65em;
	text-align: center;
	background: url(onthisday.png);
	width: 252px;
	height: 95px;
}
a #onthisday {
	color: #fff;
}
a:hover #onthisday {
	background-position: 0 95px;
}
#onthisday .mid {
	margin: 2em 4em 0 0;
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
}
#onthisday .big {
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 3em;
	margin-top: -18px;
	margin-bottom: -19px;
	display: block;
}
#onthisday .small {
	margin-left: 1em;
	display: block;
	text-transform: uppercase;
}
.clear {
	clear: both;
}

/* Styling for the rounded box container */
.box-top {
	width: 960px;
	height: 42px;
	background: url("box-top.png") no-repeat;
	clear: both;
}
.box-bod {
	width: 960px;
	background: url("box-bod.png") repeat-y;
	margin: 0;
}
.box-bot {
	width: 960px;
	height: 47px;
	background: url("box-bot.png") no-repeat;
}
.footer {
	margin: 0 42px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .65em;
	color: #a08c5d;
	text-align: right;
	position: relative;
	top: 4px;
}
.footer a {
	color: #62532f;
	border-bottom: 1px dotted #62532f;
}
.footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #f3e9d3;
}
.footer .left {
	float: left;
}

/* Styling for navigation tabs on top */
#tabs {
	margin-top: 0;
	margin-left: 40px;
	margin-right: 30px;
	float: right;
}
#tabs li {
	list-style-type: none;
	float: left;
	height: 30px;
	margin-left: -40px;
	text-align: center;
	line-height: 1.75em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	position: relative;
}
#tabs li a .tableft {
	background: url("tab.png") no-repeat;
	width: 27px;
	height: 30px;
	display: block;
	float: left;
}
#tabs li a .tabright {
	background: url("tab.png") no-repeat 100% 0;
	height: 30px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 37px;
}
#tabs li.active {
	z-index: 5;
}
#tabs li.active a {
	color: #403720;
}
#tabs li.inactive a, #tabs li.active ul li a {
	color: #62532f;
}
#tabs li.inactive a:hover, #tabs li.active ul li a:hover {
	color: #fff;
}
#tabs li.inactive a .tableft {
	background-position: 0 -30px;
}
#tabs li.inactive a .tabright {
	background-position: 100% -30px;
}
#tabs li.z-4 {
	z-index: 4;
}
#tabs li.z-3 {
	z-index: 3;
}
#tabs li.z-2 {
	z-index: 2;
}
#tabs li.z-1 {
	z-index: 1;
}
#tabs li ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 40px;
	background: #d7c9a8;
	border: 1px solid;
	border-top-color: #e8e1cf;
	border-bottom-color: #191408;
	border-left-color: #c2b28d;
	border-right-color: #c2b28d;
	padding: 10px;
	color: #9a8a65;
}
#tabs li ul li {
	font-family: Verdana, Helvetica, sans-serif;
	text-align: left;
	font-size: .65em;
	height: auto;
	line-height: normal;
	margin: 0 0 0 10px;
}
#tabs li ul li a:hover {
	border-bottom: 1px dotted #f3e9d3;
}
#tabs li:hover ul {
	display: block;
}
#tabs li ul li {
	float: none;
}
.joseph ul {
	width: 105%;
}
.history ul {
	width: 175%;
}
.doctrine ul {
	width: 80%;
}
.scriptures ul {
	width: 105%;
}
#tabs li ul li ul.flyout {
	font-size: 1.5em;
	display: none;
	position: absolute;
	top: .8em;
	left: 1em;
	background: #d7c9a8;
	border: 1px solid;
	border-top-color: #e8e1cf;
	border-bottom-color: #191408;
	border-left-color: #c2b28d;
	border-right-color: #c2b28d;
	padding: 5px 0 10px 0;
	color: #9a8a65;
	z-index: 1;
}
#tabs li ul li:hover ul.flyout {
	display: block;
}
#tabs li ul.sidelist {
	background: none;
	border: 0;
	position: static;
	padding: 0;
	float: left;
	margin-left: -30px;
	margin-right: 10px;
	width: auto;
	margin-left: 10px;
	margin-right: 0;
}

/* Styling for main content area */
#content {
	float: left;
	background: #f8f5ea;
	margin: 0 0 0 37px;
	width: 706px;
}
#content.noSideBars {
	margin: 0 37px;
	width: 886px;
	float: none;
}
#sidebar {
	float: right;
	margin-right: 37px;
	width: 180px;
}
#sidebar p {
	text-align: center;
}
#sidebar #on_this_day {
	font-size: .8em;
	margin: 1em 0 1em 1em;
	padding: 0;
}
#content div {
	padding: 10px;
}
#sidebar div {
	padding: 10px 5px 10px 0;
}
#sidebar ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	margin-left: -10px;
	color: #9a8a65;
}
#sidebar ul li {
	text-indent: -1em;
	margin-left: 1em;
	position: relative;
}
#sidebar ul li.header {
	text-indent: 0;
	margin-left: 0;
}
.header {
	position: relative;
	left: -10px;
	font-style: italic;
	border-bottom: 1px solid #af9d73;
	margin-bottom: 5px;
}
#sidebar a {
	color: #62532f;
}
#sidebar a:hover {
	color: #fff;
	border-bottom: 1px dotted #f3e9d3;
}
#sidebar ul li ul.flyout {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .75em;
	display: none;
	position: absolute;
	left: 2em;
	top: 1.4em;
	background: #d7c9a8;
	border: 1px solid;
	border-top-color: #e8e1cf;
	border-bottom-color: #191408;
	border-left-color: #c2b28d;
	border-right-color: #c2b28d;
	padding: 5px 0 10px 0;
	color: #9a8a65;
	z-index: 1;
	width: 120%;
}
#sidebar ul li ul.flyout li a {
	display: block;
	text-indent: 0;
	margin-left: -1em;
	padding: .1em 1em;
}
#sidebar ul li ul.flyout li a:hover {
	background: #62532f;
	border-bottom: none;
}
#sidebar ul li:hover ul.flyout {
	display: block;
}
#sidebar ul.sidelist {
	float: left;
	margin-left: -30px;
	margin-right: 10px;
}

/* Styles for individual pages */
.style1 {
	font-size: .8em;
}
.style4 {
	font-size: .6em;
}
.imgleft {
	float: left;
	margin-right: 1em;
}
.imgright {
	float: right;
	margin-left: 1em;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.upone {
	position: relative;
	top: -1em;
}
#BottomFrame {
	border: 0px;
	height: 100%;
	width: 100%;
}
#TopFrame {
	border: 0px;
	height: 100%;
	width: 100%;
}
table.images {
	margin: -13px;
}
