<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	margin:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 100%;
	color: #666;
	background-color: #000;
	background-position:top center;
	background-image: url(../images/background.jpg);
	/*background-image: url(../images/background_jr2011_3.jpg);*/
/*background-image: url(../images/background_18dec2011.jpg);*/
/*background-image: url(../images/JRbackground_2012.jpg);*/
	background-repeat: no-repeat;
}
h4 {
	font-size:1.3em;
	color:#000;
	line-height:1;
}
h5 {
	font-size:0.8em;
	color:#669403;
	line-height:1;
}
h2 {
	font-size:1.0em;
	text-transform:uppercase;
}
h2.green {
	color:#85a935;
}
h2.grey {
	color:#666;
}
h1.sans-serif-heading {
	font-size:2.2em;
	color:#4c4c4c;
	margin-bottom:5px;
}
h1.serif-heading {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:2.6em;
	line-height:1.3;
	letter-spacing:-1px;
	color:#85A935;
	margin-top:25px;
	margin-bottom:10px;
	text-align:center;
}
p.description {
	margin:10px 0px 10px 0px;
}
input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 0.7em;
	color: #666;
}
a:link {
	color: #036ed5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #036ed5;
}
a:hover {
	text-decoration: underline;
	color: #036ed5;
}
a:active {
	text-decoration: none;
	color: #036ed5;
}
#wrapper {
	width:975px;
	margin: 0 auto;
}
#logo {
	width:462px;
	height:82px;
	margin:30px 0 0 0px;
	float:left;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clear-both {
	margin:0px;
	padding:0px;
	visibility:hidden;
	line-height: 0px;
	overflow: hidden;
}
/*top-nav*/
#top-nav {
	float:right;
	margin-top:15px;
	height:15px;
}
#top-nav li {
	float:left;
	color:#c29b9b;
}
#top-nav a {
	font-size:0.7em;
	display: block;
	color:#999;
	text-decoration:none;
}
#top-nav a:hover {
	color:#fff;
}
#top-nav-links {
	margin-left:15px;
	height:15px;
	text-indent:15px;
	background-image:url(../images/mini-icons/rss.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#top-nav-contactus {
	text-indent:15px;
	margin-left:15px;
	background-image:url(../images/contactIcon.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
}
#top-nav-sitemap {
	text-indent:15px;
	margin-left:15px;
	background-image:url(../images/sitemapIcon.gif);
	background-position:0 0px;
	background-repeat:no-repeat;
}
/*//--top-nav*/

/*search-box*/
#search-box {
	margin:36px 0px 0 0;
	float:right;
	clear:right;
	width: 225px;
	height: 34px;
	background: url(../images/searchFieldBG.png);
}
#search-box #s {
	float: left;
	padding: 0;
	margin: 8px 0 0 8px;
	border: 0;
	width: 166px;
	background: none;
	color:#999;
}
#search-box #go {
	float: right;
}
/*//--search-box*/

/*nav*/
#nav-wrapper {
	background-image:url(../images/navBG.png);
	background-repeat:no-repeat;
	float: left;
	width: 975px;
	height: 48px;
	clear:both;
	text-align: center;
}
#nav {
	background-color:#0FF;
	list-style:none outside none;
	display:block;
	margin-left:35px; /* Centering Navigation */
}
#nav li {
	float: left;
	display:block;
	margin-top:1px;
	padding:18px 22px 0px 22px;
	height:29px;
	border-right:1px solid #2d1c16;
	color:#fff;
	display:inline;
}
#nav li#last {
	border-right:0;
}
#nav li.selected {
	background-image:url(../images/navPointer.gif);
	background-position:center top;
	background-repeat:no-repeat;
}
#nav li.selected a {
	color:#fff;
}
#nav a {
	display:block;
	color:#988c8d;
	font-size:0.8em;
	text-decoration:none;
}
#nav a:hover {
	color:#fff;
}
/*//--nav*/

