<!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>
<?php
#session_start();
#if (!isset($_SESSION['username'])) { header('Location: index.php'); }
?>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<!--meta name="viewport" content="width=240, height=320, user-scalable=yes" /-->
<title><?php include './conf/conf_ws3.php'; echo $title; ?>, Stetson University</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0">
  <tr class="body"><td colspan="3">
    <?php include 'top_w3.php'; ?>
  </td></tr>
  <tr class="body">
     <td class="left_frame2">
       <?php include 'left_w3.php'; ?>
     </td>
     <td width="20"></td>
     <td width="750" valign="top">

   <!-- CONTENT GOES HERE -->
   <div class="header1">Important Dates</div>
    <ul>
      <li>Paper Submission due: 3/25/2015 (Extended) <img src="assets/pic/new.gif"/></li>
      <li>Paper Review due: 4/6/2015</li>
      <li>Paper Revision due: 4/15/2015</li>
      <li>Workshop Registration due: 4/22/2015</li>
      <li>Workshop Date: 5/13/2015</li>
    </ul>  
      <p><br><img src="assets/pic/lbc.png" class="framed" />&nbsp; </p>
<br>
<br>
      <!-- CONTENT ENDS HERE -->
      </td>
  </tr>
  <tr class="body"><td colspan="3">
      <?php include 'foot.php'; ?>
  </td></tr>
	</table>

</body></html>
