/* Tan color is 244,232,180
   Blue color is 184,204,231 */


td.roundEdgesOdd div.roundEdges {
	margin: 0 auto; /* center for now */
	background: url(../images/layout/roundCornerBottomRightOdd.jpg) no-repeat bottom right;
}
td.roundEdgesOdd div.roundEdgesTop {
	background: url(../images/layout/roundCornerTopRightOdd.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center; 
}

td.roundEdgesOdd div.roundEdgesTop h2 {
	background: url(../images/layout/roundCornerTopLeftOdd.jpg) no-repeat top left;
	margin: 0;
        padding: 10px 0px 0px; 
	color: white; 
	font-weight: bold; 
	font-size: 1px; 
	line-height: 1em;
}


td.roundEdgesOdd div.roundEdgesBody {
	background: url(../images/layout/roundCornerBottomLeftOdd.jpg) no-repeat bottom left; 
	margin: 0;
	padding: 0px 7px 7px;
}

td.roundEdgesEven div.roundEdges {
	margin: 0 auto; /* center for now */
	background: url(../images/layout/roundCornerBottomRightEven.jpg) no-repeat bottom right;
}
td.roundEdgesEven div.roundEdgesTop {
	background: url(../images/layout/roundCornerTopRightEven.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center; 
}

td.roundEdgesEven div.roundEdgesTop h2 {
	background: url(../images/layout/roundCornerTopLeftEven.jpg) no-repeat top left;
	margin: 0;
        padding: 10px 0px 0px; 
	color: white; 
	font-weight: bold; 
	font-size: 1px; 
	line-height: 1em;
}


td.roundEdgesEven div.roundEdgesBody {
	background: url(../images/layout/roundCornerBottomLeftEven.jpg) no-repeat bottom left; 
	margin: 0;
	padding: 0px 7px 7px;
}





