DIV#frontpage {
	padding-left: 11px;
	background: #9ba921 url('../images/ds_home_contentContainer_bg.gif') top left no-repeat;
}
	
	DIV#frontpage UL { list-style: none; margin: 0; padding: 0; }
	
	DIV#frontpage UL.primaryContent LI {
		float: left;
		width: 224px;
		*width: 264px;
		height: 250px;
		*height: 300px;
		padding: 50px 20px 0 20px;
		overflow: hidden;
		background: url('../images/ds_aboutusSprite.gif') top left no-repeat;
	}
	
		DIV#frontpage UL.primaryContent LI:hover, DIV#frontpage UL.primaryContent LI.hover {
			background: url('../images/ds_aboutusSprite.gif') 0px -300px no-repeat;
			color: rgb(39,40,43);
			text-decoration: none;
		}
			DIV#frontpage UL.primaryContent LI .about_us_feed { float: left; overflow: hidden; text-align:center;}
/*			DIV#frontpage UL.primaryContent LI .about_us_feed IMG {float: left; padding:0 5px 5px 0;}*/
			DIV#frontpage UL.primaryContent LI .about_us_feed P { line-height: 18px; font-size: 11px; color: rgb(46,46,46); }
			DIV#frontpage UL.primaryContent LI A { display: block; text-align: right; }
	
	DIV#frontpage UL.secondaryContent LI {
		float: left;
		width: 283px;
		height: 300px;
		background: url('../images/ds_courseSprite.gif') top left no-repeat;
	}
		DIV#frontpage UL.secondaryContent LI P.link{
			margin-top:0;
			padding-top:0;
		}
		DIV#frontpage UL.secondaryContent LI A{
			line-height:24px;
			display:block;
		}
		DIV#frontpage UL.secondaryContent LI:hover, DIV#frontpage UL.secondaryContent LI.hover {
			background: url('../images/ds_courseSprite.gif') 0px -300px no-repeat;
			color: rgb(39,40,43);
			text-decoration: none;
		}
			DIV#frontpage UL.secondaryContent LI P { padding: 40px 20px 10px 20px; line-height: 18px; overflow: hidden; }
	
	DIV#frontpage UL.sideContent LI {
		float: left;
		width: 278px;
		height: 300px;
		background: url('../images/ds_whereSprite.gif') top left no-repeat;
	}
		
		DIV#frontpage UL.sideContent LI:hover, DIV#frontpage UL.sideContent LI.hover {
			background: url('../images/ds_whereSprite.gif') 0px -300px no-repeat;
			color: rgb(39,40,43);
			text-decoration: none;
		}
			DIV#frontpage UL.sideContent LI P { padding: 40px 10px 0 20px; line-height: 18px; overflow: hidden; }