/*MjcTop is the outer most div when the MJC Rounded Div is rendered*/
.MjcBayMjcBase { background: url(img/contentBg.jpg) repeat; }
.MjcBayMjcTop { background: url(img/MjcGrad.jpg) repeat-x top left;}
.MjcBayMjcRight { background: url(img/dot.gif) 100% 0 repeat-y; }
.MjcBayMjcLeft { background: url(img/dot.gif) 0 0 repeat-y; }
.MjcBayMjcBot { background: url(img/dot.gif) 0 100% repeat-x; }


.MjcBayMjcTopLeft { background: url(img/MjcTopLeft.gif) 0 0 no-repeat; }
.MjcBayMjcTopRight { background: url(img/MjcTopRight.gif) 100% 0 no-repeat; } 
.MjcBayMjcBotRight { background: url(img/MjcBotRight.gif) 100% 100% no-repeat; }
.MjcBayMjcBotLeft { background: url(img/MjcBotLeft.gif) 0 100% no-repeat; }

.MjcBayMjcImage { float: left; padding: 3px 8px 0 3px; }
.MjcBayMjcTitle
{
	vertical-align: text-top;
	margin-left:10px;
}
.MjcBayMjcTitle h3 
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
    vertical-align: text-top;
    padding: 10px 0 0 3px;
    color: White;
    margin-top:10px;
}

.MjcBayMjcContent
{
	padding: 5px 5px 10px 5px;
	vertical-align: top;
}
