/* Large and Small Logos
_________________________________________________________________________ */
#LargeLogo{
	background-image: url(../gfeIMG/HomeTitle500x81.GIF);
	height: 81px;
	width: 500px;
	background-repeat: no-repeat;
}
#SmallLogo{
	background-image: url(../gfeIMG/HomeTitleLogo150x24.GIF);
	height: 24px;
	width: 150px;
	background-repeat: no-repeat;
}