/* This is the css file for printing PKP web pages */ 
.smalltext {  font-size: 10pt; font-style: normal  }
background-color {  background-color: #663399  }
.LogoText { color: #FFFFFF  }
strong {  font-weight: bold  }
h1 {  font-size: 14pt; font-weight: bold  }
h2 {  font-size: 12pt; font-weight: medium  }

.KSUchapter { color: #FFFFFF; 
              background-color: #660099;
              }
 
.KSUpurple { color: #660099 }


.IMPORTANTtext { font-size: 14pt; color: #663399; }

        
/* the following css was designed by using the online css tutoral:  */

  body {
         background: #FFF;
         font-size: 12pt; 
         }
#logobox {
         display: none;
         position:absolute;
         left:0;
         top:25px;
         padding:0;
         width:1px;
         text-align:center;
         color:#FFFFFF;
/*         font: 0.8em Verdana, Arial, sans-serif;  */
       border: medium double red;    
         }
#logobox a:link {color:#FFFFFF;
         }
#content {
         position:absolute;
         left:10px;
         color: #000;
         width: 7in;   
         margin: 0 auto;
         padding:0;
/*         font: 0.8em Verdana, Arial, sans-serif; */
   /*    border: medium double black;    */
         }
#pgtitle {
         background: #FFFFFF;
         text-indent:20px;
         font-size: 14pt;
         font-weight:bold;
         float:left;
   /*    border: medium double green;    */
         width:7in;
         }
#printlogo {
        position: relative; 
/*      position: absolute;   */
        top:0in;
        float:left;
/*        float:right;     */
        padding: 0px 10px 5px 10px; 
        display: inline; 

         }
.pr_hr  {
        color: #000;
        width: 4.5in;
        }
#detail {
         position: relative;  /* needed by IE6 */
         background: #FFFFFF;
         clear:left;
         float:left;
  /*     border: medium double blue;    */
         width:100%;
        }
#footer {
         position: relative;  /* needed by IE6 */
         background: #FFFFFF;
         text-align: center;
         float:left;
         clear:left; 
         width:100%;
         font-size: 10pt;
  /*     border: medium double green;    */
        }