/*Panel 01*/
#hp-panel-01 {
	margin-top:15px;
	float:left;
	width: 975px;
	background-image:url(../images/hpPanel01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#mediaspace {
	float:left;
	width:648px;
	height: 306px;
}
#latest-news {
	float:left;
	width: 297px;
	height: 276px;
	padding:15px;
}
#latest-news h3 {
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}
#latest-news a {
	color: #90d300;
	text-decoration:none;
	font-size: 0.7em;
}
#ln-head-wrapper {
}
.spyWrapper {
	display:block;
	float:left;
}
#ln-rows {
	font-size: 0.7em;
	line-height: 1.5em;
	display:block;
	float:left;
}
#ln-rows li {
	display:block;
	float:left;
	margin-top:10px;
}
#ln-rows li a {
	color:#999;
	text-decoration:none;
	font-size: 1.0em;
}
#ln-rows li a:hover {
	text-decoration:underline;
}
#ln-rows li .col1 {
	float:left;
	width:50px;
	color: #90d300;
	display:block;
	font-size:1.2em;
}
#ln-rows li .col2 {
	margin-left:5px;
	border-bottom:1px dashed #333;
	float:left;
	width:240px;
	padding-bottom:8px;
}
#ln-rows li.last .col2 {
	border-bottom:0;
}
#ln-rows li .col2 p {
	display:inline;
}
/*Panel 02*/
#hp-panel-02 {
	float:left;
	width: 975px;
	padding:10px 10px 10px 10px;
	background-image:url(../images/hpPanelWhiteTop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.hp-whitepanel-bottom {
	line-height:0;
	background-image:url(../images/hpPanelWhiteBottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	width:975px;
	height:9px;
}
#hp-panel-02 dl {
	float:left;
	width:288px;
	padding:15px 10px 5px 20px;
	background-image:url(../images/sep.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#hp-panel-02 dt {
	color:#999;
}
#hp-panel-02 dt strong {
	color:#000;
	display:block;
}
#hp-panel-02 dl.last {
	background-image:none;
}
#hp-panel-02 h3 {
	color:#999;
}
#hp-panel-02 h4 {
	color:#000;
	font-size:1em;
}
#hp-panel-02 dd.img {
	float:left;
	width:88px;
	display:block;
	margin:10px 10px 0 0;
}
#hp-panel-02 dd a {
	text-decoration:none;
	display:block;
	margin-top:5px;
	font-weight: bold;
	color:#82a534;
}
#hp-panel-02 dd.desc {
	float: left;
	display:block;
	width:170px;
	font-size:0.8em;
	line-height:1.5em;
	margin:5px 0 0 0;
}
/*Panel 03*/
#hp-panel-03 {
	float:left;
	width: 975px;
	padding:10px 10px 10px 10px;
	background-image:url(../images/hpPanelWhiteTop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
#divine-signs {
	font-size:0.8em;
	width:606px;
	float:left;
	line-height:1.5em;
	padding:15px 10px 0px 20px;
	background-image:url(../images/sep.jpg);
	background-position:right center;
	background-repeat:no-repeat;
}
#divine-signs p {
	margin:5px 0 5px 0;
}
#divine-signs-flash {
	width:606px;
	height:160px;
}
#divine-signs p a {
	text-decoration:none;
	font-weight: bold;
	color:#82a534;
}
#the-book {
	float:left;
	text-align:center;
	width:327px;
	height:200px;
	background-image:url(../images/bookBGRep.gif);
	background-repeat:repeat-x;
}
#the-book h4 {
	margin-top:36px;
}
#the-book h5 {
	margin-bottom:16px;
}
#book-img {
	margin:10px 0 10px 0;
}
/*Panel 04*/
#hp-panel-04 {
	float:left;
	width: 975px;
	padding:10px 10px 0 10px;
	background-image:url(../images/hpPanelBlackTop.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.hp-blackpanel-bottom {
	background-image:url(../images/hpPanelBlackBottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:0;
	float:left;
	width:975px;
	height:9px;
}
#multimedia {
	font-size:0.8em;
	width:606px;
	height:238px;
	float:left;
	line-height:1.3em;
	padding:15px 10px 0px 20px;
}
#upcoming-events {
	float:left;
	width: 297px;
	padding:15px;
}
#upcoming-events h3 {
	color:#fff;
	font-weight:normal;
	margin-bottom:10px;
}
#upcoming-events a {
	color: #90d300;
	text-decoration:none;
	font-size: 0.7em;
}
#event-head-wrapper {
	width:200px;
}
#upcoming-events dl {
	float:left;
	font-size: 0.7em;
	line-height:1.5;
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #1d1d1d;
}
#upcoming-events dl.last {
	border-bottom:0;
}
#upcoming-events dt {
	color:#b0ff06;
	font-weight: bold;
	float:right;
	text-align:left;
	width:240px;
}
#upcoming-events dt a {
	font-size:1em;
}
#upcoming-events dd.date {
	background-color:#101010;
	width:30px;
	height:30px;
	padding:5px;
	display:block;
	float:left;
	margin-right:10px;
	text-align:center;
}
#upcoming-events dd .day {
	display:block;
	font-size:1.3em;
	color:#fff;
}
#upcoming-events dd .month {
	display:block;
	color:#999;
	text-transform:uppercase;
}
/*Panel 04*/
#hp-panel-05 {
	float:left;
	width: 975px;
	font-size:0.8em;
	padding:10px 10px 0 10px;
	background-image:url(../images/hpPanelBlack2Top.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
.hp-black2panel-bottom {
	background-image:url(../images/hpPanelBlack2Bottom.gif);
	background-position:left top;
	background-repeat:no-repeat;
	clear:both;
	height:9px;
}
#hp-panel-05 h3 {
	color:#fff;
	font-size:1.3em;
	margin-bottom:5px;
}
#associate-websites {
	float:left;
	width:288px;
	padding:15px 10px 5px 20px;
}
#associate-websites li {
	background-image:url(../images/list-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 13px;
	padding-left:10px;
	padding-bottom:8px;
	padding-top:8px;
	width: 230px;
	border-bottom:1px dashed #101010;
}
#associate-websites li a {
	color:#999;
	text-decoration:none;
}
#associate-websites li a:hover {
	text-decoration:underline;
}
#latest-articles {
	float:left;
	width:288px;
	padding:15px 10px 5px 20px;
}
#latest-articles li {
	background-image:url(../images/list-arrow.gif);
	background-repeat:no-repeat;
	background-position:0 13px;
	padding-left:10px;
	line-height:1.5;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px dashed #101010;
}
#latest-articles li a {
	color:#999;
	text-decoration:none;
}
#latest-articles li a:hover {
	text-decoration:underline;
}
#poster {
	float:left;
	width:288px;
	padding:15px 10px 5px 20px;
	text-align:center;
}
/* FOOTER */
#footer {
	background-image:url(../images/footer-bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin-top:10px;
	width:955px;
	float:left;
	padding:10px 10px 0 10px;
}
#copyright {
	float:left;
	width: 540px;
	padding:15px 10px 25px 20px;
	margin-bottom:30px !important;
}
#copyright span.white {
	color:#fff;
}
#copyright h3 {
	color:#fff;
	margin-top:10px;
}
#footer p {
	color:#999;
	font-size:0.8em;
	line-height:1.5;
}
#social-media {
	float:left;
	width:288px;
	font-size:0.8em;
	padding:15px 10px 25px 20px;
	margin-bottom:30px !important;
}
#social-media h3 {
	color:#fff;
	font-size:1.3em;
	margin-top:10px;
}
#social-media li {
	padding:10px 0px 12px 40px;
	margin-bottom: 5px;
	width: 200px;
	border-bottom:1px dashed #101010;
}
#social-media li.last {
	border-bottom:0;
}
#youtube {
	background-image:url(../images/youtube.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#blogger {
	background-image:url(../images/blogger.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#facebook {
	background-image:url(../images/facebook.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#google {
	background-image:url(../images/google_plus.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#tweeter {
	background-image:url(../images/tweeter.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
}
#social-media li a {
	color:#999;
	text-decoration:none;
}
#social-media li a:hover {
	text-decoration:underline;
}
/*Tabs*/
#tabs {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:600px;
	border-bottom:1px solid #393939;
}
#tabs li {
	float:left;
	margin:0 2px 0 0;
	padding:0;
}
#tabs a {
	float:left;
	display:block;
	margin:0;
	padding:4px 10px;
	text-decoration:none;
	border:1px solid #393939;
	border-bottom:none;
	background-color:#101010;
	color:#7e7e7e;
	font-weight:normal;
}
#tabs a:hover, #tabs a.selected {
	background-color:#999;
	color:#333;
	font-weight:bold;
}
#tab-video ul {
	float:left;
	margin-top:15px;
}
#tab-video ul li {
	float:left;
	width: 280px;
	display:block;
	margin-right:20px;
}
#tab-video ul li dl {
	margin:0;
	padding:0;
	float: left;
}
#tab-video ul li dl dt a {
	color:#b0ff06;
	text-decoration:none;
	margin:0;
	padding:0;
	float: right;
	width:170px;
	margin-top:-3px;
	font-size:0.9em;
}
#tab-video ul li dl dd.img {
	float: left;
	width:100px;
	height:60px;
	padding:1px;
	margin-right:6px;
	margin-bottom:15px;
	border:1px solid #868686;
}
#tab-video ul li dl dd.date {
	font-size:0.8em;
	float:left;
}
#tab-video ul li dl dd.desc {
	font-size:0.9em;
	width:170px;
	float:left;
}
/* AUDIO */
#tab-audio ul {
	float:left;
	margin-top:15px;
}
#tab-audio ul li {
	width: 285px;
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
#tab-audio ul li dl {
	margin:0;
	padding:0;
	float:left;
}
#tab-audio ul li dl dt a {
	color:#b0ff06;
	text-decoration:none;
	margin:0;
	padding:0;

	font-size:0.9em;
}

