Fix error with style sheet
When the Utility libs were not the toplevel CMake file, the style sheet for the doxygen doc could not be found. This was because they were defined relative to the top level CMake file not this CMaka file. This commit fixes this issue.