@wjstechnology,
Please save your document using HtmlFixed format instead of Html to make your output document look like your docx input document:
Document doc = new Document(@"C:\Temp\Babylon Staff AnalysisFINAL2.docx");
doc.Save(@"C:/Temp/Babylon Staff AnalysisFINAL2.html", SaveFormat.HtmlFixed);
For more information about fixed-page format documents please check the following article: