@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* background color outside website container */
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000; /*default font color */
	background-color: #f7f7e6;
	width: 98%;
}
.base #container {
	width: 969px;  /* fixed site width */
	background-color:#eeeecd; /* main color inside container */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border:solid;
	border-top:4px;
	border-top-color:#cccc99;
	border-right:4px;
	border-right-color:#cccc99;
	border-bottom:4px;
	border-bottom-color:#cccc99;
	border-left:20px;
	border-left-color:#cccc99;
	border-style:solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.base #containerWHITE {
	width: 969px;  /* fixed site width */
	background-color:#ffffff; /* main color inside container */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border:solid;
	border-top:4px;
	border-top-color:#cccc99;
	border-right:4px;
	border-right-color:#cccc99;
	border-bottom:4px;
	border-bottom-color:#cccc99;
	border-left:20px;
	border-left-color:#cccc99;
	border-style:solid;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.base #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: left;
}
.base #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.base #topnav {
	width: 950px;
	height: 30px;
	border-left-color: #004466;
	border-left-width: 10px;
	border-left-style: solid;
	margin: 0;
	background-color: #004466;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #topnav instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.base #announce {
	width: 950px;
	background-color: #fff;
	color: #004466;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.base #maincontent {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	width: 949px;
	text-align:left;
	margin: 20px;
	min-height:375px;
	height:100% !important;
	
}
.base #maincontentf7f7e6 {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #f7f7e6;
	width: 949px;
	text-align:left;
	padding: 10px;
	margin: 20px;
	min-height:375px;
	height:100% !important;
}

.base #leftnav {
	text-align: left;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	padding: 7px;
	width: 220px;
	float: left;
	height: auto;
	margin: 10px 10px 8px 8px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #cc9;
}
.base #rightside {
	background-color: #e1e1b5;
	text-align: left;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	padding:0px 8px 8px 8px;
	float: right;
	width: 175px;
	margin: 0 0 0 10px;
	vertical-align: top;
}

#maincontent1 {
	background-color: #f7f7e6;
	width: 969px;
	padding: 8px;
	min-height:375px;
	height:100% !important;
	height:375px;
}

.base #maincontentnav1 {
	background-color: #f7f7e6;
	width: 698px;
	float: right;
	height:auto !important;
	height:375px;
	text-align: left;
	height: auto;
	margin: 10px 0px 10px 0px;
	z-index:2;
	padding:6px;
}

.base #maincontentnav1white {
	background-color: #ffffff;
	width: 698px;
	float: right;
	height:auto !important;
	height:375px;
	text-align: left;
	height: auto;
	margin: 3px;
	z-index:2;
	padding:2px;
}
.base #maincontentnav2 {
	background-color: #f7f7e6;
	padding:6px;
	width: 698px;
	float:right;
	text-align: left;
	min-height:375px;
	height:100% !important;
	height:375px;
	margin: 10px 0px 10px 0px;
}

.base #foot {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	width: 969px;
	height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 120%;
	background-color: #cccc99;
	clear: both;
}
#en_default1 {
	background-color: #f7f7e6;
	margin: 0 0 15px 0px;
	padding: 8px;
	float: left;
	width: 670px;
	height:300px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
}
#en_default1b {

	margin: 0 0 15px 0px;
	padding: 8px;
	float: left;
	width: 670px;
	height:300px;

	
}
#sp_default1 {
	background-color: #f7f7e6;
	margin: 0 0 15px 0px;
	padding: 8px;
	float: left;
	width: 670px;
	height:300px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bb6600; 
	border-right-color: #bb6600; 
	border-bottom-color: #bb6600; 
	border-left-color: #bb6600; 
}
#fr_default1 {
	background-color: #f7f7e6;
	margin: 0 0 15px 0px;
	padding: 8px;
	float: left;
	width: 670px;
	height:300px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336f7f; 
	border-right-color: #336f7f;
	border-bottom-color: #336f7f;
	border-left-color: #336f7f; 

}
.table3 {
	float: right;
	width: 72%;
	font-size: 12px;
	border-style: none;
	padding: 3px;
	text-align: left;
}
.table4 {
	float:none;
	width: 98%;
	font-size: 12px;
	border-size: 1px;
	padding: 2px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	even: #cccc99;
	odd: #e1e1b5;
}

