﻿@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0; }
html,body { font-family: Arial, Helvetica, sans-serif; background: #ffffff; margin:0; padding:0; height:100%; }/*#ddcc87*/

/* Header Logo*/
.header-logo {
	background: #cc3433;
	height: 94px;
}

.header-img-logo {
	float: left;
	padding-top: 9px;
}

.header-img-logo2 {
	float: right;
	padding: 14px 10px 0px 0px;
}

/* Menu Navigation */
#menu-navigation {
	background: #cbaa75;
	height: 29px;
}

.menu-bg {
	background: #ddcc86;
}

.menu-bg ul {
	list-style: none;
	font-size: .8em;
	height: 26px;
	margin-bottom: -15px;
}

#menu-navigation ul li {
	border-top: 1px solid #cbaa75;
	border-right: 2px solid #cbaa75;
	border-left: none;
	float: left;
	cursor: pointer;
	padding-top: 5px;
	height: 19px;
}

#menu-navigation ul li:hover {
	background: #ecdd98;
}

#menu-navigation ul li.current {
	background: #ecdd98;
}

#menu-navigation ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

#main-wrapper {
	position: relative;
	height: 100%;
	height: auto;
	width: 100%;
}

#left-column {
	position: absolute;
	float:left;
	background:#ddcc87;
	color: #271386;
	font-size: .8em;
	font-weight: bold;
	top: 0;
	left: 0;
	padding: 30px 26px 0px 26px;		
	width:10.9%;
	height:100%;	
}

.left-column-list {
	list-style: disc;
	margin: 13px 0px 0px 14px;
}

.left-column-list li {
	margin-bottom: 13px;
}

.left-column-list li a {
	color: #271386;
}

.left-column-list li a:hover {
	background: #c1dec8;
	text-decoration: none;
}

.left-column-list li a:visited {
	color: #4a64c5;
}

.left-bottom-parag {
	margin-top: 48px;
	padding-bottom: 10px;
}

#middle-column {
	float: left;
	margin-left: 15%;
	width: 63%;
	height: 100%;
	background: #ffffff;
}

#right-column {
	position: absolute;
	float:left;
	background: #ddcc87;
	top: 0;
	right: 0;	
	width:20%;
	height:100%;
}

.right-top-title {
	color: #ef0b00;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 25px 0px 0px 10px;
	width: 250px;	
}

.slideshow-image {
	color: #ef0b00;
	text-align: center;
	margin-left: 10px;
}

.slideshow-image img {
	border: 15px solid #fff;
}

/* Footer Wrapper */
#footer-wrapper, .push {
	position: relative; 
	background: #000000;
	color: #3b3633;
	padding-top: 2px;
	height: 132px;
}

.footer-content {
	background: #dfcfbf;
	height: 132px;
}

.footer-links {
	font-size: .7em;
	text-align: center;
	padding-top: 19px;
}

.footer-links a {
	color: #6795b7;
}

.footer-links a:hover {
	background: #c1dec8;
	text-decoration: none;
}

.footer-copyrights {
	font-size: .7em;
	text-align: center;
}




/***** 
	Menu Navigation 
*****/

/***** [ Home Page ] *****/
.home-content {
	padding: 42px 0px 0px 8px;
	width: 98%;
}

.book-img {
	float: left;	
}

.book-img img {
	border: none;
}

.buy-book {
	font-size: .8em;
	width: 265px;
}

.book-parag2 {
	color: #000080;
	margin-top: 85px;
}

.home-parag {
	float: left;
	font-family: Verdana;
	margin-left: 10px;
	width: 520px;
}

.home-parag h1, .home-parag h2 {
	color: #000154;
	text-align: center;	
}

.home-parag h1 {
	font-size: 2em;
}

.home-parag h2  {
	font-size: 1.5em;
}

.home-parag strong {
	color: #000154;
}

.other-link {
	color: #271386;
	font-weight: bold;
}

.other-link:hover {
	background: #c3e3bc;
}

.other-link:visited {
	color: #4a64c5;
}

.homeparag2 {
	margin-top: 57px;
}

.homeparag2, .homeparag3 {
	font-size: .8em;
	text-align: justify;
}

.home-parag2 {
	color: #000000;
	float: left;
	clear: left;
	margin: 18px 0px 80px 0px;
	width: 650px;
}

.homeparag3 {
	margin-top: 19px;
}

.homeparag4 {
	color: #080848;
	margin-top: 19px;
}

.home-parag-question {
	color: #1a1080;
}

.homeparag-a {
	color: #000080;
	font-weight: bold;
}	

.homeparag-a:hover {
	background: #c6ddc0;
}

.homeparag-a:visited {
	color: #4765c7;
}

.home-parag2 ul {
	font-size: .8em;
	margin: 23px 0px 0px 37px;
	width: 650px;
}

.home-parag2 ul li {
	margin-bottom: 19px;
}




/***** [ Meaning of Life Page ] *****/
.mol-content {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;	
}

.mol-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
}

