ul 
{ list-style-image: url(../images/webgraphics/celticcross2.gif) }

A:link {  color: #000099; text-decoration: none; }
A:visited {  color: #6633CC; text-decoration: none; }
A:hover {  color: #80735E; text-decoration: underline; }
A:active {  color: #80735E; text-decoration: underline; }


.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-decoration: none;
}


.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

.navbar {  font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; font-weight: bold}
A.navbar:link {  color: #660000; text-decoration: none}
A.navbar:visited {  color: #990000; text-decoration: none}
A.navbar:hover {  color: #80735E; text-decoration: underline}
A.navbar:active {  color: #80735E; text-decoration: underline}

.navbar2 {  font-family: Arial, Helvetica, sans-serif; font-size: 0.75em;}
A.navbar2:link {  color: #660000; text-decoration: none}
A.navbar2:visited {  color: #990000; text-decoration: none}
A.navbar2:hover {  color: #80735E; text-decoration: underline}
A.navbar2:active {  color: #80735E; text-decoration: underline}

.breadcrumb {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 0.7em; font-weight: bold}
A.breadcrumb:link {  color: #FFFFFF; text-decoration: none; font-size: 1.0em; font-weight: normal}
A.breadcrumb:visited {  color: #FFFFFF; text-decoration: none; font-size: 1.0em; font-weight: normal}
A.breadcrumb:hover {  color: #FFFFFF; text-decoration: underline; font-size: 1.0em; font-weight: normal}
A.breadcrumb:active {  color: #FFFFFF; text-decoration: underline; font-size: 1.0em; font-weight: normal}

.topnav {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 0.8em; font-weight: bold}
A.topnav:link {  color: #FFFFFF; text-decoration: none; font-weight: bold}
A.topnav:visited {  color: #FFFFFF; text-decoration: none; font-weight: bold}
A.topnav:hover {  color: #FFFFFF; text-decoration: underline; font-weight: bold}
A.topnav:active {  color: #FFFFFF; text-decoration: underline; font-weight: bold}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	font-size: 0.7em;
	text-align: center;
}

.lastupdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-style: italic;
}

/* BEGIN CSS for TREEMENU */

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 23px;
	background: white url(../images/webgraphics/celticcross2.gif) no-repeat left 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(../images/webgraphics/closed.gif) no-repeat left 1px;
	cursor: pointer!important;
	cursor: pointer !important;
	font-size: 1em;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	font-size: 1em;
}

.treefolder{ color: #000099; text-decoration: none;}
.treefolder:hover{ color: #80735E; text-decoration: underline; }

/*END CSS for TREEMENU */


/* BEGIN CSS for ACCORDION MENU */

.glossymenu{
	padding: 10px 10px 0 10px;
	width: 170px;
}

.glossymenu a.menuitem{
	color: #FFFFFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0 0 10px;
	text-decoration: none;
	background-color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-variant: small-caps;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #990000;
	border-top-style: solid;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #330033;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	text-decoration: underline;
	color: #990000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: none;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
	padding-right: 20px;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid black;
background: white;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Geneva, Helvetica, sans-serif;
color: #660000;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: #990000;
	colorz: white;
	text-decoration: underline;
}


/*END CSS for ACCORDION MENU */

h4 { color: #660000 }
.listbox
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    BORDER-LEFT: thin;
    WIDTH: 1.5in;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.dropdown
{
    WIDTH: 2in;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    LIST-STYLE-TYPE: none
}
.emaillistbox
{
    FONT-SIZE: x-small;
    WIDTH: 2.5in;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.grouplistbox
{
    BORDER-RIGHT: thin;
    BORDER-TOP: thin;
    BORDER-LEFT: thin;
    WIDTH: 5in;
    BORDER-BOTTOM: thin;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.ssbibleheader {  font-family: "Times New Roman", Times, serif; letter-spacing: .1em; font-weight: bold}
.header {
	font-family: "Hoefler Text", "Times New Roman", Times, serif;
	font-size: 1.75em;
	color: #660000;
}


#footer {
	color: #660000;
	font-size: .75em;
	line-height: 1em;
	}
	
#footer p{padding:5px; text-align: center;}

