/* DIV ids for element positioning. */
#frame
{
	background-color: #ffffff;
	width: 1000px;
	overflow: hidden;
	margin: 10px auto;
	border: solid 1px #fff;
}

#top
{
	background-color: #fff;
	width: 1000px;
	height: 240px;
	margin-top: 10px;
}

#left
{
	font-size: 0.75em;
	background-color: #fff;
	display: inline;
	width: 150px;
	float: left;
	margin-bottom: -1000em;
	padding: 0 0 1001em;
}

#middle
{
	width: 685px;
	overflow: hidden;
	float: left;
	margin-bottom: -1000em;
	margin-left: 2px;
	padding: 0 0 1001em;
}

#right
{
	font-size: 0.75em;
	background-color: #fff;
	text-align: left;
	margin-bottom: -1000em;
	width: 153px;
	float: left;
	margin-right: 0;
	margin-left: 1px;
	padding: 0 0 1001em;
}

/*Top Content*/
#top img
{
	background-color: #fff;
	border: 0;
}

#imgbr
{
	margin-right: auto;
	margin-left: auto;
}

#bannerlogo
{
	color: #c00000;
	font-size: 0.75em;
	background-color: #fff;
	width: 760px;
	margin: 0 auto;
	padding-top: 5px;
}

#bannerlogo a, #bannerlogo a:visited
{
	color: #c00000;
	margin-top: 0.25em;
}

#bannerlogo a:hover
{
	color: #fff;
	font-weight: bold;
	background-color: #c80203;
	text-decoration: none;
	margin-top: 0.25em;
}

/*Left Nav*/
#left div.item
{
	background-color: #f0f0c0; 
	opacity: 0.8; 
	margin: 5px 0 5px 5px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: solid 1px #bababa;
	border-radius: 10px;
	-moz-border-radius: 10px; /* Mozilla */
	-webkit-border-radius: 10px; /* Webkit */
	box-shadow: .2em .2em .2em #ccc; 
	-moz-box-shadow: .2em .2em .2em #ccc; 
	-webkit-box-shadow: .2em .2em .2em #ccc; 
}

#left p
{
	color: #530000;
	background-color: #f0f0c0;
	text-align: left;
	margin: 0;
	padding: 0 0.25em 0.5em 0.5em;
}

#left p a
{
	color: #530000;
	background-color: #f0f0c0;
	text-align: left;
	margin: 0;
}

#left p.head
{
	color: #900;
	font-size: 1em;
	font-weight: bold;
	background-color: #f0f0c0;
	margin: 0.5em 0 0;
	padding-top: 0;
	padding-bottom: 0.5em;
}

#left ul
{
	font-style: normal;
	text-decoration: none;
	background-color: #f0f0c0;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0.5em 0.5em;
}

#left ul a, #left ul a:visited
{
	color: #c00000;
	font-style: normal;
	background-color: #f0f0c0;
}

#left ul a:hover
{
	color: #f0f0c0;
	font-style: normal;
	text-decoration: none;
	background-color: #c00000;
}

#left ul a:active
{
	color: #fff7fd;
	font-style: normal;
	text-decoration: none;
	background: #be0000;
}

/*Right Nav*/
#right div.item /* Right Column Item blocks */
{
	background-color: #f0f0c0; 
	opacity: 0.8; 
	margin: 5px 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border: solid 1px #bababa;
	border-radius : 10px;
	-moz-border-radius : 10px; /* Mozilla */
	-webkit-border-radius : 10px; /* Webkit */
	box-shadow: .2em .2em .2em #ccc; 
	-moz-box-shadow: .2em .2em .2em #ccc; 
	-webkit-box-shadow: .2em .2em .2em #ccc; 
}

#right ul
{
	font-style: normal;
	background-color: #f0f0c0;
	text-decoration: none;
	margin: 0;
	padding: 0 0 0.5em 0.5em;
	list-style-type: none;
}

#right ul a, #right ul a:visited
{
	color: #c00000;
	font-style: normal;
	background-color: #f0f0c0;
}

#right ul a:hover
{
	color: #f0f0c0;
	font-style: normal;
	background-color: #c00000;
	text-decoration: none;
}

