/* print styles */
BODY {
	 color: black; 
	 background: white;
	 }

#linkbar {
  display: none;
  margin-bottom: 20px;
}

  .pindent {
    margin-left:20px;
    margin-bottom: 30px;
  } 
 
  .pindent10 {
       margin-left:10px;
       margin-bottom:5px;
  }

  
  #titlebar {
     color: #003300;
    font-family: Helvetica, sans-serif;
    font-size: 14pt;
    text-align: left;
    margin-top:8px;
    padding: 2px;

}	
  
    .subtitle {
    width: 55%;
   	background: whitesmoke;
    color: black;
    font-family: sans-serif; 
    padding-left: 5px;
    letter-spacing: 5px;
  	border-bottom: 1px darkslategray solid;
  	border-right: 1px darkslategray solid;
    border-top: 1px darkgray solid;
  	border-left: 1px darkgray solid;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 10px;
  }	

  

A:link, A:visited {
	 background: white;
	 color: black;
	 text-decoration: underline;
}
   	     
#rep{
 width: 576px;
 height: 97px;
}

img.gal {
  		border: none;
		  margin-bottom: 0px;
		  margin-right: 0px;
  }		  


 td {
    padding-right: 5em;
    padding-bottom: 0.5em;
  }  
  
     div.row {
		  clear: both;
	   	margin-bottom: 5px;
	}
	
	 /* Narrow label column */
 	
	div.row span.lcolumn {
  	  float: left;
		  width: 275px;
		  color: #000000;
  	  text-align: center;
		  background: #ffffff;
		  padding-left: 5px;
 	}
	
  div.row span.rcolumn {
		  float: left;
		  width: 275px;
		  background: #ffffff;
		  color: #000000;
 		  text-align: center;
		  padding-left: 10px;
  }
		
	div.textrow {
		  clear: both;
      margin-bottom: 15px;
  }
 	
	div.textrow span.lcolumn {
 		  float: left;
		  width: 275px;
		  color: #000000;
 		  text-align: left;
		  background: #ffffff;
		  padding-left: 5px;
 	}
	
	div.textrow span.rcolumn {
      float: right;
		  width: 275px;
		  background: #ffffff;
		  color: #000000;
 		  text-align: left;
  	  padding-right: 10px;
	}
  

	div.textrow span.pcredit {
			color: #505050;
			background: white;
			font-size: 90%;
			float: left;
	 		width: 355px;
 	 		text-align: center;
	}

div.textrow span.cpcredit {
			color: #505050;
			background: white;
			font-size: 90%;
	 		width: 355px;
 	 		text-align: center;
	}

