The Central Limit Theorem implies that near the center of mass we can approximate the binomial distribution with the normal distribution:
$ P(B(n,p) \geq i) \approx P(Z \geq \frac{i - n p}{\sqrt{n p (1-p)}}) $
where $Z$ is the standard normal.
I am interested in cases where $n \rightarrow \infty$ while $p$ remains constant. However, I am integrating a function over all integers $i$, so I cannot assume that $i$ itself is bounded. So the standard Central Limit Theorem, which only asserts that the above approximation holds pointwise in the limit, is not adequate for me.
Are there any references which give explicit (or asymptotic) error estimates for this type of approximation?