

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
.noTitleBody
{

}
html>body .noTitleBody
{

}
.noTitleBody:after
{
    content: " ";
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