#tab-audio ul li dl dd.date {
	font-size:0.8em;

}
#tab-audio ul li dl dd.desc {
	font-size:0.9em;

}

/********* INNER PAGE *********/

#innerPanel {
	float:left;
	width:975px;
	font-size:0.8em;
	margin-top:10px;
}
#innerPanel .innerTop {
	background-image:url(../images/innerPanel_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:975px;
	height:50px;
}
#innerPanel .innerMiddle {
	background-image:url(../images/innerPanel_middle.gif);
	background-repeat:repeat-y;
	line-height: 1.6;
	width:975px;
	float:left;
}
#innerPanel .innerBottom {
	background-image:url(../images/innerPanel_bottom.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	clear:both;
	width:975px;
	height:50px;
}
#innerPanel .leftColumn {
	width:598px;
	padding:0px 25px 0px 25px;
	float:left;
}
#innerPanel .rightColumn {
	width:275px;
	padding:0px 25px 0px 25px;
	float:left;
}
.rightColumn h3 {
	font-size:1.2em;
	color:#999;
}
ul#subsection {
	margin-top:8px;
	margin-left:8px;
}
#subsection li {
	margin:0;
	padding:0;
}
#subsection li a {
	color:#777;
	text-decoration:none;
	display:block;
	font-size:1.1em;
	height:1%;
	padding-top:9px;
	padding-left:20px;
	padding-bottom:8px;
	border-bottom:1px dashed #ccc;
	background-image:url(../images/SubsectionGreyArrow.gif);
	background-position:4px 50%;
	background-repeat:no-repeat;
}
#subsection li a:hover, #subsection li.selected a {
	color:#85a935;
	text-decoration:none;
	background-image:url(../images/SubsectionGreenArrow.gif);
	background-position:4px 50%;
	background-repeat:no-repeat;
}
.leftColumn p {
	margin-bottom:15px;
}
.leftColumn .rtl {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:1.4em;
	line-height:1.6;
	font-weight:normal;
	direction:rtl;
	margin-right:10px;
}
.leftColumn img {
	margin: 5px;
	padding:5px;
	border:1px solid #e5e5e5;
}
.leftColumn img.right {
	margin:5px 0px 15px 15px;
	float:right;
}
.leftColumn hr {
	border:0;
	line-height:0;
	background-color:white;
	border-collapse:collapse;
	margin:15px 0 15px 0;
	padding:0;
	border-top:1px dashed #ccc;
	height:0;
}
/* LISTS in content */
.leftColumn ul {
	margin:15px;
	list-style: square;
}
/* BLOCKQUOTES */
blockquote {
	color:#6c9d00;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:1.3em;
	line-height:1.6;
	display:block;
	font-style:italic;
	padding-left:30px;
	background: url(../images/opening-quotes.gif) no-repeat top left !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
}
/*~~~ VIDEO LISTING ~~~*/
ul#video-list {
	margin:0;
	padding:0;
	height:1%;
	list-style:none outside none;
}
#video-list li {
	margin-top:15px;
	margin-bottom:15px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px dotted #e5e5e5;
	border-top:1px dotted #e5e5e5;
	padding:15px;
	display:block;
	float:left;
}
#video-list li.even {
	/*background-color:#f6f6f6;*/
}
#video-list li.odd {
	/*background-color:#fff;*/
}
#video-list h6 a {
	display: block;
	color: #6c9d00;
	letter-spacing:0.1em;
	font:1.6em Georgia, Times, serif;
	margin-bottom:5px;
	text-align:left;
}
#video-list .date {
	font:bold 0.85em Verdana, sans-serif;
	letter-spacing:2px;
	margin-bottom:20px;
	text-transform:uppercase;
	color:#1E90DE;
	text-align:left;
}
#video-list .thumb-image {
	display:block;
	width:120px;
	height:90px;
	padding:5px;
	border:1px solid #e5e5e5;
	background-repeat:no-repeat;
	background-position:5px 5px;
}
#video-list .thumb-image img {
	margin:0;
	padding:0;
	border:0;
	margin-left:5px;
	margin-top:60px;
}
#video-list div.desc {
}
#video-list div.desc p {
	display:inline;
}
#video-list div.linkbar {
	margin-top:10px;
	height:30px;
}
#video-list div.linkbar img {
	margin:0;
	padding:0;
	border:0;
	padding-right:5px;
	vertical-align:middle;
}
#video-list div.linkbar div.watch-btn {
	float:right;
	margin-top:-5px;
}
#video-list li div.lCol {
	float:left;
	width:120px;
	height:100%;
	margin-right:20px;
}
#video-list li div.rCol {
	float:right;
	width:420px;
}
/*~~~ AUDIO LISTING ~~~*/
ul#audio-list {
	margin:0;
	padding:0;
	height:1%;
	list-style:none outside none;
}
ul#audio-list li {
	margin-top:15px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px dotted #e5e5e5;
	border-top:1px dotted #e5e5e5;
	padding:15px;
	display:block;
	float:left;
}
#audio-list li.even {
	/*background-color:#f6f6f6;*/
}
#audio-list li.odd {
	/*background-color:#fff;*/
}
#audio-list h6 a {
	display: block;
	color: #6c9d00;
	letter-spacing:0.1em;
	font:1.6em Georgia, Times, serif;
	margin-bottom:5px;
	text-align:left;
}
#audio-list .date {
	font:bold 0.85em Verdana, sans-serif;
	letter-spacing:2px;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#1E90DE;
	text-align:left;
}
#audio-list li div.lCol {
	float:left;
	width:380px;
	height:100%;
	margin-right:10px;
}
#audio-list li div.rCol {
	float:right;
	width:170px;
}
#audio-list div.desc {
	margin-top:5px;
}
#audio-list li div.rCol ul {
	margin:0;
	padding:0;
	border:0;
	display:block;
	float:right;
}
#audio-list li div.rCol li {
	margin:0;
	padding:0;
	border:0;
	float:none;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:26px;
	width:130px;
	border-bottom:1px dashed #ccc;
}
#audio-list li div.rCol li.audio-duration {
	background-image:url(../images/mini-icons/time-green.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#audio-list li div.rCol li.audio-filesize {
	background-image:url(../images/mini-icons/btn-info-green.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#audio-list li div.rCol li.audio-tags {
	background-image:url(../images/mini-icons/tag-green.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
}
#audio-list li div.rCol li.audio-download {
	background-image:url(../images/mini-icons/save-green.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	border-bottom:0px;
}
/*~~~ EVENTS LISTING ~~~*/
ul#events-list {
	margin:0;
	padding:0;
	height:1%;
	list-style:none outside none;
}
#events-list li {
	margin-top:15px;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	border-bottom:1px dotted #e5e5e5;
	border-top:1px dotted #e5e5e5;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	float:left;
}
#events-list li.even {
	background-color:#f6f6f6;
}
#events-list li.odd {
	background-color:#fff;
}
#events-list h2 {
	font-size:1.3em;
}
#events-list em.date {
	margin-bottom:10px;
	font-size:0.9em;
	display:block;
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#999;
}
#events-list .icon-box {
	background-image:url(../images/calendar-icon-bg.png);
	background-repeat:no-repeat;
	float:left;
	width: 65px;
	height: 60px;
}
#events-list .icon-box div.month {
	display:block;
	color:white;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	margin-left:18px;
	margin-top:4px;
	font-weight:bold;
}
#events-list .icon-box div.date {
	display:block;
	font-size:1.6em;
	margin-left:17px;
	margin-top:3px;
}
#events-list li .l-col {
	float:left;
	width: 85px;
	height: 70px;
}
#events-list li .r-col {
	float:left;
	width: 465px;
	margin-right:20px;
}
.map {
	width:580px;
	height:400px;
	border:5px solid #e5e5e5;
}
/*~~~ NEWS LISTING ~~~*/
ul#news-list {
	margin:0;
	padding:0;
	height:1%;
	list-style:none outside none;
	margin-top:15px;
	text-align:left;
}
#news-list li {
	width:566px;
	text-align:left;
	float:left;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #CCC;
}
#news-list h6 a {
	display: block;
	color: #6c9d00;
	letter-spacing:0.1em;
	font:1.6em Georgia, Times, serif;
	margin-bottom:5px;
	text-align:left;
}
#news-list .date {
	font:bold 0.85em Verdana, sans-serif;
	letter-spacing:2px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#1E90DE;
	text-align:left;
}
#news-list .readmore {
	color: #1E90DE;
	margin-top:3px;
	display:block;
}
/*side bar monthly archive*/
#news-archive {
	margin-top:8px;
	margin-left:8px;
}
#news-archive li a {
	text-decoration:none;
	display:block;
	height:1%;
	padding-top:7px;
	padding-left:3px;
	padding-bottom:6px;
	border-bottom:1px dashed #ccc;
}
#news-archive li a:hover {
	text-decoration:underline;
}
#news-archive li.selected a {
	font-weight:bold;
}

