/* project: Roadtobetterliving */
   
body {
	font: 0.7em Arial, sans-serif;
	line-height: 1.5em;
	/*background: #eaf7f5 repeat-x; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	width: 850px;
}

.box_li
{
}
a {
	background: inherit;
	font-weight: normal;
	font-size: 1em;
	color: #FFF;
}

a.title {
	color: #454545;
	background: #FFF;
}

h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }
h2 {
	padding: 7 0 0;
	letter-spacing: -1px;
	font-family: Arial, Sans-Serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #900;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
h1 a {
	color: #FFF;
}
h1 a, h2 a { text-decoration: none; }
h3 {
	font: 90% Arial, Sans-Serif;
	margin: 0 0 10px 0;
	padding: 0;
	color: #5f5f5f;
}
p {
	margin: 0 0 0px 2px;
	line-height: 1.5em;
	padding: 2px;
}
form { margin: 0; }
input.search { width: 299px; border: none; background: #FFF url(../CSS/input.gif); padding: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(../CSS/button.gif); padding: 3px; color: #FFF; }

/* layout
   ------ */

.content {
	margin: 40px auto 25px;
	width: 840px;
	background: #FFF repeat-y scroll;
	color: #454545;
	border-right: none;
	border-left: none;
	border-top-style: none;
	border-bottom-style: none;
}


.footer
{
	background: url(../_assets/Footer.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 6px 0px;
	height: 60px;
	float: none;
}
.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top {
	background: #FEFEFE url(../_assets/big_top.gif) no-repeat;
	color: #FFF;
	height: 15px;
}
.header { padding: 0px 10px 0 10px; }
.header_middle { background: #FEFEFE color: #FFF;
	margin-left: 3px;
}

.header_bottom {
	clear: both;
	background: #FEFEFE url(../_assets/big_bottom.gif) no-repeat;
	color: #FFF;
	height: 15px;
}

.header { padding: 0px 10px 0 10px; }    


.subheader {
	padding: 0px;
	background: #494a4a url(../_assets/sub_header.gif);
	width: 836px;
	height: 24px;
}
.content
{
	margin-left: 85px;
	border-left: #94bff8;
	background: url(../_assets/big_middle.gif);
	height: auto;
}

.content .subheader
{
	background: #494a4a;
	width: 840px;
	position: relative;
	height: 24px;
}
.content .subheader .SubHeadLeftImage
{
	left: auto;
}



/* left side
   --------- */

.left {
	float: left;
	width: 180px;
	margin: 0 0 10px;
}

.centerContent {
	float: left;
	width: 639px;
	margin: 0 0px;
	height: auto;
	background: #FDEED5 no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	clear: right;
	border: 1px solid #94BFF8;
	}

.content .centerContent a
{
	float: left;
	width: auto;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 10px;
	border-bottom: #FFC891;
	color: #454545;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
}




.content .centerContent p
{
	float: left;
	width: 610px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 10px 0 3px;
	border-bottom: #FFC891;
	font-weight: bold;
}

/* This is the Table Class  */

.content .centerContent table#ArmorTable {
	background: #EAC68A;
	padding: 5px;
	border: 1px solid #8B6854;
	display: block;
	width: auto;
	
	}


.content .centerContent #ArmorTable thead{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #B66A05;
	background: url(none);
	text-decoration: underline;
	border-bottom: 1px dotted #B66A05;
	text-align: center;
	
	}

.content .centerContent #ArmorTable td{
	padding: 5px 3px 10px;

	
	}

.content .centerContent #ArmorTable tbody{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #666;
	
	}

.content .centerContent #ArmorTable caption{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: 1em;
	padding-top: 0.5em;
	}
	
.content .centerContent #ArmorTable .TableOn{
	background: #FEE3A5;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	display: table-row;
	
	}	
	
.content .centerContent #ArmorTable .TableOff{
	background: #FED9A7 url(none);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	display: table-row;
	
	}	

.content .centerContent #ArmorTable .TableHead{
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	display: table-row;
	border: 1px dotted #9D6C1C;
	
	}

/*******************************************/
/************Reference Table ***************/
/************Reference Table ***************/
/************Reference Table ***************/
/*******************************************/

.content .centerContent table#ReferenceTable {
	background: #EAC68A;
	padding: 5px;
	border: 1px solid #8B6854;
	display: block;
	width: 400px;
	margin-left: 20px;
	float: left;
	clear: both;
	
	}