#right ul a:active
{
	color: #fff7fd;
	font-style: normal;
	text-decoration: none;
	background: #be0000;
}

#right dl
{
	background-color: #f0f0c0;
	margin: 0 0 1em;
	padding: 0;
}

#right dt
{
	color: #900;
	font-size: 1em;
	font-weight: bold;
	background-color: #f0f0c0;
	text-align: left;
	text-indent: 0;
	margin: 0;
	padding: 0.5em 0.25em;
}

#right dd
{
	color: #530000;
	font-style: normal;
	background-color: #f0f0c0;
	text-align: left;
	margin: 0;
	padding: 0 4px;
}

#right dd a, #right dd a:visited
{
	color: #c00000;
	font-weight: bold;
	background-color: #f0f0c0;
}

#right dd a:hover
{
	color: #f0f0c0;
	background-color: #c00000;
}

#right dd a:active
{
	color: #fff7fd;
	text-decoration: none;
	background: #530000;
}

#right img
{
	background-color: #fff;
	text-align: right;
	margin-left: 1em;
}

#right p.head
{
	color: #900;
	font-size: 1em;
	font-weight: bold;
	background-color: #f0f0c0;
	text-align: left;
	margin: 0.5em 0 0;
	padding: 0 0.25em 0.5em 0.45em;
}

#right p
{
	color: #530000;
	background-color: #f0f0c0;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0 0.25em 0.5em 0.5em;
}

#right p a
{
	color: #530000;
	background-color: #f0f0c0;
	text-align: left;
	margin: 0;
}

/*Item Div elements*/
div.item
{
	font-size: 0.88em;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
}

div.item dl
{
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding-left: 0;
}

div.item dl a
{
	background-color: #fff;
	margin: 0;
	padding-left: 0;
}

div.item dl a:hover
{
	color: #fff7fd;
	background-color: #c00000;
	text-decoration: underline;
	margin: 0;
	padding-left: 0;
}

div.item dt
{
	margin: 0;
	padding: 0;
}

div.item dd
{
	font-style: italic;
	margin: 0 1.5em;
	padding: 0;
}

div.item ul, ol
{
	color: #530000;
	background-color: #fff;
	text-align: left;
	margin-top: 0.5em;
	padding-bottom: 0.25em;
}

div.item img
{
	border-style: solid;
	border-width: 0;
}

div.item h2
{
	color: #B8281D;
	background-color: white;
	margin-right: 0.25em;
	margin-left: 0.25em;
	padding-top: 1.25em;
	border-top: 3px dashed #B8281D;
}

div.item h3
{
	color: #530000;
	font-weight: bold;
	font-style: italic;
	background-color: #fff;
	text-decoration: underline;
	margin: 0;
	padding-top: 1em;
}

div.item h4
{
	color: #fff7fd;
	background-color: #c00000;
}