/*side bar article archive*/

#articles-archive {
	margin-top:8px;
	margin-left:8px;

}
#articles-archive li a {
	font-size: 0.9em;
	text-decoration:none;
	display:block;
	height:1%;
	padding-top:7px;
	padding-left:15px;
	padding-bottom:6px;
	border-bottom:1px dashed #ccc;
	background-image:url(../images/mini-arrow.gif);
	background-position:left 13px;
	background-repeat:no-repeat;
}
#articles-archive li a:hover {
	text-decoration:underline;
}



img.heading-icon {
	border:0;
	margin:0;
	float:left;
	margin-top:-7px;
	margin-right:7px;
}

/*SEARCH RESULTS*/
#searh-list {
	margin-top:15px;
	width: 586px;
	float:left;
}
.searchItem {
	width:566px;
	text-align:center;
	float:left;
	padding:10px;
}
.searchItem hr {
	text-align:center;
	border-style:dotted;
}
.searchItem a {
	display: block;
	color: #6c9d00;
	letter-spacing:0.1em;
	font:1.6em Georgia, Times, serif;
	margin-bottom:10px;
}
.searchItem p {
	text-align:left;
	line-height:1.8;
}
.search-title a {
	display: block;
	color: #6c9d00;
	letter-spacing:0.1em;
	font:1.6em Georgia, Times, serif;
	margin-bottom:10px;
}
.searchItem p {
	text-align:left;
	line-height:1.8;
}
.search-date {
	font:1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.33em;
	margin-bottom:10px;
	color:#333;
}
/*ARTICLES*/
#article-list {
	margin-top:15px;
	width: 586px;
	float:left;
}
.article {
	width:566px;
	text-align:center;
	float:left;
	padding:10px;
}
.article hr {
	text-align:center;
	border-style:dotted;
}
.article-title a {
	display: block;
	color: #6c9d00;
	letter-spacing:0.1em;
	font:1.6em Georgia, Times, serif;
	margin-bottom:10px;
}
.article p {
	text-align:left;
	line-height:1.8;
}
.article-date {
	font:1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.33em;
	margin-bottom:10px;
	color:#333;
}
.by-line {
	font:italic 1.1em Times, serif;
	letter-spacing:1px;
	text-transform:lowercase;
}
.by-line a {
	font:bold 0.75em Verdana, sans-serif;
	letter-spacing:2px;
	margin-left:0.25em;
	text-transform:uppercase;
	color:#1E90DE;
}
.by {
	font:italic 1.3em Times, serif;
	letter-spacing:1px;
	text-transform:lowercase;
	color:#666;
}
.posted-on {
	font:bold 0.85em Verdana, sans-serif;
	letter-spacing:2px;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#1E90DE;
	text-align:center;
}
.timesince {
	font:1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:0.33em;
	margin-bottom:10px;
	color:#333;
	text-align:center;
}
hr.dotted {
	border-style:dotted;
}
/**********/

