/* Style sheet for the home page */

/* Set up the defaults for the page*/
body{
  font-family: Verdana,Airal,sans-serf;
  background-color: rgb(250,250,250);
  /*  width: 1000px; */
}

/* Jacket picture parameters */
.pb1{
   position: absolute;
   top: 50px;
   left: 750px;
   width: 200px;
}

/* Individual page picture text title parameters */
.pb3{
   position:absolute;
   top: 100px;
   left: 100px;
   width: 500px;
   justification: right;
   font-family: Tahoma;
   font-size: 200%
}

/* Individual page picture text publication info parameters */
.pb4{
   position:absolute;
   top: 210px;
   left: 180px;
   width: 400px;
   font-family: Tahoma;
}

/* home page jacket picture text parameters */
.pb2{
   position:absolute;
   top: 0px;
   left: 0px;
   width: 600px;
   font-family: Tahoma;
   font-size: 120%
}

/* tricks for link buttons */
a:hover{ background-color: rgb(230,230,205)}
a {color:blue;}


/* Rest of home page */
.rop{
  position: absolute;
  width: 1000px;
  top: 650px;
  left: 25px;
  right: 25px;
}

/* standard paragraph */
p{
   margin-left: 10px;
   margin-right: 10px;
}

/* left panel for 2 column pages */
.lp{
   position: absolute;
   left: 0px;
   top: 410px;
   width: 200px;
   border-style: solid;
   border-width: 0px;
   border-right-width: 1px;
   padding-right: 10px;
   padding-left: 10px;
   background-color: rgb(255,255,230);
}

/* tricks for left panel link buttons */
.lp a:active {
  margin-left: 2px;
}

/* right panel for 2 column pages */
.rp{
   position: absolute;
   top: 410px;
   left: 240px;
   width: 760px;
   border-style: solid;
   border-width: 0px;
}

/* table font size */
table{ font-size:small; }

/* table column widths and other formatting */
th.Chapter{ width:75px; text-align:left; }
th.Section{ width:80px;  text-align:left; }
th.Title{ width:450px;  text-align:center; }
th.Page{ width:80px; text-align:left;  }
td.Title{ text-align:center; font-size:110%;}
th.FileName{ width:225px; text-align:left;  }
th.Topics{ width:400px; text-align:left;  }

td.Indent{ width:90px; text-align:center; font-size:medium; height:40px;}
td.Math{ width:500px; text-align:left; font-size:medium;}
td.gen1  { width:120px; text-align:right; font-size:medium;}
th.gen1  { width:120px; text-align:right; font-size:medium;}
table.gen2 { width:90%; text-align:center; font-size:medium;}
