

body {
    background-color : white;
    margin:0px 0px;
    padding:0px;
    text-align:center;
  }


/*div.header {
	color : green;    
font-family : /*'Lucida Handwriting',*/'Monotype Corsiva', 'URW Chancery L', 'TSCu_Times';
    font-size : 26px;
    left : 200px;
    position : absolute;
    top : 0px;
    width :500px;

  }
*/

div.overall {
    /*background-color : #F6E6CD;*/
    text-align:left;
    height : 850px;
    left : 25px;
    position : absolute;
    right : 0px;
    top : 5px;
    width : 500px;
  }



div.leftColumn {
    font-family : "arial";
    background-color : #FCFFBD;
    height : 1000px left : 8px;
    padding-top : 150px;
    position : absolute;
    top : 100px;
    width : 200px;
  }



div.content {
    font-family : "arial";
    font-size : 12pt;
    
    left : 220px;
    overflow : hidden;
    padding-right : 5px;
    position : absolute;
    text-align : left;
    top : 250px;
    width :600px;
  }
  
  