      body  {
        position: absolute;
        padding: 0px;
      	margin-left: 0px;
      	margin-right: 0px;
      	margin-top: 0px;
      	margin-bottom: 0px;
      	color: #111111;
      	background-color: #FFFFFF;
      	font-size:10px;
      	font-family:"Verdana";
        font-style:normal;
        font-weight:normal;
      }
      /* LINK STUFF */
      /* unvisited links */
      a.menu:link {
        font-size:14px;
        font-weight:normal;
        text-decoration: none;
        color: #df0000;
      } 
      /* visited links */
      a.menu:visited { 
        font-size:14px;
        font-weight:normal;
        text-decoration: none; 
        color: #df0000;
      }
      /* active links */
      a.menu:active { 
        font-size:14px;
        font-weight:normal;
        text-decoration: none; 
        color: #df0000;
      }
      /* hovered links - style */
      a.menu:hover {
        font-size:14px;
        font-weight:normal;
        text-decoration: none; 
        background:#FFFFFF; 
        color:#df8888;
      }
      
      table {
        border-collapse:collapse;
        /*border: 1px solid #000;*/
      }
      
      td {
        padding:0px;
        border-collapse:collapse;
      }
      
/* this table and its elements build the margin to surround the main table */
      table#margin {
        border: 0px solid #000; 
        background-color:#FFFFFF;
        /*width:100%;
        height 100%;*/
        vertical-align:top;
      }
      td#margin-top {
        width:auto;
        height:0px;
      }
      td#margin-left {
        width:48px;
        height:auto;
      }td#margin-right {
        width:48px;
        height:auto;
      }td#margin-bottom {
        width:auto;
        height:0px;
      } 
/* this table surrounds the content. */
      table#main {
        border: 0px solid #000;
        width:200px;
        background-color:#FFFFFF;
        vertical-align:top;
      }
/* menu table definitions */
      table#menu {
        vertical-align:top;
        border: 0px solid #000;
        width: 714px;
        height: 24px;
        font-size: 14px; /* This is for unlinked menu items*/
      }
      /*
      td.menuitem_left {
        width: 48px;
        height:16px;
        border: 1px solid #000;
      }
      table tr td{
        text-align: left;
      }
      td.menuitem_right {
        width: 48px;
        height:16px;
        text-align:right;
      }*/
      table tr td.menuitem_left{
        text-align: left;
        border: 0px solid #000;
      }
      table tr td.menuitem_right{
        text-align: right;
        border: 0px solid #000;
      }
      
/* content table definitions */
      table#content {
        width: 100%;
        vertical-align:top;
        border: 0px solid #000;
        background-color: #E3E4E6;
        height: 400px;
      }
      td#content {
        vertical-align:top;
        text-align: left;
        border: 0px solid #000;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 32px;
        padding-left: 32px;
      }
      
      td#img {
        vertical-align:top;
        text-align: right;
        border: 0px solid #000;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 32px;
        padding-left: 32px;
      }

/* image cells in vita page definitions*/
      td#img_top {
      
      }

/* FONT STUFF */
      span#default_font {
        font-size:11px;
        font-family:"Verdana";
        font-style:normal;
        font-weight:normal;
      }
      a:link {
        font-size:11px;
        font-weight:normal;
        text-decoration: none;
        color: #df0000;
      } 
      /* visited links */
      a:visited { 
        font-size:11px;
        font-weight:normal;
        text-decoration: none; 
        color: #df0000;
      }
      /* active links */
      a:active { 
        font-size:11px;
        font-weight:normal;
        text-decoration: none; 
        color: #df0000;
      }
      /* hovered links - style */
      a:hover {
        font-size:11px;
        font-weight:normal;
        text-decoration: none; 
        background:#FFFFFF; 
        color:#df8888;
      }


