/* styles specific to the home page */

td.homeContent {
	padding-bottom: 11px;
}
td.homeLargeCell {
	width: 394px;
}
td.homeSmallCell {
	width: 204px;
	padding-left: 13px;
}
td.homeLargeTop img, td.homeLargeBottom img, 
td.homeSmallTop img, td.homeSmallBottom img {
	display: block;
}
td.homeLargeText, td.homeSmallText {
	height: 130px;	/* height can be adjusted to accomodate text */
	background-repeat: repeat-y;
	padding: 0 12px;
}
td.homeLargeText {
	background-image: url(../img/css_home_largecell.gif);
}
td.homeSmallText {
	background-image: url(../img/css_home_smallcell.gif);
	height: 128px;
}


td.homeBottomCenter {
	padding-right: 12px;
	padding-left: 13px;
}
