
	/********************************************************************************************************************* 
		Did You Know large item styles
		largeItemImage is the holder for the image
		largeItemImage IMG is the actual image style
	*********************************************************************************************************************/

	#didYouKnowLargeItemContainer{
		float:right;
		width:418px;
		text-align:center;}

	.largeItemImage{
		margin-left:auto;
		margin-right:auto;
		vertical-align:middle;
		width:398px;}
	.largeItemImage IMG{width:398px;}



	/*********************************************************************************************************************
		Did You Know small item styles
		didYouKnowSmallItemContainer is a container for holding the small Did You Know item's image and text
		smallItemImage is the holder for the image
		smallItemImage IMG is the actual image style
		smallItemText is the style for the text that is positioned to the left of the image
	**********************************************************************************************************************/

	A.didYouKnowSmallItemContainer:link, A.didYouKnowSmallItemContainer:visited{
		float:left;
		clear:left;
		width:326px;
		height:59px;
		margin-bottom:20px;
		margin-left:20px;
		background-color:#f6f5f2;}
		
	A.didYouKnowSmallItemContainer:hover{
		float:left;
		clear:left;
		width: 326px;
		height: 59px;
		margin-bottom:20px;
		margin-left:20px;
		background-color: #d6d5d3;}

	.smallItemImage{float:left;}
	.smallItemImage IMG{width:59px; height:59px;}

	.smallItemText{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000000;
		font-weight: bold;
		font-size: 8pt;
		vertical-align: middle;
		text-align: left;
		width: 257px;
		height: 59px;
		float:left;
		padding-top: 10px;
		padding-right: 5px;
		padding-left: 5px;}


