/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#242820;
	}
	
hr {
	height:2px; 
	
	border: none;
	}
	
a {
	color: #242820;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: maroon;
	text-decoration:none;
	}
	
/* ID Styles */

#dropmenudiv { position: absolute; font-style: normal; font-variant: normal; font-weight: 
               normal; font-size: 12px; font-family: arial; line-height: 
               18px; z-index: 100; border-left: 1px solid navy; 
               border-right: 1px solid navy; border-top: 1px solid navy; 
               border-bottom: 0 solid navy }
#dropmenudiv a { width: 100%; display: block; text-indent: 3px; text-decoration: none; 
               font-weight: none; border-bottom: 1px solid navy; 
               padding-left: 0; padding-right: 0; padding-top: 1px; 
               padding-bottom: 1px }
#dropmenudiv a:hover { background-color: #FFFFCC }

#pscroller1  { width: 160px; height: 120px; background-color: #FFFFCC; font-family: arial; 
               font-size: 12px; color: #242820; border: 1px solid #242820; padding: 
               5px }
#pscroller2  { width: 350px; height: 20px; border: 1px solid black; padding: 3px }
#pscroller2 a { text-decoration: none }
.someclass   {  }


#navigation a {
	font:12px arial;
	color: yellow;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 0pt solid rgb(40,65,A1);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt solid red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#bodyText {
	font:11px arial;
	color:#4065A1;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	margin-left:10px;
	}

#tagline {
	font:12px arial;
	color: navy;
	line-height:18px;
	letter-spacing:.2em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#242820;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.heading {
	font:18px arial;
	color:#333333;
	line-height:16px;
	letter-spacing:.1em;
	font-weight:bold;
	}

.subHeader {
	font:14px arial;
	color: #333333;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.sidebarHeader {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
.detailText {
	font:12px arial;
	color:#242820;
	line-height:16px;
	
	letter-spacing:0em;
	}
	
.smallText {
	font:10px arial;
	color:#242820;
	line-height:12px;
	}
	

.header {
	font:14px verdana;
	color: #bd0000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	

.menubar {
	font:12px arial;
	color: #333333;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}
	
	.menubar a:hover {
		font-weight: bold;
		text-decoration: underline;
		color: red;
		}

.verses {
	font:12px arial;
	color: red;
	font-style: italic;
	letter-spacing:.1em;
	line-height:16px;
	}

.copyright {
	font-size: 9px;
	font-weight: bold;
	font-family: verdana;
	color: #808080;
	padding: 5px;
	}
	
	.copyright a:link, .copyright a:visited, .copyright a:active {
		color: #808080;
		text-decoration: none;
		text-transform: none;
		}
	
	.copyright a:hover {
		text-decoration: none;
		color: maroon;
		}