<%@ Master Language="C#" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head id="Head1" runat="server"> <title>Project Proposal System</title> </head> <body> <form id="Form1" runat="server"> <table id="header" style="WIDTH: 100%; HEIGHT: 80px" cellspacing="0" cellpadding="1" border="0"> <tr> <td style="TEXT-ALIGN: center; width: 100%; height: 74px;" bgcolor=teal> <asp:label runat="server" id="Label1" Font-Size="20pt" Font-Bold="True" Font-Names="Arial" Text="Council for British Columbia<br />Project Proposal System" ForeColor="#000033"></asp:label> </td> </tr> </table> <b/> <table id="leftNav" style="WIDTH: 108px; HEIGHT: 100%; font-family: Arial; font-weight:normal; font-size: 10pt; text-align:center;" cellspacing="0" cellpadding="1" border="0" bordercolor="red" bgcolor=teal> <tr style="HEIGHT: 100%"> <td style="WIDTH: 100px; color: white; font-family: Arial;"> <br /><br /><br /><br /><br /><br /> <a href="ProjectList.aspx"> Project List</a> <br /><br /> <a id="budgetLink" href="budget.aspx"> Budget</a> <br /><br /> <br /><br /> <br /><br /> </td> </tr> </table> <table id="mainBody" style="LEFT: 120px; VERTICAL-ALIGN: top; WIDTH: 848px; POSITION: absolute; TOP: 94px; HEIGHT: 100%;" border="0" bordercolor="#ff0066"> <tr> <td width="100%" style="VERTICAL-ALIGN: top;"> <asp:contentplaceholder id="middleContent" runat="Server"> </asp:contentplaceholder> </td> </tr> </table> </form> </body> </html>