body
{
	background-color : White;
	text-align : center;
	margin-top : 0px;
	margin-bottom : 0px;
}

.BodyDiv
{
	/*width : 100%;
	height : 100%;
	*/
	text-align : left;
	width : 50em;
	
}

.titlebar
{
	width : 788px;
	height : 125px;
	
}

.menubar
{
	width : 788px;
	height : 31px;
	padding-left : 2px;
}

.contentArea
{
	width : 700px;
	margin-left : 44px;
	margin-right : 44px;
}

.innerBodyDiv
{
	text-align : left;
	margin-left : auto;
	margin-right : auto;
}



