

.centertext {
    text-align : center;
  }

/*Defines the Table properties of the Main table*/















































table#maintable {
    background-color : #7371e7;
    max-width : 1024px;
    min-width : 800px;
    table-layout : fixed;
    text-align : left;
    width : 90%;
  }


table.submain {
    background-color : #eae9de;
    text-align : center;
  }


td#mainleft {
    width : 150px;
  }


td#mainright {
    width : 150px;
  }


td#mainmiddle {
    min-width : 500px;
    text-align : center;
  }

/*Define the menu buttons style*/















































.menubuttonul {
    float : inherit;
    list-style-type : none;
    width : 100%pc;
  }


.menubuttonli {
    display: inline;
  }


.menubuttona {
    background-color : #2e6d25;
    border-right-color : white;
    border-right-style : solid;
    border-right-width : 1px;
    color : white;
    float : left;
    padding-bottom : 0.2em;
    padding-left : 0.6em;
    padding-right : 0.6em;
    padding-top : 0.2em;
    text-decoration : none;
    width : 6em;
  }


A.menubuttona:hover {
    background-color : #9ec867;
  }


FONT.MAINHEAD {
    font-family : 'Domestic Manners', monospace;
    font-size : xx-large;
    font-weight : 300;
  }


#footertext {
    font-family : cursive;
    font-size : 10px;
  }


.mainpara {
    font-family : 'sans-serif';
    font-size : 16px;
    margin-bottom : 15px;
    margin-left : 2px;
    margin-right : 2px;
    margin-top : 0px;
  }


.subpara {
    font-family : cursive, 'sans-serif';
    font-size : 13px;
  }


FONT.paraheading {
    color : maroon;
    font-family : Delphine, serif;
    font-size : 18px;
    font-weight : bold;
  }


img.news {
    max-width : 150px;
  }


font.hotspothead {
    color : #691538;
    font : menu;
    font-family : 'URW Chancery L', cursive;
    font-size : 17px;
    font-style : italic;
    font-weight : bold;
  }


font.hotspotbody {
    font-family : monospace, fantasy;
    font-size : 12px;
  }


.parafooter {
    color : #6ccce2;
    font-family : cursive;
    font-size : 10px;
    font-style : italic;
  }


P {
    font-size : 12px;
  }


li.para {
    font-size : 12px;
  }


FONT.code {
    color : #7d031c;
    font-family : 'Nimbus Mono L';
    font-size : 14px;
  }