#mfi-sidebar {
	margin-top:35px;
	margin-bottom:20px;
}
#mfi-sidebar h2 {
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
}
#mfi-sidebar p {
	font-size:0.9em;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
}

.sideQuote {
	color:#666;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1em;
	font-style:italic;
}
#message-ad {
	width:240px;
	margin-left:5px;
	padding:15px;
	border-bottom:1px dotted #CCC;
}
#moon-ad {
	width:240px;
	margin-left:5px;
	padding:15px;
	border-bottom:1px dotted #CCC;
}
#iphone-ad{
	width:268px;
	margin-left:5px;
	border-bottom:1px dotted #CCC;
}
/* CONTACT */
.required-text {
	color:#999;
	font-weight:normal;
}
#contact_form input[type=text], #contact_form textarea {
	background-image:url("../images/field-bg.gif");
	background-repeat:repeat-x;
	border:1px solid #C8C8C8;
	color:#666;
	font-size:13px;
	line-height:13px;
	margin-bottom:10px;
	padding:8px;
	width:360px;
}
.fieldclass {
	background-image:url("../images/field-bg.gif");
	background-repeat:repeat-x;
	border:1px solid #C8C8C8;
	color:#666;
	font-size:13px;
	line-height:13px;
	margin-bottom:10px;
	padding:8px;
	width:360px;
}
#submitter {
	background-color:transparent;
	background-image:url("../images/buttons/btn-sendmessage-green.gif");
	background-position:center top;
	border-style:none;
	cursor:pointer;
	display:block;
	height:23px;
	width:100px;
}
#searchagain-submit {
	background-color:transparent;
	background-image:url("../images/buttons/btn-searchagain-green.gif");
	background-position:center top;
	border-style:none;
	cursor:pointer;
	display:block;
	height:23px;
	width:100px;
}
textarea {
	color: #666;
}
label {
	font-weight:bold;
}
label.error {
	display:inline;
	margin-left:10px;
	color:#F00;
	font-weight:normal;
	width:auto;
	font-size:10px;
}
form p {
	margin:0;
	padding:0;
}

/* Religion of GOD */
#the-book-box {
	margin-top:10px;
	background-color:transparent;
	background-image:url("../images/thebook_bg.png");
	background-position:center top;
	width:975px;
	height:500px;
	text-indent:-90000px;
	float: left;
	position:relative;
}

#btn-container {
	position:absolute;
	top:100px;
	left:618px;
	width:300px;
	height:300px;
	text-indent:0;
	font-size:0.7em;
	line-height:2.0em;
	text-align:center;
}
#btn-container a {
	text-decoration:underline;	
}
</pre></body></html>