.mol-parag {
	color: #1d000d;
	margin-top: 27px;
}

.mol-parag2 {
	margin-top: 17px;
}

.mol-parag2 a {
	color: #000080;
	font-weight: bold;
}

.mol-parag2 a:hover {
	background: #c3e3bc;
}

.mol-parag2 a:visited {
	color: #4167c8;
}

.mol-parag3 {
	margin-bottom: 150px;
	padding-top: 45px;
} 

.mol-parag3 a {
	color: #000080;
	font-weight: bold;
}

.mol-parag3 a:hover {
	background: #c3e3bc;
}

.mol-parag3 a:visited {
	color: #4167c8;
}




/***** [ Second Coming Page ] *****/
.sc-content {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.sc-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
}

.sc-parag {
	color: #1d000d;
	margin-top: 27px;
}

.sc-parag2 {
	margin: 16px 0px 0px 40px;
}

.sc-parag3 {
	margin: 16px 0px 0px 0px;
}

.sc-list {
	list-style: disc;
	margin: 16px 0px 0px 24px;
}

.sc-list li {
	margin-top: 16px;
}

.sc-list-in {
	margin: 0px 0px 0px 40px;
}

.sc-parag4 {
	margin-top: 48px;
}

.sc-parag4 a {
	color: #000080;
	font-weight: bold;
}

.sc-parag4 a:hover {
	background: #c3e3bc;
}

.sc-parag4 a:visited {
	color: #4167c8;
}

.sc-parag5 {
	margin: 48px 0px 20px 0px;
}

.sc-parag5 a {
	color: #000080;
	font-weight: bold;
}

.sc-parag5 a:hover {
	background: #c3e3bc;
}

.sc-parag5 a:visited {
	color: #4167c8;
}




