/* Large and Small Logos
_________________________________________________________________________ */
#LargeLogo{
	background-image: url(../gfeIMG/BlueMy_Lg.GIF);
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
}
#SmallLogo{
	background-image: url(../gfeIMG/BlueMy_Sm.GIF);
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
}