
body {  background-image: URL("../images/bk.gif");
        font-family: arial;
        font-size: x-small;
        text-align:center;  /* To get the frame in the middle */
        }
        
H1 {  font-family: arial;
      font-size: x-small;
      }

H2 {  font-family: arial;
      font-size: medium;
      border: 1px black solid;
      text-align:center;
      padding:5px;
      background:#FBFBFC;
      }
      
/* Set up the A tag colours */
A:link  { COLOR: darkred }
A:visited  { COLOR: darkred }
A:hover { COLOR: darkblue }
A { text-decoration: none;}


/* A rigid frame, to hold everything in place */
#frame {
    width:738px;
    margin-right:auto;
    margin-left:auto;
    margin-top:10px;
    padding:0px;
    text-align:left;
    background-color: F3F2FF;
    border-left: 1px solid black;
    border-right: 1px solid black;
    }

/* header contents box */
#contentheader {
    width:740px;
    padding: 0px 0px 20px 0px;
    float:left;
  /*  background:#eee; */
    }
    
/* center contents box */
#contentcenter {
    width:541px;
    padding: 0px 10px 0px 10px;
    float:left;
    text-align:left;
    border-left:1px solid black;
    }

/* right contents box */
#contentright {
    width:155px;
    padding: 0px 10px 0px 10px;
    float:left;

    }
    
/* 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;
    }
    
.normalText {
    font-family: arial;
    font-size: x-small;
    }
    
.MediumText {
    font-family: arial;
    font-size: 12;
    }
    

/* Menu bar code */


/* Create a menubox style, a rigid box to hold menu items
   down the side of the screen. */
#menubox {
    width:143px;
    background:#fff;
    border:1px solid black;
    text-align: left;
    margin-right:auto; /* Make box in the middle */
    margin-left:auto;
    padding: 3px 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;
    }

