@import url("default");
@import url("expandcollapse");

body {
   background: #eec591;
}

#buttons {
   float:right;
}

#OnOffButtons a img {
   vertical-align: bottom;
}

#news p {
   margin:0 0 1em 1em;
   padding:0;
} 

@media print {

   /* These are public-specific, but didn't seem to be able
      to create two @media print areas  in some browsers */

   .a { 
      display: none 
   }

   #OnOffButtons, #buttons {
      display: none 
   }

   .hiddenContent {
      display: block;
    }
}

@media handheld {

   body, #content, #Top, .triggerOpen, .triggerClosed {
      background-color: white;
      color: black;
   }

   #buttons {
      float: none;
      width: 40%;
   }
}