.content .centerContent #ReferenceTable thead{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bolder;
	color: #B66A05;
	background: url(none);
	border-bottom: 1px dotted #B66A05;
	text-align: center;
	}

.content .centerContent #ReferenceTable td{
	padding: 5px 3px 10px;

	
	}

.content .centerContent #ReferenceTable tbody{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #666;
	
	}

.content .centerContent #ReferenceTable caption{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: 1em;
	padding-top: 0.5em;
	}
	
.content .centerContent #ReferenceTable .TableOn{
	background: #FFC891;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	display: table-row;
	
	}	
	
.content .centerContent #ReferenceTable .TableOff{
	background: #FED9A7 url(none);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	display: table-row;
	
	}	

.content .centerContent #ReferenceTable .TableHead{
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	display: table-row;
	border: 1px dotted #9D6C1C;
	
	}
/*******************************************/
/************Reference Table ***************/
/************Reference Table ***************/
/************Reference Table ***************/
/*******************************************/


/*************************************************/
/************Reference Table Large ***************/
/************Reference Table Large ***************/
/************Reference Table Large ***************/
/************Reference Table Large ***************/

.content .centerContent table#ReferenceTableLarge {
	background: #EAC68A;
	border: 1px solid #8B6854;
	display: block;
	width: 600px;
	clear: both;
	float: left;
	padding: 5px;
	
	}


.content .centerContent #ReferenceTableLarge thead{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bolder;
	color: #B66A05;
	background: url(none);
	border-bottom: 1px dotted #B66A05;
	text-align: center;	
	}

.content .centerContent #ReferenceTableLarge td{
	padding: 5px 3px 10px;

	
	}

.content .centerContent #ReferenceTableLarge tbody{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #666;
	
	}

.content .centerContent #ReferenceTableLarge caption{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #666;
	text-align: left;
	padding-bottom: 1em;
	padding-top: 0.5em;
	}
	
.content .centerContent #ReferenceTableLarge .TableOn{
	background: #FFC891;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	display: table-row;
	
	}	
	
.content .centerContent #ReferenceTableLarge .TableOff{
	background: #FED9A7 url(none);
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #666;
	display: table-row;
	
	}	

.content .centerContent #ReferenceTableLarge .TableHead{
	background: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	display: table-row;
	border: 1px dotted #9D6C1C;
	
	}
/*************************************************/
/************Reference Table Large ***************/
/************Reference Table Large ***************/
/************Reference Table Large ***************/
/************Reference Table Large ***************/
/*************************************************/

.centerContentMyDesc
{
	float: left;
	width: 620px;
	margin: 12pt 11 10;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 11px;
}
.content .centerContentMyDesc p
{
	float: left;
	width: 600px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 5px 0 3px;
	border-bottom: #FFC891;
	padding-top: 10px;
	color: #FFF;
}

.content .centerContentMyBody1
{
	float: left;
	width: 620px;
	margin: 12pt 11 0;
	height: auto;
	background: #FDEDD3 no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 3px;
	border-bottom: #FFC891;
}

.content .centerContentMyBody1 p
{
	float: left;
	width: 600px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 10px;
	margin: 0 20px 0 3px;
	border-bottom: #FFC891;
	text-align: justify;
}

.centerContentScriptureChurch
{
	float: left;
	width: 400px;
	height: 165px;
	background: no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 20px 20px 130px;
	padding: 5px 55px 2px 20px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
}

.centerContentScriptureChurch p
{
	float: left;
	width: 600px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 5px 0 3px;
	border-bottom: #FFC891;
	padding-top: 10px;
	color: #FFF;
}


.content .centerContentScripture
{
	float: left;
	width: 400px;
	height: 155px;
	background: url(../images/HomePage/Worship/Scripture-Scrolls-Worship.jpg) no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 20px 20px 120px;
	padding: 5px 55px 5px 20px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
}

.content .centerContentScripture p
{
	float: left;
	width: 600px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 5px 0 3px;
	border-bottom: #FFC891;
	padding-top: 10px;
	color: #FFF;
}
.content .centerContentScripture1
{
	float: left;
	width: 403px;
	height: 100px;
	background: url(../_assets/Scripture1.jpg) no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 11px 10px 100px;
	padding: 5px 3px 10px 20px;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
}
.content .centerContentScripture1 p
{
	float: left;
	width: 350px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 15px;
	padding-left: 10px;
	border-bottom: #FFC891;
	color: #FFF;
	margin: 10 20px 0 3px;
	padding-bottom: 10px;
}

