Assuming that Cost is a column in the query's result table, to average the monthly costs should be simply a call of the AVG operator against the Cost column in an unbound text box in the report footer:
=AVG([Cost])
To average the FTE values call the AVG function against the original expression:
=AVG([Cost]/43.26/2080)