So despite being rather amateur when it comes to this level of math, I tried my hand at this and am quite satisfied with the answer. I've checked the numbers and it's very close to Ramanujan's approximation (never off by more than half of one percent), but I'd really love a second opinion or two.
For semi- axis $a$ and $b$:$$P\approx4b\sqrt[{\large n}]{\frac{a^n}{b^n}+1}; n={\frac{\log(2)}{\log({\frac{\pi}{2}})}}; b\neq0$$ Ramanujan's approximation: $$P_R\approx\pi(a+b)(1+\frac{3h}{10+\sqrt{4-3h}}; h=\frac{(a-b)^2}{(a+b)^2}$$
It is most off when the ratio of a/b is about 5: when a=5 and b=1, $P=21.0861$, and $P_R=21.0100$: a difference of .362%.
These two are even more accurate (the Pade approximation has a maximum error of .02%):
$$ \text{Ramanujan-Cantrell: Perimeter} = \pi(a+b)\left( 1 + \frac{3h}{10 + \sqrt{4 - 3h}} + \left( \frac{4}{\pi} - \frac{14}{11} \right) h^{12}\right) $$
Finally we have a rational function approximation known as a Padé approximation (named after French mathematician Henri Padé).
$$ \text{3rd Padé Approximation: Perimeter } =\pi(a+b)\left( \frac{135168 - 85760h - 5568h^2 + 3867h^3}{135168 - 119552h + 22208h^2 - 345h^3} \right) $$