
body {  background:#FFFFFF;
        font-family: arial;
        text-align:center;
        }
        
H1 {  font-family: arial;
      font-size: 14px;
      }

H2 {  font-family: arial;
      font-size: 14px;
      color:gray;
      border: 1px black solid;
      text-align:center;
      padding:5px;
      background:#FBFBFB;
      }

/* Set up the A tag colours */
A:link  { COLOR: darkred }
A:visited  { COLOR: darkred }
A:hover { COLOR: blue }
A { text-decoration: none;}


/* A rigid frame, to hold everything in place */
#frame {
    width:740px;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align:left;
    background:#FFFFFF;
    border:1px solid black;
    }

/* center contents box */
#contentcenter {
    width:563px;
    margin-top:10px;
    margin-bottom:10px;
    padding: 0px 10px 0px 10px;
    float:left;
    text-align:left;
    font-size: 14px;
    border-right:1px solid black;
    }

/* Create a very small text class */
.smallText {
    font-family: arial;
    font-size: xx-small;
    }

/* Create a very small, Grey text class */
.smallGrayText {
    font-family: arial;
    font-size: xx-small;
    color: gray;
    }
    
/* Create a header style, small size and bold */
.smallheadText {
    font-family: arial;
    font-size: x-small;
    font-weight: bold;
    }
    
/* Create a normal sized font */
.normalText {
    font-family: arial;
    font-size: x-small;
    }

/* Menu bar code */


/* Create a menubox style, a rigid box to hold menu items
   down the side of the screen. */
#menubox {
    width:152px;
    background:#fff;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    text-align: left;
    margin-right:auto; /* Make box in the middle */
    margin-left:auto;
    padding: 0px 5px 3px 5px;   /* Pad the box text out a little */
    }

  /* Create a small text for the menu box */
  .menuBoxText {
    font-family: arial;
    font-size: x-small;
    }

  /* Create a very small text for the menu box */
  .menuBoxSmallText {
    font-family: arial;
    font-size: xx-small;
    }

