@charset "utf-8";
/* 	Heaven's Touch Ministries Blue Layout Version 1.0
	Design By: Jacob Barr of iRapture.com
	Development By: Joshua Moor of iRapture.com
	Released: 4/1/2010


*/
*{
	padding:0px;
	margin:0px;
	outline:none;
}

body{
	background:#e3e9f4;
	font-family:"Times New Roman", Times, serif;
}

#pageArea{
	width:662px;
	margin:auto;
	margin-top:64px;
}

#leftColumn{
	width:106px;
	float:left;
	clear:left;	
}

#rightColumn{
	width:556px;
	float:left;
	clear:right;
}

a.topLogoLink{
	float:left;
	clear:both;
	width:96px;
	height:99px;
	margin-bottom:16px;
	background:
		url(../images/heavensTouch_topLogoImage.jpg)
		no-repeat;
}

a.topTextLink{
	float:left;
	clear:both;
	width:529px;
	height:35px;
	margin-left:14px;
	margin-bottom:11px;
	background:
		url(../images/heavensTouch_topLogoText.jpg)
		no-repeat;
}

#leftColumn ul{
	float:left;
	clear:both;
	list-style:none;
	text-align:right;
}

#leftColumn li{
	margin-bottom:26px;
}

#leftColumn li a{
	color:#003399;
	text-decoration:none;
	font-size:14px;
}

#leftColumn li a:hover{
	color:#0050f0;
}

#leftColumn li a:active{
	color:#94b8ff;
}

#header{
	width:100%;
	float:left;
	clear:both;
}

#content{
	width:533px;
	padding-left:10px;
	padding-right:13px;
	float:left;
	clear:both;
	background:
		url(../images/heavensTouch_contentRepeating.jpg)
		repeat-y;
}

#footer{
	width:100%;
	float:left;
	clear:both;
	background:
		url(../images/heavensTouch_contentFooterRepeating.jpg)
		repeat-y;
}

a.bottomLogo{
	float:right;
	width:96px;
	height:99px;
	position:relative;
	right:7px;
	top:5px;
	margin-top:-5px;
	background:
		url(../images/heavensTouch_bottomLogoImage.jpg)
		no-repeat;
}

#footer img.mercifulHands{
	float:left;
	position:relative;
	left:110px;	
	top:32px;
}

img.headerDetail{
	float:left;
	clear:both;
}

#content ul, ol{
	margin-left:30px;
}

#content h1, h2, h3{
	margin-bottom:16px;
	font-weight:normal;
}

#content h4, h5, h6, p{
	margin-bottom:10px;
}

#content h1{
	font-size:24px;
}

#content h2{
	font-size:18px;
}

#content p,q, ul, ol{
	font-size:14px;
}

#content q{
	font-style:italic;
}

#content a{
	color:#0050f0;
	text-decoration:none;
}

#content a:hover{
	color:#003399;
	text-decoration:underline;
}

#content a:active{
	color:#94b8ff;
}

img.footerDetail{
	float:left;
	clear:both;
}

form.interactiveForm p.normal{
	background:none;
	padding:10px;
	width:345px;
}
	
form.interactiveForm p.highlighted{
	background:#003399;
	color:#ffffff;
}

table.peopleHelped{
	text-align:center;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:
		solid
		1px
		#003399;
}

table.peopleHelped th{
	padding-left:10px;
	padding-right:10px;
	color:#ffffff;
	background:
		#003399;
}

table.peopleHelped td{
	padding-left:10px;
	padding-right:10px;
}

table.peopleHelped tr.highlightedRow td{
	background:#c1cde6;
}
