/* This style sheet is used when pages on the itp site are printed */

/* Define body  to use Monospace font at a smaller size in black on white  */

body {
     font-family: monospace;
     font-size: 10pt;
     color: black;
     background: white;
     }

/* Setting all links to black underlined */

a {
   text-decoration: underline;
   }
   
a:link {
   color: black;
   background: transparent;
   }
   
a:visited {
   color: black;
   background: transparent;
   }
   
a:active { 
   color: black;
   background: transparent;
   }
   
a:hover {
   color: black;
   text-decoration: underline;
   }

/* for bibliography to provide hanging indent */   
  
.hang { 
     text-indent: -3em; 
     margin-left: 3em; 
     }

/* No hexagon map background for home page */
          
#hexagonmap {
     width: 600px;
     height: 600px;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     }
     
/* No hexgon map background for capacity page */

#capacityhexagonmap {
     width: 600px;
     height: 600px;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     }
     
.hexagonmapcontent {
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
     }

/* Title of page with small hex map on right, no background image */ 
     
#head {
    position: absolute;
    top: 5px; 
    left: 5px; 
    margin: 0px;
    padding: 0px;
    border: 0px solid #000;
    font-size: 28px;
    Width: 805px;
    height: 65px;
    }  
    
#headcontent { 
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    border: 0px solid #000;
    height: 65px;
    }  

/* Navigation menu on left had side of page is hidden */

#left {
    display: None;
    }
    
.leftcontent {
    display: none;
    }

/* Content on right hand side of webpage is set as full page width */ 

#right {
    position: absolute;
    top: 75px; 
    left: 0px;    
    margin: 5px;
    padding: 0px;
    }
    
.rightcontent {
    margin: 0px;
    padding: 0px;
    border: 0px dotted #000;
    color: black;
    background: white;
    margin: 0px;
    padding: 5px;
    }
    
.rightcontent H1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 15pt;
    }
    
.rightcontent H2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    font-size: 12pt;
    }     
