http://www.agricover.com/store if it weren't in maintenance mode.
Here is a screenshot:

Here is the source where it ends, which is why I think it isn't correctly finding the account template.
Code:
<body id="agricover">
<div id="page">
<div id="wrapper">
<div class="messageStackWarning larger"><img src="includes/templates/template_default/images/icons/warning.gif" alt="Warning" title=" Warning " width="20" height="20" /> NOTICE: The website is currently Down For Maintenance to the public</div>
<div class="messageStackWarning larger"><img src="includes/templates/template_default/images/icons/warning.gif" alt="Warning" title=" Warning " width="20" height="20" /> AUTHORIZENET IS IN TESTING MODE</div>
<!--bof-header logo and navigation display-->
<div id="header">
<!--bof-navigation display-->
<p class="alt">Agri-Cover</p>
<hr class="alt" />
<ul>
<li><a href="http://www.agricover.com/store/">Home</a></li>
<li><a href="http://www.agricover.com/store/index.php?main_page=logoff">Log Out</a></li>
<li><a href="http://www.agricover.com/store/index.php?main_page=account">My Account</a></li>
<li><a href="http://www.agricover.com/store/index.php?main_page=shopping_cart">Cart</a></li>
<li><a href="http://www.agricover.com/store/index.php?main_page=checkout_shipping">Checkout</a></li>
</ul>
</div>
<!--eof-navigation display-->
<!--eof-header logo and navigation display-->
<div id="middle">
<div id="content">
<!-- bof breadcrumb -->
<div id="navBreadCrumb"> <a href="http://www.agricover.com/store/">Home</a> ›
My Account
</div>
<!-- eof breadcrumb -->
The HTML just stops there, right where the account page information should begin.
?
again, thanks.