#titlebox {
	float: left;
	height: auto;
	width: 98%;
}
#fullbox {
	float: left;
	height: auto;
	width: 100%;
}

#mainbox {
	float: left;
	height: auto;
	width: 849px;
}
#tabright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 101px;

}
.base #container #maincontent #mainbox {
	float: left;
	width: 848px;
}
#guide_blue {
	float: left;
	width: 798px;
	border: 20px solid #046;
	padding: 5px;
	background-color: #f7f7e6;
	vertical-align: top;
	text-align: center;
}

#guide_dfg {
	float: left;
	width: 798px;
	border: 20px solid #046;
	padding: 5px;
	background-color: #f7f7e6;
	vertical-align: top;
	text-align: center;

}
#guide_default {
	margin: 20px;
	float: left;
	width: 730px;
	border: 8px solid #999933;
	padding: 5px;
	background-color: #f7f7e6;


}
#guide_home {
	float: left;
	width: 798px;
	border: 20px solid #999966;
	padding: 5px;
	background-color:#eeeecd;
	vertical-align: top;
	text-align: center;

}
#guide_resources {
	float: left;
	width: 798px;
	border: 20px solid #003333;
	padding: 5px;
	background-color: #f7f7e6;
	text-align: right;

}
#guide_lesson {
	float: left;
	width: 798px;
	border: 20px solid #006666;
	padding: 5px;
	background-color: #f7f7e6;
	text-align: right;

}
#guide_glossary {
	float: left;
	width: 798px;
	border: 20px solid #440000;
	padding: 5px;
	background-color: #f7f7e6;

}
#guide_tools {
	float: left;
	width: 798px;
	border: 20px solid #993300;
	padding: 5px;
	background-color: #f7f7e6;

}

#guide_practices {
	float: left;
	width: 798px;
	border: 20px solid #631642;
	padding: 5px;
	background-color: #f7f7e6;	
}
#guide_priesthood {
	float: left;
	width: 798px;
	border: 20px solid #996600;
	padding: 5px;
	background-color: #f7f7e6;		
}
#lesson_left {
	margin: 4px;
	padding: 4px;
	float: left;
	width: 200px;
	background-color: #CCCC99;
	text-align: left;
	overflow: visible;
}
#lesson_right {
	margin: 4px;
	padding: 4px;
	float: right;
	width: 555px;
	text-align: left;
	vertical-align: top;
}

#lesson_right_half {
	margin: 4px;
	padding: 4px;
	float: right;
	width: 50%;
	text-align: left;
	vertical-align: top;
}

#lesson_left_half {
	margin: 4px;
	padding: 4px;
	float: left;
	width: 45%;
	text-align: left;
	vertical-align: top;
}

#lesson_left_330 {
	margin:10px;
	padding:0;
	float:left;
	width:310px;
	text-align: center;
	vertical-align: top;
	clear: right;
}

#lesson_banner_blank {
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	width: 100%;
	background-color:transparent;
	color: #222222;
}

#lesson_banner_YK {
	margin: 4px;
	padding: 4px;
	vertical-align:top;
	width: 98%;
	background-color:#cc9900;
	font-size:150%;
	color: #ffffff;
	font-weight: bold;
}

#lesson_banner_kids {
	margin: 4px;
	padding: 4px;
	vertical-align:top;
	width: 98%;
	background-color:#cc6600;
	font-size:150%;
	color: #ffffff;
	font-weight: bold;
}


#lesson_banner_youth {
	margin: 4px;
	padding: 4px;
	vertical-align:top;
	width: 98%;
	background-color:#006699;
	font-size:150%;
	color: #ffffff;
	font-weight: bold;
}


#lesson_banner_adult {
	margin: 4px;
	padding: 4px;
	vertical-align:top;
	width: 98%;
	background-color:#999933;
	font-size:150%;
	color: #ffffff;
	font-weight: bold;
}

