/*** ROUND CORNERS *****/
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	margin: 0;
	padding: 9px 8px 4px;
	color: white; 
	font-weight: bold; 
	font-size: 1.1em; 
	line-height: 1em;
	text-align:left;
}
.boxheadblue 
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(roundCorners/roundCorners_blue.gif) no-repeat top right;
	width:177px;
}
.boxheadbluewide 
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(roundCorners/roundCorners_blue_wide.gif) no-repeat top right;
	width:350px;
}
.boxheadbluemiddle
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(roundCorners/roundCorners_blue_middle.gif) no-repeat top right;
	width:227px;
}

.boxheadbluewide h3, .boxheadbluemiddle h3, .boxheadblue h3
{
	margin: 0;
	padding: 9px 8px 4px;
	color: white; 
	font-weight: bold; 
	font-size: 0.9em; 
	line-height: 1em;
	text-align:left;
}

.boxbody {
	margin: 0;
	padding: 5px 8px 11px;
	text-align:left;
}

.boxPink a { color: #e79622; font-weight: bold; text-decoration:none;}

.boxPink .boxhead{background: url(roundCorners/sbhead-r-o.gif) no-repeat top right;}
.boxPink {background: url(roundCorners/sbbody-r-o.gif) no-repeat bottom right;}
.boxPink .boxhead h2 {background: url(roundCorners/sbhead-l-o.gif) no-repeat top left;}
.boxPink .boxbody { background: url(roundCorners/sbbody-l-o.gif) no-repeat bottom left;}

.boxBlueGray a { color: #339982; font-weight: bold; text-decoration:none;}

.boxBlueGray .boxhead{background: url(roundCorners/sbhead-r.gif) no-repeat top right;}
.boxBlueGray {background: url(roundCorners/sbbody-r.gif) no-repeat bottom right;}
.boxBlueGray .boxhead h2 {background: url(roundCorners/sbhead-l.gif) no-repeat top left;}
.boxBlueGray .boxbody { background: url(roundCorners/sbbody-l.gif) no-repeat bottom left;}


.GreenUpsideDown .boxhead {background: url(roundCorners/gr_upsidedown-r.gif) no-repeat bottom right;}
.GreenUpsideDown .boxhead h2 {background: url(roundCorners/gr_upsidedown-l.gif) no-repeat bottom left;}

.boxBlueFade { margin-bottom:2em; }
.boxBlueFade .boxhead{background: url(roundCorners/fadehead-r.gif) no-repeat top right;}
.boxBlueFade {background: url(roundCorners/fadebody-r.gif) no-repeat bottom right;}
.boxBlueFade .boxhead h2 {background: url(roundCorners/fadehead-l.gif) no-repeat top left; font-size: 90%; color:white; }
.boxBlueFade .boxbody { background: url(roundCorners/fadebody-l.gif) no-repeat bottom left; padding-left: 2em; padding-right:2em; padding-bottom: 2em;}


#centerCol .boxBlueFade .boxhead h2 {color:white; }