/***** [ End Times Details ] *****/
.etd-content {
	color: #000099;
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.etd-title {
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: underline;
}

.etd-title a:hover {
	background: #c3e3bc;
	text-decoration: underline;	
}

.etd-parag {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 28px;
}

.etd-list {
	margin: 26px 0px 0px 40px;
}

.etd-list li {
	font-weight: bold;
	margin-top: 16px;
}

.etd-list li a {
	color: #000080;
}

.etd-list li a:hover {
	background: #c3e3bc;
}

.etd-list li a:visited {
	color: #4167c8;
}

.etd-parag2 {
	padding-top: 46px;
}

.etd-parag2 a {
	color: #000080;
	font-weight: bold;
}

.etd-parag2 a:hover {
	background: #c3e3bc;
}

.etd-parag2 a:visited {
	color: #4167c8;
}




/***** [ Book Page ] *****/
.book-content {
	color: #00047b;
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.book-content img {
	border: none;
}

.book-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 23px;
}

.book-parag {
	color: #000080;
	margin-top: 23px;
}

.book-img2 {
	margin: 29px 4px 0px 0px;
}

.book-parag-2 {
	color: #000080;
	font-weight: bold;	
	margin-top: 23px;
}

.book-list {
	list-style: disc;
	font-weight: bold;
	margin: 26px 0px 0px 38px;
}

.book-list li a {
	color: #000080;
}

.book-list li a:hover {
	background: #c3e3bc;
}

.book-list li a:visited {
	color: #4167c8;
}

.book-parag3 {
	color: #000080;
	font-weight: bold;
	margin-top: 17px;
}

.book-parag3 a {
	color: #000080;
}

.book-parag3 a:hover {
	background: #c3e3bc;
}

.book-parag3 a:visited {
	color: #4167c8;
}

.book-parag4 {
	font-weight: bold;
	margin: 47px 0px 280px 0px;
}

.book-parag4 a {
	color: #000080;
}

.book-parag4 a:hover {
	background: #c3e3bc;
	color: #000099 !important;
}

.book-parag4 a:visited {
	color: #4167c8;
}




/***** [ Contact Us Page ] *****/
.contact-content {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.contact-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 23px;	
}

.contact-content form {
	margin: 31px 0px 0px 9px;
}

.contact-content form span {
	float: left;
	font-weight: bold;
	font-size: .8em;
	margin-right: 20px;
	width: 120px;
}

.contact-content form input {
	margin-bottom: 14px;
	padding: 2px 0px 0px 3px;
	width: 251px;
	height: 20px;
}

.contact-content form textarea {
	resize: none;
	width: 256px;
	height: 126px;
}

.c-submit {
	margin: 13px 0px 0px 144px;
	width: 100px !important;
}

.contact-parag {
	margin-top: 59px;
}

.contact-parag a {
	font-weight: bold;
	color: #000080;
}

.contact-parag a:hover {
	background: #c3e3bc;
	color: #000099 !important;
}

.contact-parag a:visited {
	color: #4167c8;
}




/***** [ Thank You Page ] *****/
.thanks-title {
	font-size: 1.5em;
	font-weight: bold;
	color: #000080;
}

.thanks-parag {
	margin-top: 22px;
}

.t-returnhome {
	margin-top: 49px;
}

.t-returnhome a {
	color: #6795b7;
	font-weight: bold;
}

.t-returnhome a:hover {
	background: #c3e3bc;
}

.t-returnhome a:visited {
	color: #000080;
}




/***** 
	Left navigation menu
*****/

/***** [ 666 Page ] *****/
.six-content {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.six-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
}

.six-title2 {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;	
	margin-top: 25px;
}

.six-parag {
	margin-top: 25px;
}

/* Table */
.six-table {
	font-size: .9em;
	list-style: none;
/*	border: 1px solid #000000;*/
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000;
/*	border-bottom: 1px solid #000000;*/
	margin-top: 42px;
	width: 671px;
/*	height: 340px;*/
}

.bottom-border {
	clear: both;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	border-left: none;
}

/* Table Header */
.st-header, .st-header2, .st-header3, .st-header4, .st-header5 { 
	float: left; 
	font-weight: bold; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000; 
	padding-top: 3px;
}

.st-header, .st-col 	{ padding-left: 3px; width: 237px; }
.st-header2, .st-col2 	{ text-align: center; width: 47px; }
.st-header3, .st-col3 	{ text-align: center; width: 60px; }
.st-header4, .st-col4 	{ text-align: center; width: 66px; }
.st-header5, .st-col5 	{ padding-left: 3px; width: 247px; }

/* Table Body */
.st-row, .st-row2, .st-row3, .st-row4, .st-row5 { clear:both; }

.st-col, .st-col2, .st-col3, .st-col4, .st-col5 {
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 3px;
}

.st-col-one, .st-col-two, .st-col-three, .st-col-four, .st-col-five {
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	padding-top: 3px;
}

.st-col3-one, .st-col3-two, .st-col3-three, .st-col3-four, .st-col3-five {
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 3px;		
}

.st-col4-one, .st-col4-two, .st-col4-three, .st-col4-four, .st-col4-five {
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	padding-top: 3px;	
}

/* Row 2 */
.st-col-one {
	padding-left: 3px;
	width: 237px;
}

.st-col-two {
	text-align: center;
	width: 47px;
}

.st-col-three {
	text-align: center;
	width: 60px;
}

.st-col-four {
	border-bottom: 1px solid #000;
	text-align: center;
	width: 66px;
}

.st-col-five {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 3px;
	width: 247px;
}

/* Row Three */
.st-col3-one {
	border-top: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 3px;
	width: 237px;
}

.st-col3-two {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 47px;
}

.st-col3-three {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	width: 60px;
}

.st-col3-four {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;	
	width: 66px;
}

.st-col3-five {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 3px;
	width: 247px;
}

/* Row Four */
.st-col4-one {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 3px;
	width: 237px;
}

.st-col4-two {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 47px;
}

.st-col4-three {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 60px;
}

.st-col4-four {
	text-align: center;
/*	padding-top: 30px;*/	
	width: 66px;
}

.st-col4-five {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 3px;
	width: 247px;	
}

.six-parag2 {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 71px;
}

.six-parag3 {
	margin: 29px 0px 50px 27px;
}




/***** [ 1290 Page ] *****/
.twelve-ninety {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.tn-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 23px;	
}

.tn-parag {
	margin-top: 22px;
	width: 98%;
}

.linkto {
	color: #000080;
}

.linkto:hover {
	background: #c6ddc0;
}

.linkto:visited {
	color: #4765c7;
}

/* 1290 Table */
.tn-table {
	font-size: .8em;
	list-style: none;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	margin-top: 45px;
	width: 609px;
}

.tn-header-td, .tn-header-td2, .tn-header-td3, .tn-header-td4 { 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000; 
	padding-top: 3px;
}

.tn-header-td, .tn-col, .tn-col-two, .tn-col-three {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	width: 197px;
}

.tn-header-td2, .tn-col2, .tn-col-two2, .tn-col-three2 {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 75px;
}

.tn-header-td3, .tn-col3, .tn-col-two3, .tn-col-three3 {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	width: 73px;
}

.tn-header-td4, .tn-col4, .tn-col-two4, .tn-col-three4 {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-left: 5px;
	width: 248px;
}

/* Header Table */
.tn-header-td, .tn-header-td2, .tn-header-td3, .tn-header-td4 { float: left; }

.tn-header { text-align: center; }

/* Body Table */
.tn-col, .tn-col2, .tn-col3, .tn-col4, .tn-col5 {
	float: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	padding-top: 3px;
}

.tn-col2, .tn-col3 { text-align: center; }

.tn-col-two, .tn-col-two2, .tn-col-two3, .tn-col-two4 { float: left; padding-top: 3px; }

.tn-col-three, .tn-col-three2, .tn-col-three3, .tn-col-three4 {
	float: left;
	border-right: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	padding-top: 3px;
}

.tn-parag2 {font-size: .9em; text-align: justify; margin-top: 46px; }
.tn-col-two2, .tn-col-three2 { text-align: center; }
.tn-col-two3, .tn-col-three3 { text-align: center; }



/***** [ 42 Months Page ] *****/
.ft-m {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.ft-m-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 23px;		
}

.ft-m-title2 {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 89px;
}

.ft-m-title2 a:hover {
	cursor: text; 
	text-decoration: underline;	
	background: #c6ded1;
}

.ft-m-parag {
	margin: 19px 0px 0px 61px;
}

.ft-m-parag2 {
	margin-top: 19px;
}

.ft-m-parag3 {
	margin-top: 16px;
}

.ft-m-hlink {
	font-weight: bold;
	margin-top: 22px;
}

.ft-m-hlink a:hover {
	background: #c6ded1;	
}

.ft-m-hlink a:visited {
	color: #000080;
}

.ft-m-title3 {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 62px;
}

.ft-m-title3 a:hover {
	background: #c6ded1;
	text-decoration: underline;
	cursor: text;
}

.ft-m-parag4 {
	margin: 19px 0px 0px 61px;
	width: 70%;
}

.ft-m-parag5 {
	margin-top: 19px;
}

.ft-m-hlink2 {
	font-weight: bold;
	margin-top: 16px;
}

.ft-m-hlink2 a:hover {
	background: #c6ded1;
}

.ft-m-hlink2 a:visited {
	color: #000080;
}

.ft-m-title4 {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 62px;
}

.ft-m-title4 a {}

.ft-m-title4  a:hover {
	background: #c6ded1;
	text-decoration: underline;
}

.ft-m-title5 {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 62px;
}

.ft-m-title5 a:hover {
	background: #c6ded1;
	text-decoration: underline;
	cursor: text;
}

.ft-m-title6 {
	color: #000099;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 62px;
}

.ft-m-title6 a:hover {
	background: #c6ded1;
	text-decoration: underline;
	cursor: text;
}

.ft-m-hlink3 {
	font-weight: bold;
	margin: 16px 0px 80px 0px;
}

.ft-m-hlink3 a:hover {
	background: #c6ded1;
}

.ft-m-hlink3 a:visited {
	color: #000080;
}




/***** [ 70 weeks Page ] *****/
.sw-c {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.sw-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
}

.sw-parag {
	margin-top: 22px;
}

.sw-parag2 {
	margin-top: 16px;
}

/* Table */
.sw-t {
	font-size: .9em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;	
	list-style: none;	
	margin-top: 50px;
	width: 611px;
}

/* Header */
.sw-t-h-td, .sw-t-h-td2, .sw-t-h-td3 {
	font-weight: bold;	
}

.sw-t-h-td, .sw-t-h-td2, .sw-t-h-td3, .sw-t-h-td4 { 
	float: left;
	text-align: center;	
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000; 
	padding-top: 3px;	
}

/* Body */

/* Column One */
.sw-col, .sw-col2, .sw-col3, .sw-col4 { float: left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Two */
.sw-col-two, .sw-col-two2, .sw-col-two3, .sw-col-two4 { float: left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Three */
.sw-col-three, .sw-col-three2, .sw-col-three3, .sw-col-three4 { float: left; border-right: 1px solid #000000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Four */
.sw-col-four, .sw-col-four2, .sw-col-four3, .sw-col-four4 { float: left; border-right: 1px solid #000000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Five */
.sw-col-five, .sw-col-five2, .sw-col-five3, .sw-col-five4 { float: left; border-right: 1px solid #000000; border-bottom: 1px solid #000; padding-top: 3px; }

/* First Column */
.sw-t-h-td, .sw-col, .sw-col-two, .sw-col-three, .sw-col-four, .sw-col-five { text-align: center; width: 64px }

/* Second Column */
.sw-t-h-td2, .sw-col2, .sw-col-two2, .sw-col-three2, .sw-col-four2, .sw-col-five2 { text-align: center; width: 67px }

/* Third Column */
.sw-t-h-td3, .sw-col3, .sw-col-two3, .sw-col-three3, .sw-col-four3, .sw-col-five3 { text-align: center; width: 131px }

/* Four Column */
.sw-t-h-td4, .sw-col4, .sw-col-two4, .sw-col-three4, .sw-col-four4, .sw-col-five4 { padding-left: 10px; width: 334px }

.sw-parag3 { margin: 100px 0px 50px 0px; }

/* Table Two */
.sw-t2 {
	font-size: .9em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	list-style: none;	
	margin: 50px 0px 80px 0px;
	width: 608px;
}

/* Table two header */
.sw-t2-h-td, .sw-t2-h-td2, .sw-t2-h-td3 { 
	float:left; 
	font-weight: bold; 
	border-right: 1px solid #000; 
	border-bottom: 1px solid #000; 
	text-align: center; 
	padding-top: 3px;
}

.sw-t2-h-td { width: 64px; }
.sw-t2-h-td2 { width: 57px; }
.sw-t2-h-td3 { width: 483px; }

/* Column two */
.sw-t2-col, .sw-t2-col2, .sw-t2-col3 { float:left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column three */
.sw-t2-col-two, .sw-t2-col-two2, .sw-t2-col-two3 { float:left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Four */
.sw-t2-col-three, .sw-t2-col-three2, .sw-t2-col-three3 { float:left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Five */
.sw-t2-col-four, .sw-t2-col-four2, .sw-t2-col-four3 { float:left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Six */
.sw-t2-col-five, .sw-t2-col-five2, .sw-t2-col-five3 { float:left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Seven */
.sw-t2-col-six, .sw-t2-col-six2, .sw-t2-col-six3 { float:left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }

/* Column Eight */
.sw-t2-col-seven, .sw-t2-col-seven2, .sw-t2-col-seven3 { float:left; border-right: 1px solid #000; border-bottom: 1px solid #000; padding-top: 3px; }
 
/* First Row */
.sw-t2-col, .sw-t2-col-two, .sw-t2-col-three, .sw-t2-col-four, .sw-t2-col-five, .sw-t2-col-six, .sw-t2-col-seven { 
	text-align: center; 
	width: 64px;
}

/* Second row */
.sw-t2-col2, .sw-t2-col-two2, .sw-t2-col-three2, .sw-t2-col-four2, .sw-t2-col-five2, .sw-t2-col-six2, .sw-t2-col-seven2 { text-align: center; width: 57px }

/* Third row */
.sw-t2-col3, .sw-t2-col-two3, .sw-t2-col-three3, .sw-t2-col-four3, .sw-t2-col-five3, .sw-t2-col-six3, .sw-t2-col-seven3 {  padding-left: 5px; width: 478px }




/***** [ 601 Page ] *****/
.s01-c {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.s01-c-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 22px;		
}

.s01-parag {
	margin: 16px 0px 0px 28px;
	width: 70%;
}

.s01-parag2 {
	margin-top: 16px;
}

/* Table */
.s01-t { font-size: .9em; border-top: 1px solid #000000; border-left: 1px solid #000000; list-style: none; margin: 43px 0px 80px 0px; width: 787px; }

/* Header */
.s01-t-h-c, .s01-t-h-c2, .s01-t-h-c3, .s01-t-h-c4, .s01-t-h-c5, .s01-t-h-c6, .s01-t-h-c7 { 
	float: left; 
	font-weight: bold; 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	 
	padding-top: 3px;
	padding-left: 3px;
}

.s01-t-h-c { width: 236px; }
.s01-t-h-c2 { text-align: center; width: 48px; }
.s01-t-h-c3 { text-align: center; width: 48px; }
.s01-t-h-c4 { text-align: center; width: 56px; }
.s01-t-h-c5 { text-align: center; width: 62px; }
.s01-t-h-c6 { text-align: center; width: 62px; }
.s01-t-h-c7 { width: 246px; }

/* Body */

/* Row One */
.s01-t-r-c, .s01-t-r2-c, .s01-t-r3-c, .s01-t-r4-c { width: 236px; }
/* Row Two */
.s01-t-r-c2, .s01-t-r2-c2, .s01-t-r3-c2, .s01-t-r4-c2 { text-align: center; width: 48px; }
/* Row Three */
.s01-t-r-c3, .s01-t-r2-c3, .s01-t-r3-c3, .s01-t-r4-c3 { text-align: center; width: 48px; }
/* Row Four */
.s01-t-r-c4, .s01-t-r2-c4, .s01-t-r3-c4, .s01-t-r4-c4 { text-align: center; width: 56px; }
/* Row Five */
.s01-t-r-c5, .s01-t-r2-c5, .s01-t-r3-c5, .s01-t-r4-c5 { text-align: center; width: 62px; }
/* Row Six */
.s01-t-r-c6, .s01-t-r2-c6, .s01-t-r3-c6, .s01-t-r4-c6 { text-align: center; width: 62px; }
/* Row Seven */
.s01-t-r-c7, .s01-t-r2-c7, .s01-t-r3-c7, .s01-t-r4-c7 { width: 246px; }

/* Column One */
.s01-t-r-c, .s01-t-r-c2, .s01-t-r-c3, .s01-t-r-c4, .s01-t-r-c5, .s01-t-r-c6, .s01-t-r-c7 {
	float: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	padding-left: 3px;
}

/* Column Two */
.s01-t-r2-c, .s01-t-r2-c2, .s01-t-r2-c3, .s01-t-r2-c4, .s01-t-r2-c5, .s01-t-r2-c6, .s01-t-r2-c7 {
	float: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	padding-left: 3px;	
}

/* Column Three */
.s01-t-r3-c, .s01-t-r3-c2, .s01-t-r3-c3, .s01-t-r3-c4, .s01-t-r3-c5, .s01-t-r3-c6, .s01-t-r3-c7 { 
	float: left; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000; 	
	padding-left: 3px;	
}

/* Column Four */
.s01-t-r4-c, .s01-t-r4-c2, .s01-t-r4-c3, .s01-t-r4-c4, .s01-t-r4-c5, .s01-t-r4-c6, .s01-t-r4-c7 {
	float: left; 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	padding-left: 3px;	
}



/***** 
	Other Links
*****/

/***** [ Rehashed Page ] *****/
.rehashed-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.rehashed-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 22px;
}

.ironside-cover {
	margin-top: 19px;
}

.rehashed-parag {
	margin-top: 49px;
}

.rehashed-parag2 {
	margin-top: 19px;
}

.rehashed-list {
	margin: 16px 0px 0px 39px;
}

.rehashed-paper {
	margin: 43px 0px 80px 0px;
}

.rehashed-link {
	float: left;
	clear: left;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 100px;
}

.rehashed-link:hover {
	background: #c8dec8;
}

.rehashed-link:visited {
	color: #4167c8;
}




/***** [ Eclipses: Omens of the End Page ] *****/
.eclipse-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.eclipse-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
}

.eclipse-parag {
	margin-top: 23px;
}

.eclipse-title2 {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 33px;
}

.eclipse-list {
	margin: 18px 0px 0px 37px;
}

.eclipse-list li {
	margin-top: 18px;
}

.eclipse-parag2 {
	margin: 16px 0px 0px 28px;
}

.eclipse-parag3 {
	margin-top: 16px;
}

.eclipse-link {
	color: #000080;
	font-weight: bold;
}

.eclipse-link:hover {
	background: #c6ded1;
}

.eclipse-link:visited {
	color: #4466db;
}

.eclipse-link2 {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	margin: 16px 0px 480px 0px;	
}

.eclipse-link2:hover {
	background: #c6ded1;
}

.eclipse-link2:visited {
	color: #4466db;
}




/***** [ Saudi Eclipse Page ] *****/
.se-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.se-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;	
}

.se-parag {
	margin-top: 25px;
}

.se-link {
	color: #000080;
	font-weight: bold;
}

.se-link:hover {
	background: #c6ded1;
}

.se-link:visited {
	color: #4466db;
}

.se-content img {
	margin: 19px 0px 0px 90px;
}

.se-list {
	margin: 16px 0px 0px 38px;
}

.se-link2 {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	margin: 16px 0px 80px 0px;
}

.se-link2:hover {
	background: #c6ded1;
}

.se-link2:visited {
	color: #4466db;
}




/***** [ USA Eclipse Page ] *****/
.ue-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.ue-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
}

.ue-parag {
	margin-top: 25px;
}

.ue-link {
	color: #000080;
	font-weight: bold;
}

.ue-link:hover {
	background: #c6ded1;
}

.ue-link:visited {
	color: #4466db;
}

.ue-content img {
	margin: 19px 0px 0px 90px;
}

.ue-list {
	margin: 16px 0px 0px 38px;
}

.ue-link2 {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	margin: 16px 0px 80px 0px;
}

.ue-link2:hover {
	background: #c6ded1;
}

.ue-link2:visited {
	color: #4466db;
}




/***** [ Mecca Path Page ] *****/
.mecca-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.mecca-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
}

.mecca-content img {
	float: left;
	clear: both;
	margin-top: 19px;
}

.mecca-link {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	margin: 16px 0px 200px 0px;
}

.mecca-link:hover {
	background: #c6ded1;
}

.mecca-link:visited {
	color: #4466db;
}




/***** [ Reason Why Ali Page ] *****/
.rwa-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.rwa-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
}

.rwa-parag {
	margin-top: 22px;
}

.rwa-link {
	color: #000080;
	font-weight: bold;
}

.rwa-link:hover {
	background: #c6ded1;
}

.rwa-link:visited {
	color: #4466db;
}

.rwa-list {
	margin: 16px 0px 0px 38px;
}

.rwa-top {
	margin-top: 16px;
}

.rwa-link2 {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	margin: 16px 0px 80px 0px;	
}

.rwa-link2:hover {
	background: #c6ded1;
}

.rwa-link2:visited {
	color: #4466db;
}

  


/***** [ FAQS Page ] ******/
.faq-content {
	font-size: .8em;
	text-align: justify;
	padding-left: 30px; 
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.f-line {
	clear: both;
	background-color: #ff0000;
	margin: 36px auto;
	width: 50%;
	height: 5px;
}

.faq-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title a:hover {
	background: #c6ded1;
	text-decoration: underline;	
}

.faq-parag {
	margin-top: 21px;
}

.faq-parag2 {
	margin-top: 16px;
}

.faq-contact {
	color: #000480;
	font-weight: bold;	
}

.faq-contact:hover {
	background: #c8dec8;
}

.faq-contact:visited {
	color: #4466c9;
}

.faq-title2 a {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title2 a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title2 a:visited {
	color: #4167c8;
}

.faq-list {
	list-style: none;
	font-weight: bold;
	margin-left: 40px;
}

.faq-list li {
	margin-top: 17px;
}

.faq-list li a {
	color: #000080;
	text-decoration: underline;
}

.faq-list li a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list li a:visited {
	color: #4167c8;
}

.faq-title3 {
	margin-top: 16px;
}

.faq-title3 a {	
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title3 a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title3 a:visited {
	color: #4167c8;
}

.faq-list2 {
	list-style: none;
	font-weight: bold;
	margin-left: 40px;
}

.faq-list2 li {
	margin-top: 17px;
}

.faq-list2 li a {
	color: #000080;
	text-decoration: underline;
}

.faq-list2 li a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list2 li a:visited {
	color: #4167c8;
}

.faq-title4 {
	margin-top: 16px;
}

.faq-title4 a {	
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title4 a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list3 {
	list-style: none;
	font-weight: bold;
	margin-left: 40px;
}

.faq-list3 li {
	margin-top: 17px;
}

.faq-list3 li a {
	color: #000080;
	text-decoration: underline;
}

.faq-list3 li a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list3 li a:visited {
	color: #4167c8;
}

.faq-title5 {
	margin-top: 16px;
}

.faq-title5 a {	
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title5 a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list4 {
	list-style: none;
	font-weight: bold;
	margin-left: 40px;
}

.faq-list4 li {
	margin-top: 17px;
}

.faq-list4 li a {
	color: #000080;
	text-decoration: underline;
}

.faq-list4 li a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list4 li a:visited {
	color: #4167c8;
}

.faq-title6 {
	margin-top: 16px;
}

.faq-title6 a {	
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title6 a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list5 {
	list-style: none;
	font-weight: bold;
	margin: 0px 0px 43px 40px;
}

.faq-list5 li {
	margin-top: 17px;
}

.faq-list5 li a {
	color: #000080;
	text-decoration: underline;
}

.faq-list5 li a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-list5 li a:visited {
	color: #4167c8;
}

.faq-title7 {
	margin-top: 16px;
}

.faq-title7 a {	
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-title7 a:hover {
	background: #c8dec8;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.faq-parag3 {
	margin-top: 16px;
}

.return-top {
	color: #000080;
	font-weight: bold;
	margin-top: 17px;
}

.return-top:hover {
	background: #c8dec8;
}

.faq-parag4 {
	margin: 16px 0px 0px 81px;
}

.faq-list6 {
	margin: 19px 0px 0px 24px;
}

.f-6 {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.f-6:hover {
	background: #c8dec8;
}

.f-6:visited {
	color: #4167c8;
}

.faq-parag5 {
	margin: 19px 0px 0px 12px;
}

.faq-list7 { margin: 16px 0px 0px 13px; }
.faq-list7 li { margin-top: 16px; }

.f-in-list { margin: 16px 0px 0px 40px; }

.faq-parag6 { margin-top: 16px; }

.faq-parag7 { margin: 16px 0px 0px 46px; }

.f-in-list2 { margin: 16px 0px 0px 58px; }
.faq-list8 { margin: 20px 0px 0px 38px; }

.faq-list9 { margin: 20px 0px 0px 38px; }
.faq-list9 li { margin-top: 19px; }

.faq-list10 { margin: 16px 0px 0px 37px; }
.faq-list10 li { margin-left: 40px; }
.faq-list10-li { margin-top: 16px; }

.f-in-list3 { margin: 16px 0px 0px 0px; }

.faq-parag8 { margin: 16px 0px 0px 21px; }

.faq-list11 { margin: 16px 0px 0px 37px; }
.top-16 { margin-top: 16px; }

.faq-parag9 { margin: 16px 0px 0px 22px; }

.faq-list12 { margin: 16px 0px 0px 37px; }
.faq-list-li2 { margin-top: 18px; }
.faq-list-ul { margin: 16px 0px 0px 40px; }

.faq-list13 { margin: 16px 0px 0px 128px; }
.faq-list14 { margin: 16px 0px 0px 78px; }

.faq-list15 { list-style: none; margin: 16px 0px 0px 35px; }
.faq-list15 li { margin-top: 16px; }

.return-top2 {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	margin: 17px 0px 80px 0px;
}

.return-top2:hover {
	background: #c8dec8;
}

.f-link {
	color: #000080;
}

.f-link:hover {
	background: #c3e3bc;
}

.f-link:visited {
	color: #4167c8;
}




/***** [ Creed Page ] *****/
.creed-content {
	font-size: .9em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.creed-title {
	color: #000099;
	font-size: 1.3em;
	font-weight: bold;	
}

.creed-parag {
	margin-top: 22px;
}

.creed-parag2 {
	margin-top: 16px;
}

.creed-parag3 {
	margin: 16px 0px 0px 40px;
}

.creed-parag4 {
	font-size: .9em;
	margin: 77px 0px 0px 38px;
}

.creedlinks {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
	margin: 48px 0px 80px 0px;
}

.creedlinks:hover {
	background: #c8dec8;
}

.creedlinks:visited {
	color: #4481e5;
}



/*****
	Book Page Links
*****/

/***** [ Foreword Page ] *****/
.foreword-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.foreword-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;	
}

.foreword-parag {
	margin-top: 27px;
}

.foreword-parag2 {
	margin-top: 16px;
}

.foreword-list {
	margin: 16px 0px 0px 38px;
}

.foreword-list {
	margin-top: 19px;
}

.foreword-parag3 {
	margin: 16px 0px 0px 39px;
}
	
.foreword-link {
	float: left;
	clear: both;
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 80px 0px;
}

.foreword-link:hover {
	background: #c6ded1;
}

.foreword-link:visited {
	color: #4466db;
}




/***** [ Preface Page ] *****/
.preface-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.preface-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;
}

.preface-parag {
	margin-top: 27px;
}

.preface-parag2 {
	margin: 16px 0px 0px 40px;
}

.preface-parag3 {
	margin-top: 16px;
}

.preface-link {
	float: left;
	clear: both;
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 80px 0px;
}

.preface-link:hover {
	background: #c6ded1;
}

.preface-link:visited {
	color: #4466db;
}




/***** [ Epilogue Page ] *****/
.epilogue-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.epilogue-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;
}

.epilogue-parag {
	margin-top: 22px;
}

.epilogue-parag2 {
	margin-top: 16px;
}

.epilogue-parag3 {
	margin: 16px 0px 0px 39px;
}

.epilogue-link {
	float: left;
	clear: both;
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 80px 0px;
}

.epilogue-link:hover {
	background: #c6ded1;
}

.epilogue-link:visited {
	color: #4466db;
}




/***** [ Glossary Page ] *****/
.glossary-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.glossary-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;
}

.glossary-parag {
	margin-top: 22px;
}

.glossary-parag {
	margin-top: 16px;
}

.glossary-list {
	margin: 16px 0px 0px 37px;
}

.glossary-link {
	float: left;
	clear: both;
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 80px 0px;
}

.glossary-link:hover {
	background: #c6ded1;
}

.glossary-link:visited {
	color: #4466db;
}




/***** [ Back Cover Page ] *****/
.bookcover-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.backcover-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;
}

.backcover-link {
	float: left;
	clear: both;
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 80px 0px;
}

.backcover-link:hover {
	background: #c6ded1;
}

.backcover-link:visited {
	color: #4466db;
}




/***** [ blurb about the book Page ] *****/
.atb-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.atb-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;
}

.atb-parag {
	margin-top: 16px;
}

.backcover-link {
	float: left;
	clear: both;
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 120px 0px;
}

.backcover-link:hover {
	background: #c6ded1;
}

.backcover-link:visited {
	color: #4466db;
}




/***** [ Miscellaneous Details About the Book Page ] *****/
.dbb-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.dbb-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;
}

.dbb-title2 {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 67px;
}

.dbb-parag {
	margin-top: 20px;
}

.dbb-link {
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
}

.dbb-link:hover {
	background: #c6ded1;
}

.dbb-link:visited {
	color: #4466db;
}




/***** [ Timeline Page ] *****/
.timeline-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.timeline-title {
	color: #000099;
	font-size: 1.7em;
	font-weight: bold;
	margin-top: 69px;
}

.timeline-parag {
	margin-top: 16px;
}

.timeline-pdf {
	margin-top: 16px;
}

.timeline-link {
	float: left;
	clear: both;
	color: #000097;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 80px 0px;
}

.timeline-link:hover {
	background: #c6ded1;
}

.timeline-link:visited {
	color: #4466db;
}




/***** [ Notable Years Appendix Page ] *****/
.nya-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.nya-title {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
}

.nya-title a:hover {
	background: #c8dec8;
	text-decoration: underline;	
}	

.nya-table {
	list-style: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;	
	margin-top: 42px;
	width: 658px;
}

.nya-td-left, .nya-td-right {
	float: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.nya-td-left {
	text-align: center;
	padding-top: 10px;
	width: 96px;
}

.nya-td-right {
	padding-top: 10px;
	padding-left: 10px;
	width: 549px;
}

.nya-link {
	float: left;
	clear: both;
	color: #000080;
	font-weight: bold;
	text-decoration: underline;
	margin: 16px 0px 80px 0px;
}

.nya-link:hover {
	background: #c6ddc0;
}

.nya-link:visited {
	color: #000080;
}




/***** [ Corrections to the Book Page ] *****/
.rtcb-content {
	font-size: .8em;
	margin: 40px 0px 0px 5px;
	width: 90%;
}

.rtcb-title {
	color: #000099;
	font-size: 1.5em;
	font-weight: bold;	
	margin-top: 30px;
}

.rtcb-parag {
	margin-top: 20px;
}

.rtcb-list, .rtcb-list2 {
	float: left;
	list-style: none;
	margin-top: 20px;
}

.rtcb-list2 {
	margin-left: 40px;
}

.rtcb-list li, .rtcb-list2 li {
	margin-top: 2px;
}

.rtcb-parag2 {
	padding-top: 30px;
}

.rtcb-link {
	margin: 30px 0px 250px 0px;
}

.rtcb-link a {
	color: #000080;
	font-weight: bold;
}

.rtcb-link a:hover {
	background: #c6ddc0;
}

.rtcb-link a:visited {
	color: #4167c8;
}