div.item p
{
	color: #000000;
	background-color: #fff;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.item p.date
{
	color: #c00000;
	font-size: 0.88em;
	background-color: #fff;
	margin: 0;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

div.item p a
{
	color: #c00000;
	background-color: #fff;
	text-indent: 0;
	padding: 0;
}

div.item p a:hover
{
	color: #fff7fd;
	background-color: #c00000;
	text-decoration: underline;
	text-indent: 0;
	padding: 0;
}

div.item p.itemgo a
{
	color: #c00000;
	font-size: inherit;
	background-color: #fff;
	text-indent: 0;
	padding: 0;
}

div.item p.itemgo a:hover
{
	color: #fff7fd;
	font-size: inherit;
	text-decoration: underline;
	background-color: #c00000;
	text-indent: 0;
	padding: 0;
}

div.item p.itemgo
{
	color: #c00000;
	font-size: 0.88em;
	text-align: left;
	margin: 0;
	padding: 0.5em;
}

div.item p.catauth
{
	color: #530000;
	font-size: 0.75em;
	margin: 0;
	padding: 0.5em;
	border-top: 1px dotted #e0e0e0;
}

div.item p.foot
{
	color: #530000;
	font-size: 0.75em;
	background-color: #fff7fd;
	padding: 0.25em 0.5em;
}

div.item table
{
	color: #530000;
	font-size: 0.88em;
	background-color: #fff;
	text-align: left;
	margin: 0 1px;
	border-top: 3px dashed #B8281D;
}

div.item table h2
{
	color: #1d4040;
	background-color: white;
	margin-right: 0.25em;
	margin-left: 0.25em;
	padding-top: 1.25em;
}

div.item form
{
	color: #530000;
	background-color: #fff;
	margin: 0;
}

div.item form img
{
	color: #530000;
	background-color: #fff;
	margin: 0;
	border-style: solid;
	border-width: 0;
}

div p.textVSm
{
	color: #530000;
	font-size: 0.75em;
}

.imageleft
{
	color: #530000;
	font-size: 0.88em;
	background-color: white;
	float: left;
	margin: 2px 5px 0 0;
	padding: 6px;
	border-style: solid;
	border-width: 0;
}

.imageright
{
	color: #530000;
	font-size: 0.88em;
	float: right;
	margin: 2px 0 0 10px;
	padding: 0;
	border-style: solid;
	border-width: 0;
}

/*Markup Element Styles*/
#first
{
	font-size: 1.65em;
	height: auto;
	padding-top: 0.25em;
	padding-right: 15px;
	padding-left: 15px;
	filter: Shadow(Color="#ccc", Direction="135", Strength="2");
	text-shadow: #ccc .2em .2em .2em;
}

a
{
	color: #c00000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

a:link
{

	color: #c00000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}

a:hover
{
	color: #fff7fd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	background-color: #c00000;
}

acronym
{
	font-variant: small-caps;
	border-bottom: 3px double #bababa;
	cursor: help; }

body
{
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.13em;
	background-color: #B8281D;
	text-align: center;
	margin: 0;
	padding: 0;
}
blockquote {
	color: #530000;
	font-weight: normal;
	font-style: italic;
	background-color: #fff;
	text-align: left;
	margin-right: 25px;
	margin-left: 25px;
	padding: 5px;
	border: dashed 1px #bababa; }
cite
{
	font-size: 0.75em;
	font-weight: normal;
	font-style: normal;
}

dl
{
	margin: 0;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

dt
{
	font-weight: bold;
	text-indent: 10px;
}

dd
{
	margin: 0;
	padding-right: 1em;
	padding-left: 1em;
}

h1	/*16x1.5em=20px*/
{
	color: #000000;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-top: 1em;
	padding-right: 15px;
	padding-left: 15px;
/*	filter: Shadow(color='#ccc', Direction=135, Strength=8);
	text-shadow: #ccc .2em .2em .2em; */
}

h2	/*16x1.125em=18px*/
{
	color: #c00000;
	font-size: 1.13em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

h3	/*16x1em=16px*/
{
	color: #828282;
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-right: 0.25em;
	padding-left: 0.4em;
}

h4	/*16x.875em=14px*/
{
	color: #c00000;
	font-size: 0.88em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align: center;
	margin: 0;
	padding-right: 0.25em;
	padding-left: 0.25em;
}

legend
{
	color: #396;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline; }

li
{
	list-style-position: outside;
	padding-right: 0.5em;
	padding-left: 0.25em;
}

ul { color: #181818; }

p
{
	color: #530000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

sup
{
	font-size: 0.75em;
	line-height: 0.75em;
	vertical-align: super; }

th
{
	color: #fff7fd;
	background-color: #530000;
}

table { font-size: 0.88em; }

/*Classes*/
p.address
{
	color: #696969;
	font-style: oblique;
	font-weight: 600;
	background-color: white;
	word-spacing: 0.2em;
	letter-spacing: 0.2em;
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

p.at
{
	color: #999;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0.25em;
	padding-bottom: 0;
	border-bottom: medium none #808080;
}

p.comm
{
	text-indent: 0;
	margin-left: 1.5em;
}

p.date
{
	color: #c00000;
	font-style: italic;
	font-weight: bold;
	background-color: #fff7fd;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0.25em;
	padding-bottom: 0;
	border-bottom: medium none #808080;
}

p.date2
{
	color: #c00000;
	font-style: italic;
	font-weight: bold;
	background-color: #fff7fd;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0.25em;
	padding-bottom: 0;
	border-bottom: medium none #808080;
}

p.foot
{
	margin-top: 0.5em;
	padding: 0.5em;
	border-top: 2px solid #c8c8c8;
}

p.pagetitle
{
	color: #fff7fd;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 800;
	background-color: #530000;
	text-align: left;
	text-transform: capitalize;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.2em;
}

p.wedding
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.25em 0.25em 0.5em;
	border: ridge 4px #666;
}

td.at
{
	color: #999;
	font-size: 0.88em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0.25em;
	padding-bottom: 0;
	border-bottom: medium none #808080;
}

td.smtable
{
	font-size: 0.75em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background-color: #fff7fd;
	margin: 0;
}

th.suntable
{
	color: #c00000;
	font-size: 1.13em;
	font-weight: bold;
	background-color: #e6e6e6;
	padding: 5px;
}

.announce
{
	color: #530000;
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 1.5em;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.bible
{
	color: #808080;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.biblemonth
{
	color: #fff;
	font-size: 1.5em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	line-height: 1.5em;
	background-color: #530000;
	text-indent: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-top: 0.5em;
}

.biblesearch
{
	color: #fff;
	font-size: 0.88em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #c00000;
	text-align: right;
	margin: 0.5em 0.3em 0 0;
}

.biblesearchcenter
{
	color: #00c;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;
	background-color: #c00000;
	margin-top: 0.5em;
	margin-bottom: 0;
	margin-left: 0;
}

.bibletablehead
{
	color: #00c;
	font-size: 0.88em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: italic;
	background-color: #69f;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.bigasterisk
{
	color: #530000;
	font-size: 1.13em;
	font-weight: bold;
}

.blbiblesearch
{
	color: #fff;
	font-size: 0;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: italic;
	font-weight: bold;
	background-color: #009;
	text-indent: 0;
	margin: 0;
	width: 424px;
}

.blbiblesearchcenter
{
	color: #fff;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	background-color: #009;
	text-indent: 0;
}

.caption
{
	color: #c00000;
	font-size: 0.88em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0.5em;
}

.day
{
	color: #fff7fd;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-indent: 0.5em;
	letter-spacing: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
}

.new
{
	color: #c00000;
	font-style: italic;
	font-weight: bold;
}

.quote 
{
	color: #6f7e5a;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 200;
	background-color: #e7e6c2;
	border: solid 2px #a8a860;
	text-shadow: .2em .2em .2em #ccc;
	box-shadow: .5em .5em .5em #ccc;
	-webkit-box-shadow: .5em .5em .5em #ccc;
	-moz-box-shadow: #ccc .5em .5em .5em;
	margin-right: 10px;
	margin-top: 10px;
	width: 80%;
	margin-left: 10%;
	padding: 10px; 
}

.smtable
{
	font-size: 0.88em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.stable { margin-top: 1px; }

.staff
{
	font-size: 1.5em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	background-color: #eee;
	text-align: left;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.trade
{
	color: #333;
	font-size: 0.88em;
	font-style: italic;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

.txtDefault
{
	font-size: 1em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.txtSm
{
	font-size: 0.88em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.txtVSm
{
	font-size: 0.75em;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-indent: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.whitebg { background-color: #fff; }
.rtnews { padding-left: 5%; }

.verse
{
	font-size: 0;
	margin-top: 10px;
	padding: 3px;
	border: solid 1px #ccc;
}

/*Sunday.html table settings*/
td.at
{
	color: #396;
	font-size: 0.75em;
	font-style: italic;
	font-weight: bold;
	text-align: left;
}

th.suntable
{
	color: #530000;
	background-color: #f0f0c0;
	text-align: left;
	padding: 7.5px;
}

.itemgotable
{
	color: #c00000;
	font-size: 0.88em;
}

/*HR hidden for IE 5.x browsers that don't recognize min-width*/
hr.item
{
	visibility: hidden;
	width: 360px;
}

/* H1s in DIVs must have the top margin set to 0 to avoid large spacing at the top of the DIV. */
div h1
{
	text-align: left;
	margin-top: 0;
}

/* DIVs must have a border value set in Netscape 4.x */
div
{
	overflow: visible;
	border-style: none;
}
