@charset "utf-8";
/*---These CSS rules incorporate reset_brian.css and apply to the main 'table of contents' pages for Kids World, Youth World, Advanced Studies, Bible Exploration, Espanol, LearnEnglish---*/
/*---Web Designer: Brian Cummins; date: November 2009---*/
/*---Colors used:  #333; #006138; #FFB03B; #8E2800; #003F24; #B64926; #D11900; #BBE5C1; #FDCCA9; #B9F1EE; #FFF5C5; #E3E3E3; #393939; #CFCFCF; ---*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:top;
	background:transparent
}body{line-height:1}ol,ul{list-style:none}
body {
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18 */
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	width: 100%;
}
.bodytext p {
    font-size:0.875em;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 1.2em;
}
h2,h3 {
	font-family: 'Trebuchet MS', Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #006138;
	line-height: 115%;
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 {
	font-size: 20px;
	color: #8e2800;
	line-height: 115%;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	color: #003f24;
	line-height: 115%;
	margin-bottom: 10px;
}
hr {
	color: #8e2800;
	text-align: center;
	width: 75%;
}
img a {
	border: none;
}


#navbar {
	background-image: url(../images/navbkgnd.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 360px;
	z-index: 1;
}
#navbar ul {
	position: relative;
}
#breadcrumbs p {
	font-size: 9px;
	line-height: 20px;
}
#sidebar {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 210px;
	margin-left: 50px;
	margin-right: 20px;
	padding-top: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
#sidebar h2 {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;	
	font-size: 16px;
	color: #8e2800;
	line-height: 110%;
	margin-bottom: 10px;
}
#sidebar p {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #333;
	font-weight: normal;
}
#sidebar a:link, a:visited {
	color: #003F24;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover {
	color: #B64926;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .boldRed {
	font-size: 12px;
	font-weight: bold;
	color: #8e2800;
	line-height: 115%;
	margin-bottom: 10px;
}
#main {
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	margin-left: 310px;
	margin-right: 10px;
}
#main p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
#main a:link {
	color: #006138;
	text-decoration: none;
	font-weight: bold;
}
#main a:visited {
	color: #006138;
	text-decoration: none;
	font-weight: bold;	
}
#main a:hover {
	color: #8e2800;
	text-decoration: underline;
	font-weight: bold;
}
#main ul {
	list-style: square;
	font-size: 12px;
	padding-bottom: 10px;
}
#main li {
	margin-left: 30px;	
}
#main table td {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#main .smallText {
	font-size: 10px;
	line-height: 10px;
}
#main .indexLinks {
	line-height: 22px;
	text-align: center;
}
#footer {
	background-image: url(../images/footer_greygradient50.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 5px;
	clear: both;
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #000;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:link {
	color: #8e2800;
	text-decoration: none;
}
#footer a:visited {
	color: #8e2800;
	text-decoration: none;
}
#footer a:hover {
	color: #D11900;
	text-decoration: underline;
}
#footer .address {
	text-align: right;
	font-size: 9px;
	line-height: 12px;
}
#footer .copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	line-height: 10px;
	font-weight: normal;
	color: #000;
	text-align: left;
	float: left;
	clear: right;
}
.footerlinks {
	text-align: center;
	vertical-align: top;
	float: left;
	padding-left: 180px;
}
table {
	border: 1px solid #777;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#tableGreen1 {
	background-color: #BBE5C1;
}
#tableGreen1 a:link, #tableGreen1 a:visited {
	color: #8e2800;
}
#tableGreen1 a:hover {
	color: #D11900;
}

#tableOrange1 {
	background-color: #FDCCA9;
}
#tableOrange1 a:link, #tableOrange1 a:visited {
	color: #8e2800;
}
#tableOrange1 a:hover {
	color: #D11900;
}

#tableBlue1 {
	background-color: #B9F1EE;
}
#tableBlue1 a:link, #tableBlue1 a:visited {
	color: #8e2800;
}
#tableBlue1 a:hover {
	color: #D11900;
}

#tableYellow1 {
	background-color: #FFF5C5;
}
#tableYellow1 a:link, #tableYellow1 a:visited {
	color: #8e2800;
}
#tableYellow1 a:hover {
	color: #D11900;
}

#tableGreen2 {
	background-color: #BBE5C1;
}
#tableGreen2 a:link, #tableGreen2 a:visited {
	color: #8e2800;
}
#tableGreen2 a:hover {
	color: #D11900;
}

#tableOrange2 {
	background-color: #FDCCA9;
}
#tableOrange2 a:link, #tableOrange2 a:visited {
	color: #8e2800;
}
#tableOrange2 a:hover {
	color: #D11900;
}

#tableBlue2 {
	background-color: #B9F1EE;
}
#tableBlue2 a:link, #tableBlue2 a:visited {
	color: #8e2800;
}
#tableBlue2 a:hover {
	color: #D11900;
}
#tableYellow2 {
	background-color: #FFF5C5;
}
#tableYellow2 a:link, #tableYellow2 a:visited {
	color: #8e2800;
}
#tableYellow2 a:hover {
	color: #D11900;
}

#tableGreen3 {
	background-color: #BBE5C1;
}
#tableGreen3 a:link, #tableGreen3 a:visited {
	color: #8e2800;
}
#tableGreen3 a:hover {
	color: #D11900;
}

#tableOrange3 {
	background-color: #FDCCA9;
}
#tableOrange3 a:link, #tableOrange3 a:visited {
	color: #8e2800;
}
#tableOrange3 a:hover {
	color: #D11900;
}
th {
	border: 1px solid #777;
	background-color: #E3E3E3;
	font-size: 110%;
	height: 2em;
	text-align: center;
	vertical-align: middle;
	color: #393939;
	padding: inherit;
}
td {
	border: 1px solid #777;
	height: 2.5em;
	padding-left: 15px;
	padding-top: 7px;
	vertical-align: top;
}
.col_lessons {
	width: 80%;
}
.col_quizzes {
	width: 120px;
	text-align: center;
	background-color: #cfcfcf;
}
.centerText {
	text-align: center;	
}
.subtitle {
	font-size: 10px;
	color:#777;
	font-weight: bold;
	text-align: center;
}

.asteriskGold {
	font-size: 125%;
	font-weight: bold;
	color: #cc9933;
	margin-right: 1px;
}
.italics {
	font-style: italic;	
}
.italicsBold {
	font-style: italic;
	font-weight: bold;
}
#sidebar p.strongLarger {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #393939;
}
.strongGold {
	font-size: 12px;
	font-weight: bold;
	color: #cc9933;
}
.strongTeal {
	font-size: 12px;
	font-weight: bold;
	color: #1e5d59;
}
#sidebar .strongTeal {
	font-size: 12px;
	font-weight: bold;
	color: #1e5d59;
}
.strongDarkblue {
	font-size: 12px;
	font-weight: bold;
	color: #6d70ed;
}
#sidebar .strongPurple {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7e125d;
}
.strongGreen {
	font-size: 12px;
	font-weight: bold;
	color: #00aba0;
}
.strongPurple {
	font-size: 12px;
	font-weight: bold;
	color: #8e6ded;
}
.spanishLink {
	font-size: 14px;
	text-align: center;
	background-color: #ffb03b;
	display: block;
	line-height: 24px;
}
div.centered {
	text-align: center;
}
.floatLeft {
	margin-right: 15px;
	float: left;
}
.floatRight {
	margin-left: 15px;
	float: right;
}
/*this clear is for breaks (BR), not for elements which need to be visible*/
.clearFloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.red {
	color: #8e2800;
}
.boldRed {
	color: #8e2800;
	font-weight: bold;
}

