a:link {color: #0000FF; /* All unvisited links will be colored blue */ }
a:visited {color: #000080; /* All visited links will be colored navy */ }
a:hover {color: #0000FF; background: #FFFF00;}
a:active {color: #FF0000; /* All active links will be colored red */}
/* When the mouse pointer is over the link the link will be colored blue
and the background color of the link will change to yellow */
/* must be in this order: a:link, a:visited, a:hover, a:active */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: rgb(149,185,199);
}

#strong  {
	background-color: rgb(201,190,98);
	font-size: 13pt;
	font-weight: bold;
	color: rgb(21,62,126);
}

#border {
	background-color: rgb(21,62,126);
	height: 10px;
}


#border2 {
	background-color: rgb(149,185,199);
	height: 20px;
}

#caption {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;	
}

#caption2 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000080;
}

h1  {
	background-color: rgb(149,185,199);
	font-size: 16pt;
	font-weight: bold;
	color: rgb(0,0,128);
}


#content {
	padding: 5px;
	width: 606px;
}


#footnote {
	background-color: rgb(149,185,199);
	font-size: 10pt;
	font-weight: bold;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#scripture {
	font-style: italic;
	font-weight: bold;
}

p.main:first-letter {
	font-size:300%;
	float:left;
	width:0.7em;
	line-height:80%;	
}

p.main2:first-letter {
	font-size:300%;
	float:left;
	width:0.7em;
	line-height:80%;
	text-indent: -20px;	
}

p.sub2 {
	float:left;
	margin: -20px;
}



/* ---vertical Nav Bar Custom  begin */

#left-col {float:left}

#lnavb {
  font-size:        105%;
   padding:          1px;
  margin:           1px 1px 1px 1px;
}

#lnavb td {
	width:125px;
	text-decoration: none; 
	border:hidden;
 }
	
#lnavb a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgb(21,62,126);
	line-height:19px;
	letter-spacing:.1em;
	text-align:right;
	text-decoration: none;
	display:block;
	padding:3px 8px 3px 0px;
	background: url("http://judahscall.com/images/JC-button-gold1-r.jpg") 0px  no-repeat;
	}
	

#lnavb a:link {
 border: 0px ;

}

#lnavb a:visited {
  background: url("http://judahscall.com/images/JC-button-gold-r.jpg") 0px  no-repeat;
}

#lnavb a:hover {
    letter-spacing:.1em;
	color: rgb(21,62,126);
	font-size:60%;
	font-weight:bold;
	text-transform: uppercase;
	background: url("http://judahscall.com/images/JC-button-gold2-r.jpg") 0px  no-repeat;
}






.navText {
  text-align:       right;
  }

/* ---vertical Nav Bar Custom  end */

