<html>
<head>
<title>{$TITLE}</title>
<link rel="shortcut icon" href="{$HTTP_LOC}favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="{$HTTP_LOC}css/default.css.php">
<script type="text/javascript" src="{$HTTP_LOC}javascript/jquery.js"></script>
<script type="text/javascript" src="{$HTTP_LOC}javascript/jquery.jcorners.js"></script>
{error_handler}
{exception_handler}
</head>
{literal}
<body onLoad="if (self!=top){ top.location=self.location }">
<script type="text/javascript">
$(document).ready(
function(){
$(".lgt_box").corner("10px");
$(".lgt2_box").corner("10px");
$(".mid_box").corner("10px");
$(".mid3_box").corner("10px");
$(".midaccent_box").corner("10px");
$(".drk_box").corner("10px");
$(".footer_box").corner("6px");
$(".titlebar_box").corner("6px");
$(".news_box").corner("10px");
}
);
</script>
{/literal}
<table width=100% cellspacing=0 cellpadding=0 valign=top height=100%>
{if $PAGE_HEADER}
<tr>
<td colspan=4>
{include file="$PAGE_HEADER"}
</td>
</tr>
{/if}
<tr style="background-image:url('/images/body_bg.jpg');background-repeat:repeat-x;">
<td width='{$NAV_WIDTH}' valign=top class=sideNav height=100%>
<img src=/images/pix.gif width={$NAV_WIDTH} height=5>
{include file="$PAGE_LNAV"}
</td>
<td width=100% height=100% valign=top align=center>
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<tr>
<td>
{if $PAGE_BODY}
{include file="$PAGE_BODY"}
{/if}
</td>
</tr>
</table>
</td>
<td width=10 height=22 valign=top><img src=/images/pix.gif height=22 width=10></td>
{* RIGHT NAV BEGIN *}
{* RIGHT NAV END *}
</tr>
{if $PAGE_FOOTER}
<tr>
<td colspan=4>
{include file="$PAGE_FOOTER"}
</td>
</tr>
{/if}
</table>
</body>
</html>