<STYLE TYPE="text/css">
P.breakhere {page-break-before: always}
</STYLE>
This then will be the activator for the page break:
<p class="breakhere"> </p>
You can set up as many different classes as you'd like as long as you keep following the same format as above.