#homeBodyContainer{
	margin-top: 14px;
	width: 100%;
	position: relative;
}

img.animatedGif{
	position: absolute;
	top: 4px;
	left: 0px;
}
div.animatedGif{
	position: absolute;
	top: 5px;
	left: 0px;
}
#welcomeDiv{
	position: absolute;
	top: 1px;
	left: 316px;
	background-image: url("../images/background3.gif");
	width: 428px;
	height: 175px;
}
	#welcomeDiv img.welcomeImage{
		position: absolute;
		top: 10px;
		left: 22px;
	}
	#welcomeDiv #welcomeText{
		left: 22px;
		position: absolute;
		top: 39px;
		width: 390px;
		height: 90px;
	}
#searchDiv{
	position: absolute;
	top: 183px;
	left: 322px;
	background-image: url("../images/background4.gif");
	width: 419px;
	height: 164px;
}
	#searchHeading{
		position: absolute;
		left: 45px;
		top: 12px;
	}

	#searchDiv Table.homeFormTable{
		color: #fff;
		position: relative;
		top: 40px;
		left: 35px;
		font-weight: bold;
		font-size: 12px;
	}
	#searchDiv Table.homeFormTable INPUT{
		border: 1px solid #878585;
		padding: 2px;
		font-size: 11px;
	}
	#searchDiv Table.homeFormTable SELECT{
		border: 1px solid #878585;
		font-size: 11px;
	}
	#searchSubmitImage{
		position: absolute;
		top: 102px;
		left: 270px;
	}

#latestNews{
	position: absolute;
	top: 365px;
	left: 0px;
	background-image: url("../images/background1.gif");
	width: 241px;
	height: 170px;
}
	#latestNews img.newsHeading{
		position: absolute;
		top: 17px;
		left: 44px;
	}
	#newsText{
		position: absolute;
		top: 39px;
		left: 15px;
		color: #fff;
		width: 210px;
		height: 94px;
		font-size: 11px;
	}
	#latestNews #latestNewsReadMore{
		color: #454545;
		position: absolute;
		right: 14px;
		top: 142px;
		background: url("../images/readmore_arrow.gif") no-repeat;
		background-position: bottom left;
		text-indent: 15px;
	}
	#latestNews #latestNewsReadMore a{
		color: #454545;
		text-decoration: none;
		font-weight: bold;
	}
	

#testimonials{
	position: absolute;
	top: 365px;
	left: 248px;
	background-image: url("../images/background2.gif");
	width: 243px;
	height: 168px;
}
	#testimonials img.testimonialsHeading{
		position: absolute;
		top: 12px;
		left: 44px;
	}

	#testimonialsText{
		position: absolute;
		top: 39px;
		left: 15px;
		color: #fff;
		width: 134px;
		height: 90px;
		font-size: 11px;
	}
	#testimonials #testimonialsReadMore{
		color: #454545;
		position: absolute;
		left: 57px;
		top: 142px;
		background: url("../images/readmore_arrow.gif") no-repeat;
		background-position: bottom left;
		text-indent: 15px;
	}
	#testimonials #testimonialsReadMore a{
		color: #454545;
		text-decoration: none;
		font-weight: bold;
	}

#textBanner{
	position: absolute;
	top: 365px;
	left: 501px;
	background-image: url("../images/background5.gif");
	width: 247px;
	height: 168px;
}
	#textBanner img.bannerText{
		position: absolute;
		top: 15px;
		left: 32px;
	}

#sponsors{
	position: absolute;
	top: 550px;
	left: -5px;
	width: 100%;
}

#footerDiv{
	position: absolute;
	top: 684px;
	left: 0px;
	width: 100%;
	height: 80px;
}
	#XMLSiteMap
	{
		position: absolute;
		left: 0px;
		top: 7px;
	}
	#footerMenu{
		position: absolute;
		top: 7px;
		left: 15px;
	}

	#subFooterMenu{
		position: absolute;
		top: 27px;
		left: 33px;
	}

	#copyright{
		position: absolute;
		top: 7px;
		right: 10px;
	}