/*MjcTop is the outer most div when the MJC Rounded Div is rendered*/
.BlueMjcTop { background: url(img/dottop.gif) repeat-x top left; }
.BlueMjcRight { background: url(img/dotright.gif) 100% 0 repeat-y; }
.BlueMjcLeft { background: url(img/dotleft.gif) 0 0 repeat-y; }
.BlueMjcBot { background: url(img/dotbtm.gif) 0 100% repeat-x; }

.BlueMjcTopLeft { background: url(img/TopLeft.jpg) 0 0 no-repeat; }
.BlueMjcTopRight { background: url(img/TopRight.jpg) 100% 0 no-repeat; } 
.BlueMjcBotLeft { background: url(img/BtmLeft.jpg) 0 100% no-repeat; }
.BlueMjcBotRight { background: url(img/BtmRight.jpg) 100% 100% no-repeat; }

/*.GreenMjcImage { float: left; padding: 3px 8px 0 3px; }*/
.BlueMjcTitle
{
	vertical-align: text-top;
}
.BlueMjcTitle h3
{
    /*font-style: italic;*/ /*font-weight: bold;*/ /*font-size: 100%;*/
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    vertical-align: text-top;
    padding: 3px 0 0 6px;
    /*color: #88C7DE; hide blue */
    color: #EC7007;
}

.BlueMjcContent
{
	padding: 3px 5px 10px 5px;
	vertical-align: text-top;
    color:Black;
}