.content .centerContentKingdomScripture
{
	float: left;
	width: 400px;
	height: 155px;
	background: url(../images/HomePage/Workers/Scripture-Scrolls-Workers.jpg) no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 20px 20px 120px;
	padding: 5px 55px 5px 20px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
}

.content .centerContentKingdomScripture p
{
	float: left;
	width: 600px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 5px 0 3px;
	border-bottom: #FFC891;
	padding-top: 10px;
	color: #FFF;
}

.content .centerContentKingdomScripture2
{
	float: left;
	width: 400px;
	height: 155px;
	background: url(../images/HomePage/Workers/Scripture-Scrolls-Workers2.jpg) no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 20px 20px 120px;
	padding: 5px 55px 5px 20px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
}

.content .centerContentKingdomScripture2 p
{
	float: left;
	width: 600px;
	height: auto;
	background: no-repeat;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 5px 0 3px;
	border-bottom: #FFC891;
	padding-top: 10px;
	color: #FFF;
}

.content .centerContentSinnerPrayer
{
	float: left;
	width: 550px;
	height: 349px;
	background: #FDEDD3 url(../images/HomePage/SinnerPrayer/SinnerPrayerParchment.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 55px;
	padding-top: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content .centerContentPrayerScriptures
{
	float: left;
	width: 620px;
	height: 412px;
	background: #FDEDD3 url(../images/HomePage/SinnerPrayer/SinnerPrayerScriptures.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 15px;
	padding-top: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}



.content .centerContentMyHouse
{
	float: left;
	width: 400px;
	height: 200px;
	background: no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 20px 15px 120px;
	padding: 5px 55px 5px 15px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
}




.content .centerContentScriptureOnDime
{
	float: left;
	width: 400px;
	height: 300px;
	background: url(../images/HomePage/OnDime/ScrollOnDime.jpg) no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
	margin-top: 10px;
	margin-left: 140px;
	padding-top: 11px;
}


.content .centerContentWebster1
{
	float: left;
	width: 500px;
	height: 300px;
	background: #FDEDD3 url(../images/HomePage/Worship/WebsterWorship.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 55px;
	padding-top: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content .centerContentWebster2
{
	float: left;
	width: 500px;
	height: 300px;
	background: #FDEDD3 url(../images/HomePage/Greed/WebsterGreed.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 55px;
	padding-top: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.content .centerContentJesusAtDoor
{
	float: left;
	width: 100px;
	height: 140px;
	background: #FDEDD3 no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	margin-left: 275px;
	margin-top: 11px;
	padding: 0px;
	border-top: 2px #FFC891;
	border-right: 2px #FFC891;
	border-bottom: 2px #FFC891;
	border-left: 2px #FFC891;
}

.content .centerContentPeaceSign
{
	float: left;
	width: 600px;
	margin: 12pt 11 10;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 11px;
}

.content .centerContent a:hover
{
	float: none;
	width: auto;
	height: auto;
	background: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #741001;
	margin: 0;
}

.content .centerContentLinksWindow
{
	float: left;
	width: 375px;
	height: 190px;
	background: url(../images/HomePage/PeaceSign/PeaceSignLinks.jpg) no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 10px 20px 120px;
	padding: 25px 25px 5px 20px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	border-top: 1px #FFC891;
}

.content .centerContentLink
{
	float: none;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	border-bottom: #FFC891;
	color: #F00;
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 1.2em;
}
.content .centerContentLinkText 
{
	float: none;
	width: auto;
	height: auto;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	border-bottom: #FFC891;
	color: #960;
	padding: 0px;
}
.content .centerContentLink a:link
, .content .centerContentLink a:visited
{
	float: left;
	width: auto;
	height: auto;
	background: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: #FFC891;
	color: #9D4F00;
	margin-top: 0;
	margin-bottom: 0;
	border-top-color: #FFC891;
	border-right-color: #FFC891;
	border-left-color: #FFC891;
}


.content
.centerContentLink
a:hover {
	border-bottom: 1px dotted #741001;
	width: auto;
	height: auto;
	}










/* ================ CSS ABOVE for Contact Widget  ======================= */
/* ================ CSS ABOVE for Contact Widget  ======================= */
/* ================ CSS ABOVE for Contact Widget  ======================= */
/* ================ CSS ABOVE for Contact Widget  ======================= */
/* ================ CSS ABOVE for Contact Widget  ======================= */

.centerContent .centerLeft1
{
	float: left;
	height: 100px;
	width: 300px;
	margin: 5px 0px 10px 5px;
	clear: both;
	border-bottom: 1px dashed #900;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.content .centerContent .centerLeft1 p
{
	font-family: "Comic Sans MS", cursive;
	color: #333;
	height: auto;
	width: 235px;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 55px;
	padding-left: 70px;
}





.centerContent .centerRight 
{
	border: 2px solid #95BFF9;
	float: right;
	height: auto;
	width: 300px;
	clear: both;
	margin: 5px;
	padding-top: 20px;
	padding-right: 15px;
	position: relative;
}

.content .centerContentGreed
{
	float: left;
	width: 550px;
	height: 349px;
	background: #FDEDD3 url(../images/HomePage/Greed/GreedParchment.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 55px;
	padding-top: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content .centerContentGodArmor
{
	float: left;
	width: 620px;
	margin: 12pt 11 10;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 11px;
}

.content .centerContentArmorTable
{
	float: left;
	width: 530px;
	margin: 12pt 11 10 33;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 66px;
}

.content .centerContentReferenceTable
{
	float: left;
	width: 380px;
	margin: 12pt 11 10 33;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 100px;
	clear: both;
}

.content .centerContentReferenceTableLarge
{
	float: left;
	width: 530px;
	margin: 12pt 11 10 33;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left:20px;
	clear: both;
}

.content .centerContentReferenceTableSmall
{
	float: left;
	width: 280px;
	margin: 12pt 11 10 33;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 100px;
	clear: both;
}







.LinksInterest {
	height: 300px;
	width: 300px;
	border: 5px dotted #F00;
	clear: both;
	float: right;
	}

.centerContent_H1
{
	font-size: 1.3em;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #FFC891;
	display: block;
	padding: 3px;
	border-top: 1px solid #6F4D0D;
	border-bottom: 1px solid #6F4D0D;
	border-right-color: #6F4D0D;
	border-left-color: #6F4D0D;
}

.centerContent_H2
{
	font-size: 1.1em;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #FFC891;
	display: block;
	padding: 3px 6px;
	border: 1px solid #6F4D0D;
}
.centerContent_H2_NoEnds
{
	font-size: 1.1em;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #FFC891;
	display: block;
	padding: 3px 6px;
	border-top: 1px solid #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: 1px solid #6F4D0D;
	border-left: #6F4D0D;
}


.centerContent_H3
{
	font-size: .80em;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #FFC891;
	display: block;
	padding: 3px 6px;
	border-top: 1px solid #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: 1px solid #6F4D0D;
	border-left: #6F4D0D;
}

.centerContent_RedHilight
{
	font-size: 1em;
	color: #930000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: #6F4D0D;
	border-left: #6F4D0D;
}

.centerContent_BlueHilight
{
	font-size: 1em;
	color: #245BFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: #6F4D0D;
	border-left: #6F4D0D;
}

.centerContent_DarkBlueHilight
{
	font-size: 1em;
	color: #0000FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: #6F4D0D;
	border-left: #6F4D0D;
}

.centerContent_TanHilight
{
	font-size: 1em;
	color: #CC6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: #6F4D0D;
	border-left: #6F4D0D;
}

.centerContent_TanHilightTinyText
{
	font-size: 0.75em;
	color: #CC6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: #6F4D0D;
	border-left: #6F4D0D;
}

.centerContent_TanHilightSmallText
{
	font-size: 0.85em;
	color: #CC6600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: #6F4D0D;
	border-right: #6F4D0D;
	border-bottom: #6F4D0D;
	border-left: #6F4D0D;
}






.centerContent_H1_NoLines
{
	font-size: 1.4em;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 3px;
}
.centerContentH1CntrRedNoLines
{
	font-size: 1.4em;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 3px;
	text-align: center;
}





.centerContent_H1_WithLine
{
	font-size: 1.4em;
	color: #F00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #D9F8E8;
	display: block;
	padding: 4px 8px 4px 15px;
	border: 1px solid #94BFF8;
}

.centerContent .centerRSS 
{
	float: left;
	height: 100px;
	width: 830px;
	border: 2px solid #F90;
	margin: 10px 5px 5px;
	clear: both;
}
.centerContent .centerLeft .centerLeftBottom 
{
	height: 20px;
	width: 300px;
}
.centerContent .centerLeft .centerLeftTop 
{
	height: 20px;
	width: 300px;
	float: left;
}
.centerContent .centerLeft .centerLeftMiddle
{
	height: auto;
	width: auto;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.content .centerRSS .WorldClocks
{
	height: 150px;
	width: 840px;
	border: thin solid #F00;
	float: none;
	position: relative;
}

.content .centerContentSPDesc
{
	float: left;
	width: 590px;
	height: 50px;
	background: #FDEDD3 url(../images/HomePage/SpaceBuoy/SpaceBuoyDescription.jpg) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	padding: 0px;
	border-top: 2px #FFC891;
	border-right: 2px #FFC891;
	border-bottom: 2px #FFC891;
	border-left: 2px #FFC891;
	margin-left: 25px;
}
.content .centerContentSPDesc2
{
	float: left;
	width: 590px;
	height: 50px;
	background: #FDEDD3 url(../images/HomePage/SpaceBuoy/SpaceBuoyDescription.jpg) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	padding: 0px;
	border-top: 2px #FFC891;
	border-right: 2px #FFC891;
	border-bottom: 2px #FFC891;
	border-left: 2px #FFC891;
	margin-left: 25px;
}

.content .centerContentSPScriptureStrip
{
	float: left;
	width: 310px;
	height: 75px;
	background: #FDEDD3 url(../images/HomePage/SpaceBuoy/SBScriptureStrip.jpg) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	padding: 0px;
	border-top: 2px #FFC891;
	border-right: 2px #FFC891;
	border-bottom: 2px #FFC891;
	border-left: 2px #FFC891;
	margin-left: 160px;
	margin-top: 5px;
}

.content .centerContentSBCom1
{
	float: left;
	width: 590px;
	height: 300px;
	background: #FDEDD3 url(../images/HomePage/SpaceBuoy/SBCommentary1.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 30px;
	padding-top: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content .centerContentSBCom2
{
	float: left;
	width: 550px;
	height: 458px;
	background: #FDEDD3 url(../images/HomePage/SpaceBuoy/SBCommentary2.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.content .centerContent .Tables
{
	background: #EAC68A;
	padding: 5px;
	border: 1px solid #8B6854;
	display: block;
	text-align: left;
	clear: none;
	float: none;
	height: auto;
	width: 300px;
	margin-left: 150px;
}

.content .centerContentGodTable
{
	float: left;
	width: 540px;
	margin: 12pt 11 10 33;
	height: auto;
	background: no-repeat;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-right: 3px;
	padding-left: 66px;
}

.centerContentOtherWorlds
{
	float: left;
	width: 550px;
	height: 165px;
	background: no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	margin: 10px 0px 20px 60px;
	padding: 5px 5px 2px 20px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
}

.centerContentOtherWorldsText
{
	float: left;
	width: 450px;
	height: 165px;
	background: no-repeat;
	border-left: 1px #FFC891;
	border-right: 1px #FFC891;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: none;
	margin: 10px 0px 20px 60px;
	padding: 5px 55px 2px 20px;
	border-bottom: 1px #FFC891;
	font-size: 0.9em;
	font-weight: bold;
	color: #960;
	text-align: justify;
	border-top: 1px #FFC891;
}

.content .centerContentWorldsDefinitions
{
	float: left;
	width: 550px;
	height: 349px;
	background: #FDEDD3 url(../images/HomePage/OtherWorlds/OtherWorldsParchment.jpg) no-repeat center center;
	border-left: #94BFF8;
	border-right: #94BFF8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: left;
	border-bottom: #FFC891;
	border-top-color: #94BFF8;
	margin-left: 55px;
	padding-top: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
}
















	.box_top {
	color: #808080;
	height: 40px;
	width: 159px;
	background: #F0F0F0 url(../_assets/Lt_Blue_leftbox_top.gif) no-repeat;
	}
	
	.box_top h2 {
	color: #900;
	font-weight: bold;
	padding: 7px 0 0 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
	.box {
	border-left: #94BFF8;
	border-right: #94BFF8;
	margin: 10 0 0;
	width: 120px;
	color: #595959;
	padding: 10 4px 0 0px;
	height: 301px;
	}
	
.box_bottom {
	height: 24px;
	width: 159px;
	margin: 0 0 0px;
	background: url(../_assets/leftbox_bottom.gif);
	}
	
		/* left and central column */
.left_side {
	float: left;
	width: 140px;
	text-decoration: none;
	background: url(../_assets/GoldBox.jpg);
	padding-top: 50px;
	padding-bottom: 8px;
	margin-left: 5px;
	height: 296px;
	padding-left: 18px;
}

.left_side2
{
	float: left;
	width: 140px;
	text-decoration: none;
	padding-top: 50px;
	padding-bottom: 8px;
	margin-left: 5px;
	height: 296px;
}
.left_side .box ul   , li{
	margin:0;
	padding:0;
	list-style:url(none) none;
	text-decoration: none;
	line-height: 24px;
	display: list-item;
	
}
.left_side .box a  {
	line-height:24px;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-left: 5px;
	list-style: none;
	width: 120px;
	border-bottom: #5A87A8;
	}
.left_side .box a:hover
{
	text-decoration: none;
	color: #3E6FF0;
	background: url(../-%20JS_Menus/droppy-0.1.2/docs/assets/m_Bg_on_ORANGE.jpg);
}

.box_li {

	}


	.grey_top {	/*  background: #EDEDED url(grey_top.gif) no-repeat;  */
	}
	
.right_side {
	clear: both;
	width: 382px;
	color: #000;
	height: 10px;
	padding: 0;
	margin: 0px 0 0 6px;
	background: #94BFF8 center;
	float: none;
}
	.grey {
	width: 362px;
	margin: 0 0 0 6px;
	padding: 10px;
	background: #E2F1F7 url(../CSS/grey_bottom.gif) no-repeat left bottom;
	color: #00F;
}

.ImageFloating {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	position: relative;
	visibility: visible;
	left: 417px;
	top: 30px;

}
		
	.grey a {
		color: #C83C3C;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
		background: #EDEDED;
	}
	
	.highlight {
	padding: 5px 3px 5px 3px;
	margin: 0 0 3px 0;
	border-bottom: 1px dashed #8AC5FF;
	}
	
		
/* right side
   ---------- */
		
.right { float: right; width: 170px; margin: 0 0 10px 0;}
		
.img {
	float: left;
	margin: 0 3px 5 0;
	clear: both;
	padding-right: 9px;
	padding-bottom: 5px;
}

.imgLeft
{
	float: left;
	margin: 5 3px 5 3;
	clear: both;
	border: 1px solid #FFC891;
	padding: 5px;
}

.imgMiddle
{
	float: left;
	clear: none;
	margin-top: 0;
	margin-bottom: 5;
	padding: 3px;
}

.imgMiddleCenteredBox
{
	float: none;
	clear: none;
	margin-top: 0;
	margin-bottom: 5;
	text-align: center;
	margin-left: 400px;
	padding: 3px;
	width: 600px;
}


.imgMiddleCentered
{
	float: none;
	clear: none;
	margin-top: 0;
	margin-bottom: 5;
	text-align: center;
	margin-left: 10px;
	padding: 3px;
	display: block;
}




.imgRight
{
	float: right;
	clear: both;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 5;
	padding-left: 5px;
	margin-left: 3px;
}

.articleImg {
	float: left;
	margin: 0 9px 3px 0;
	width: 60px;
	padding: 1px;
}
		
		.article {
	padding: 0 5px 0 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
	border-bottom: #F90;
	float: left;
}
.article p
{
	float: left;
	background: #FFC;
	margin-left: auto;
	clear: both;
}

.footer p {
	line-height: 2em;
	height: auto;
	text-align: center;
}
.footer a {
	text-decoration: none;
} 
.content .footer p a:hover
{
	color: #900;
	font-weight: normal;
	font-variant: normal;
	border-bottom: 1px dotted #900;
}
.content .footer p a:visited
, .content .footer p
a:link
{
	color: #C60;
}

.footerspacer {
	height: 15px;
	width: 840px;
	clear: both;
	background: #494A4A;

}

.clockBox {
	height: auto;
	width: 150px;
	clear: both;
	padding: 5px;
	float: none;
	}

.content .header_top .HeaderImage 
{
	text-align: center;
	padding: 0px,1px,1px,0px;
	
	
	margin-left: 1px;
}
.tablet_lines
{
	padding: 5px 3px 5px 3px;
	margin: 0 0 3px 0;
	border-bottom: 1px dashed #ccc;
}

/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				font-size:100%;
				color:#000;
				padding:10px;
				width:90%;
				margin:0 0 20px 0px;
				text-align:left
				margin-left:auto;
				margin-right:auto;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1.2em;
				padding:2px 40px;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;


.notification_ok
	{
	border: 1px #567397 solid;
	height: auto;
	width: 90%;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	}