#lesson_banner_IG {
	margin: 4px;
	padding: 4px;
	vertical-align:top;
	width: 98%;
	background-color:#3c4600;
	font-size:150%;
	color: #ffffff;
	font-weight: bold;
}
#en_default1 {
	background-color: #f7f7e6;
	margin: 0 0 15px 0px;
	padding: 4px 2px 4px 4px;
	float: left;
	width: 684px;
	height:285px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #81844a;
	border-right-color:#81844a;
	border-bottom-color: #81844a;
	border-left-color:#81844a;
}
#sp_default1 {
	background-color: #f7f7e6;
	margin: 0 0 15px 0px;
	padding: 4px 6px 4px 0px;
	float: left;
	width: 684px;
	height:275px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #975300; 
	border-right-color: #975300; 
	border-bottom-color: #975300; 
	border-left-color: #975300; 
}
#fr_default1 {
	background-color: #f7f7e6;
	margin: 0 0 15px 0px;
	padding: 4px 6px 4px 0px;
	float: left;
	width: 684px;
	height:275px;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ##336f7f;
	border-right-color: ##336f7f;
	border-bottom-color: ##336f7f;
	border-left-color: ##336f7f;
}
#en_default2a {
	margin: 0px 0px 10px 15px;
	padding: 10px 10px 8px 0;
	float: right;
	width: 215px;
	height: 50px;
	text-align: center;
}
#en_default2 {
	background-color: #999933;
	margin: 0px 0px 5px 15px;
	padding: 8px 0 0 0;
	float: right;
	width: 226px;
	height: 555px;
}
#en_default2b {
	background-color: #81844a;
	margin: 0px 0px 5px 15px;
	padding: 8px 0 0 0;
	float: right;
	width: 226px;
	height: 555px;
}
#sp_default2 {
	background-color: #975300; 
	margin: 0px 0px 5px 15px;
	padding: 8px 0 0 0;
	float: right;
	width: 226px;
	height: 555px;
}
#fr_default2 {
	background-color:#336f7f; 
	margin: 0px 0px 5px 15px;
	padding: 8px 0 0 0;
	float: right;
	width: 226px;
	height: 555px;
}
#en_default3 {
	margin: 0px 0px 10px 0;
	float: left;
	width: 93px;
	line-height: .5em;
}
#en_default4 {
	margin: 0px 0px 10px 105px;
	background-color:#eeeecd;
	padding: 0px;
	height: 225px;
	width: 602px;
}

#en_default4b {
	margin: 235px 0px 10px 105px;
	padding: 0px;
	height: 100px;
	width: 602px;
}

#en_default5 {
	margin: 0px 10px 10px 10px;
	padding: 8px;
	float: right;
	width: 570px;
	height:50px;
	text-align: center;
	clear: left;

}
#photoright {
	background-color: #e1e1b5; 
	margin: 0px 0px 0px 10px;
	padding: 0;
	float: right;
	text-align: center;
	font-size:10px;
	color:#004466;
	clear: left;
}
#photoleft {
	background-color: #e1e1b5; 
	margin: 0px 15px 0px 0px;
	padding: 0;
	float: left;
	text-align: center;
	font-size:70%;
	color:#004466;
	clear: right;
}

.left3 {
	margin: 10px;
	padding: 3px;
	float: left;
	width: 30%;
}
#left3 {
	margin: 6px;
	padding: 4px;
	float: left;
	width: 31%;
}
#center3 {
	padding: 4px;
	width: 31%;
	margin-top: 6px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 270px;
}
#right3 {
	width: 31%;
	margin: 6px;
	padding: 4px;
	float: right;
}
#right455div {
	margin: 10px 10px 10px 340px;
	width: 450px;
	padding: 0px;


}

#goldright {
	background-color: #D3C176;
	text-align: left;
	padding:0px 8px 8px 8px;
	float: right;
	width: 225px;
	margin: 0 0 0 10px;
	vertical-align: top;
}
