/* printed 8/26/2008

/*Cascading Style Sheet for www.thebarnabasministries.org
	author: Siew Suen	
	launch date: March 7,2006
	first revision date: March 30,2007
	second revision date: August 26, 2008*


/* codes that apply to all pages */

						
body   {font-family: arial,verdana,san serif;
	background-image: url(brown004.jpg);
	background-repeat: repeat;}

a:hover {background-color: #bdb76b;}

a.menu:link {text-decoration: none;
	color: #ffffff}

a.menu:visited {text-decoration: none;
	color: #ffffff}

a.link:link {text-decoration: none;
	color: #15562C;}

a.link:visited {text-decoration: none;
	color: #15562C;}


/* codes that apply to the first table only */


td.heading {background-color: #2E406B;
	color: 	#ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 4px;
	text-align: center;}
	

/* codes that apply to the second table only */

table.text {width: 700px;
	font-size: 13px;
	background-color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
	vertical-align: top;
	margin-top: 0;}

tr.top {vertical-align: top;}

td.intro {background-color: #ffffff;
	border: 1px solid gray;
	padding-top: 20px;
	padding-left: 32px;
	padding-right: 32px;}

.faith {font-size: 12px;
	color: #2f4f4f;
	line-height: 1.3em;}

p.introtext {text-indent: 0px;
	font-size: 14px;
	color: #2f4f4f;
	line-height: 1.3em;}

.introtext {font-size: 14px;
	color: #2f4f4f;
	line-height: 1.3em;} 		

p.annountext {font-size: 12px;
	color: #2f4f4f;
	line-height: 1.5em;}
			
.contact {font-size: 12px;
	color:  #2f4f4f;}

.explain {padding-left: 32px;
	font-size: 12px;
	color:  #2f4f4f;}

.info {	font-size: 12px;
	color:  #2f4f4f;
	text-align: center;}

.links {text-indent: 15px;
	font-size: 14px;
	color:  #000000;}

.ruler {width: 80%;
	margin-bottom: 1.em;}

blockquote {font-size: 12px;
	color: #2f4f4f;}

cite {display: block;
	text-align: right;
	font-size: 10px;}

p.subtitle {font-size: 13px;	
	color: #2f4f4f;
	font-weight: bold;}

p.listitle {text-indent: 30px;	
	font-size: 13px;	
	color: #15562C:	
	font-weight: bold;}

p.subject {font-size: 14px;
	color: #2f4f4f;
	font-weight: bold;}

p.sub {font-size: 12px;
	color: #2f4f4f;}

img.picture {float: right;
	padding-left: 12px;
	padding-right: 5px;}

img.picture_left {float: left;
	padding-left: 0px;
	padding-right: 15px;}

div.sublink {color: #ffffff;
	background-color: #15562C;	
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #ffffff;
	margin-left: 400px;
	margin-right: 50px;}

img.graphic {float: right;}

/* codes that apply to the right panel only */

td.staff {background-color: #CCC9B2;
	text-align: center;	 
	font-size: 12px;
	border: 1px solid gray;
	color: #15562C;}
						
div.staff1 {padding-top: 14px;
	padding-bottom: 2px;}

div.staff2 {padding-top: 12px;
	padding-bottom: 25px;}

div.right_panel {font-weight: bold; 	 
	font-size: 18px;
	color: #15562C;
	margin-top: 24px;}

div.site {font-size: 14px;
	font-weight: bold;
	line-height: 4em;}


/* codes that apply to the third table only */

div.quicklink {color: #ffffff;	
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background-color: #15562C;	
	padding-top: 5px;
	padding-bottom: 5px;}		

div.copyright {font-size: 9px;
	color: #2f4f4f;	
	margin-top: 2px;
	text-align: center;}


/* reference code for color and symbol


#ffffff		white
#bdb76b		darkkhaki
#fffff0		ivory
#2f4f4f		darkslategray
#000000		black
#D9D3BA		lodge tan  (background)
#CCC9B2		lightkhaki
#15562C		dark green
#2E406B		dark blue

&nbsp; 		nonbreaking space
&#183;		middle dot
#058;		colon
&#169;		copyright
&#045;		hyphen
&#034;		quotation mark
#047;		slash (forward)

*/