/* P. Coxhead, 11 Aug 2006 */
/* Used for pages which are not embedded into            */
/* the School's styles, i.e. which are self-contained,   */
/* and which are full width.                             */

@import "docsx.css";

DIV#content {
  width: auto;  /* unrestrained page */
  font-family: Arial,Helvetica,Georgia,sans-serif;
  font-size: 77%;        /* F1; WinIE only */
  voice-family: "\"}\""; /* These two lines are a trick to */
  voice-family: inherit; /* hide CSS from WinIE5.          */
  font-size: 84%;     /* F1 */
}

DIV#footer {
  width: auto;  /* unrestrained page */
  font-family: Arial,Helvetica,Georgia,sans-serif;
  font-size: 65%;        /* F1; WinIE only */
  voice-family: "\"}\""; /* These two lines are a trick to */
  voice-family: inherit; /* hide CSS from WinIE5.          */
  font-size: 71%;     /* F1 */
}

