/*MjcTop is the outer most div when the MJC Rounded Div is rendered*/
.SlateMjcTop
{
	background: url(img/MjcGrad.gif) repeat-x top left;
}
.SlateMjcRight
{
	background: url(img/dot.gif) 100% 0 repeat-y;
}
.SlateMjcLeft
{
	background: url(img/dot.gif) 0 0 repeat-y;
}
.SlateMjcBot
{
	background: url(img/dot.gif) 0 100% repeat-x;
}

.SlateMjcTopLeft
{
	background: url(img/MjcTopLeft.gif) 0 0 no-repeat;
}
.SlateMjcTopRight
{
	background: url(img/MjcTopRight.gif) 100% 0 no-repeat;
}
.SlateMjcBotLeft
{
	background: url(img/MjcBotLeft.gif) 0 100% no-repeat;
}
.SlateMjcBotRight
{
	background: url(img/MjcBotRight.gif) 100% 100% no-repeat;
}

.SlateMjcImage
{
	float: left;
	padding: 3px 8px 0 3px;
}
.SlateMjcTitle
{
	vertical-align: text-top;
}
.SlateMjcTitle h3
{
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
	vertical-align: text-top;
	padding: 3px 0 0 3px;
}

.SlateMjcContent
{
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
