Archive a single webpage and its visual elements

Take a basic snapshot of a webpage and the stylesheets and images used in its visual presentation.
Contents
wget --page-requisites \
     --span-hosts \
     --no-directories \
     --adjust-extension \
     --convert-links \
     --backup-converted \
     --timestamping \
     --directory-prefix=flair.myfloridacfo.com.cvphsrch.htm \
     http://flair.myfloridacfo.com/approot/dispub2/cvphsrch.htm

See a full description of the flags and options in this gist.