      body
      {
      	text-align: center;
      	margin: 0px;
      	background: white;
      }
      
      div.top, div.bottom
      {
        padding: 4px;
        border: 2px black solid;
        background: #669999;
        text-align: left;
        
        width: 1000px;
        margin: 0px auto 0px auto;
        
        clear: both;
      }
      
      div.top a, div.bottom a
      {
        color: white;
        font-weight: bold;
      }
      div.top a:hover, div.bottom a:hover
      {
        color: yellow;
        text-decoration: none;
      }
      
      div.main
      {
        text-align: left;
        
        width: 1000px;
        margin: 0px auto 0px auto;
        
        clear: both;
      }
      
      div.left
      {
      	width: 280px;
      	float: left;
      	background: #cccccc;
      	
      	border-left: 4px black double;
      	border-right: 4px black double;
      	
      	clear: none;
      }
      
      div.right
      {
      	width: 700px;
      	float: right;
      	
      	clear: none;
      }
      
      div.fwn
      {
      	width: 1000px;
      	margin: 0px auto 0px auto;
      	
      	clear: both;
      }   
      
      h1 { font:26pt Arial, Helvetica, sans-serif; }
      h2 { font:14pt Arial, Helvetica, sans-serif; margin: 8px; }
      p { margin: 4px; font: 11pt Arial, Helvetica, sans-serif; }
      
      a { color: #669999; font-weight: bold; }
      a:hover { text-decoration: none; }
      
      span.name
      {
        font-weight: bold;
      }
      
      ul li
      {
        margin: 20px;
      }
      
div.row {
  clear: both;
  padding-top: 10px;
  width: 310px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 200px;
  text-align: left;
  } 

