      h2 { font-family: Lucida,Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;verdana; color: #FFFFFF;}
	  body { font-family: Myriad Pro, Lucida,Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;verdana; margin-left:5%; margin-right: 5%; text-align: justify; color: #444;  }
	  Pindent { font-family: Calibri, "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;verdana; margin-left:10%; margin-right: 20%; text-align: justify }
      big { margin-left:5%; margin-right: 5%;font-variant: small-caps; font-size: 120%; color: #333333; }
      .sectionheading { font-size: large; color: white; font-variant: bold; text-transform: uppercase}
	  

    body { background-color: white; }


.backdrop {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
}

.tools-button {
    font-size:24px;
    background-color:rgb(23,190,207); /* #40c040; */
    color:black;
    border:0;
    padding: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    font-variant: small-caps;
    background-color: rgb(213,114,77);
}

    #main a {  color: white; } 
    #main a:visited { color:white;  } 
    #header a {  text-transform:uppercase; text-decoration:none; } 
    #header a:hover {  text-decoration:underline; } 
    #main { background-color: #2A8E82;  color: white;}
    #main a.tools-button {   text-decoration: none; border: solid rgba(0, 0, 0, 0.01) 3px; } 
    #main a.tools-button:hover {   border: solid rgba(255,255,255,0.9) 3px; } 


.shadow {
    -moz-box-shadow: 3px 3px 4px #777;
    -webkit-box-shadow: 3px 3px 4px #777;
    box-shadow: 3px 3px 4px #777;
	
	border-radius: 20px; 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

    div { margin: 0; padding: 0; }
  </style>
