<!DOCTYPE HTML PUBLIC "- "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
#if ($sitemeshPage.getProperty("page.spacename"))
<title>$title - $sitemeshPage.getProperty("page.spacename") - #siteTitle()</title>
#else
<title>$title - #siteTitle()</title>
#end
#standardHeader()
</head>
## HTML HEADER ENDS
## HTML BODY BEGINS
#onLoad()
<p/>
<style type="text/css">
div,p,a,body,li,ul,ol,td,tr,pre,code,table,span {
font-size:14px;
line-height:1.7em;
}
div.wiki-content {
font-size:14px;
line-height:1.7em;
}
div.wiki-content p {
font-size:14px;
line-height:1.7em;
}
div.wiki-content a {
font-color:#0000FF;
text-decoration:none;
}
div.wiki-content a:hover {
font-color:#0000FF;
text-decoration:underline;
background-color:#DFDFFF;
}
div.wiki-content p span.nobr a.createlink {
color:#7F0000;
text-decoration:none;
}
div.wiki-content p span.nobr a.createlink:hover {
background-color:#FFDFDF;
color:#7F0000;
text-decoration:underline;
}
/* due to a bug in IE, we can't use icons if we want nice even linespacing greater than 1 */
span.nobr a sup img.rendericon {
display:none;
}
h1 { font-size:22px; line-height:1.7em}
h2 { font-size:20px; line-height:1.7em}
h3 { font-size:18px; line-height:1.7em}
h4 { font-size:16px; line-height:1.7em}
h5 { font-size:14px; line-height:1.7em}
.smalltext {
font-size:11px;
line-height:1.7em;
}
.bigtext,.largetext {
font-size:18px;
line-height:1.7em;
}
.greynavbar,.greynavbar ul li,.greynavbar ul,.greynavbar ul li a {
font-size:14px;
line-height:16px;
}
</style>
## CONTENT DIV BEGINS
<div id="PageContent">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
## LOCATION BAR: (BREADCRUMBS AND SEARCH BOX) BEGIN
<tr class="topBar">
<td align="left" width="85%">
#logoBlock($sitemeshPage.getProperty("page.spacekey"))
<span class="topBarDiv"> #breadcrumbs() </span>
</td>
<td align="right" valign="middle" width="1%" nowrap>
#quickSearch()
</td>
</tr>
## LOCATION BAR: (BREADCRUMBS AND SEARCH BOX) END
## INFO BAR: (LOGO, LOCATION, AND USER/GROUP OPTIONs) BEGIN
## INFO BAR: (LOGO, LOCATION, AND USER/GROUP OPTIONs) END
</table>
## PAGE DEPENDENT INLINE DECORATOR RENDERING SHOULD BEGIN HERE
$body
## PAGE DEPENDENT INLINE DECORATOR RENDERING SHOULD END HERE
</div>
## CONTENT DIV ENDS
#parse ("/decorators/includes/footer.vmd")