

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
.noTitleBody
{
	position: relative;
	left: 16px;
	top: 8px;
}
html>body .noTitleBody
{
	left: 10px;
	top: 10px;
	right: 10px;
}
.noTitleBody:after
{
	 content: " ";
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}