﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-image: url('images/back_all.gif');
	background-repeat: repeat-y;
	background-attachment: fixed;
}
.main {
	background-color: #FFFFFF;
}
.readingframe {
	font-size: xx-small;
	font-family: Trebuchet MS;
}
/* SPECIAL TEXT */
.verse {
	color: #336699;
	font-weight: bold;
	font-size: 80%;
}
/* PAGE LINK COLORS */
a:link {
	color: #2f31db;
	text-decoration: none;
	font-weight: 600;
}
a:visited {
	color: #015FB6;
	text-decoration: none;
	font-weight: 600;
}
a:active {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	background: #F3F3F3;
	color: #000000;
	text-decoration: none;
	font-weight: 600;
}
/*HEADING STYLES */
h1, h2, h3 {
	color: #015FB6;
	font-weight: 900;
	font-size: 104%;
}
h4, h5 {
	color: #2f31db;
	font-size: 100%;
	font-weight: 900;
}
h6 {
	color: #015FB6;
	font-size: 98%;
	font-weight: 800;
}
/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE {
	COLOR: #000000;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	font-size: 98%;
	font-family: Trebuchet MS, arial, sans-serif;
}
.title {
	COLOR: #2b32a5;
	FONT: 110% Trebuchet MS, arial, sans-serif;
	font-weight: 900;
}
.title2 {
	COLOR: #2f31db;
	FONT: 110% Trebuchet MS, arial, sans-serif;
	font-weight: 900;
}
.subtitle {
	COLOR: #1E1EAC;
	font-weight: bold;
	font-style: normal;
	font-size: 95%;
	font-family: Trebuchet MS;
	text-transform: uppercase;
}
.footer {
	COLOR: #00487D;
	FONT: 90% Trebuchet MS, arial, sans-serif;
}
.hilite {
	COLOR: #006600;
}
.price {
	color: #339900;
	FONT: 96% Trebuchet MS, arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
.just {
	text-align: justify;
	width: 480px;
}
.read {
	text-align: left;
	width: 480px;
}
/* IMAGE BORDERS */
.borders {
	border: none;
	cursor: auto;
}
/* PICTURE GALLERY CODE */
#ZOOM {
	LEFT: 20px;
	POSITION: absolute;
	TOP: 250px;
}
.Galborder {
	border: #000000 1px solid;
	cursor: auto;
}
A:hover .Galborder, A:active .Galborder {
	border: #FF9900 1px solid;
	cursor: auto;
}
.slideshow {
	font-family: arial, Trebuchet MS, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: #000000;
	cursor: auto;
	font-weight: bold;
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 3px;
	border: #000000 1px solid;
}
/* HIDE MENU AND ITEMS FOR PRINTING */
@media print
{
.printhide {
	display: none;
}
}
@media screen
{
.printonly {
	display: none;
}
}
/* START CODE FOR THE FORMS */
.shadeform {
	FONT: 12px arial, Trebuchet MS, sans-serif;
	COLOR: #000000;
	background-image: url("picts/shadeform.gif");
	margin-top: 1px;
	BORDER: #000000 1px solid;
}
.dropdown {
	FONT: 12px arial, Trebuchet MS, sans-serif;
	COLOR: #000000;
	margin-top: 1px;
}
.cartdrop {
	FONT: 10px arial, Trebuchet MS, sans-serif;
	COLOR: #000000;
	width: 100px;
	margin-top: 1px;
	margin-bottom: 4px;
}
.searchbutton {
	FONT: 12px arial, sans-serif, Trebuchet MS, sans-serif;
}
/* MISC CODE AND COLORS */
.splitlines {
	COLOR: #000000;
	HEIGHT: 1px;
	WIDTH: 100%;
}
.nobreak {
	white-space: nowrap;
}
/* START THE CODE FOR THE PAGE MENUS */
.menu-table {
	width: 752px;
	background-color: #C0C0C0;
	background-image: url('picts/menu-background.gif');
}
.menu {
	font-size: 11px;
	font-family: arial, sans-serif, Trebuchet MS, helvetica;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	white-space: nowrap;
	display: block;
	cursor: auto;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	white-space: nowrap;
	width: 100%;
	border: #000000 0px solid;
}
.firstmenu {
	color: #3366FF;
}
a:link.menu {
	background-image: url('picts/menu.gif');
	background-color: #C0C0C0;
	color: #666666;
}
a:visited.menu {
	background-image: url('picts/menu.gif');
	background-color: #C0C0C0;
	color: #666666;
}
a:active.menu {
	background-image: url('picts/menu.gif');
	background-color: #C0C0C0;
	color: #666666;
}
a:hover.menu {
	background-image: url('picts/menuon.gif');
	background-color: #F0F0F0;
	color: #000000;
}
.img {
	border-style: none;
}
.pageheight {
	width: 1px;
}
.sidebar {
	width: 160px;
	height: auto;
}
hr {
	width: 80%;
	height: 1px;
	color: #000080;
}
.introstyle {
	background-color: #003366;
	color: #FFFFFF;
}



