/*This stylesheet is based one a product of MaKo - Orion HiTek, Inc. email: shark@mako4css.com */
/*It can be found at http://www.mako4css.com/ */
   
.BigContent {/*used when there is no Navigation and UnderNavFill at left, so everything under the function bar is content*/
    background: #FFFFFF;
    color: #000000;
    font-family: sans-serif;
    font-size: 0.9em;
    height: auto;
    margin-left: 2%;/*to position the text away from the very edge of the screen*/
    margin-top: 10%;/*to position the text display below the function boxes*/
    } 

.Body {
    background: #FFFFFF;
    }
   
.IndexPageContent {/*used for the index/search page*/
    background: #FFFFFF;
    color: #000000;
    font-family: sans-serif;
    font-size: 0.9em;
    height: auto;
    margin-left: 5%;/*to position the text away from the very edge of the screen*/
    margin-top: 12%;/*to position the text display below the function boxes*/
    } 
       
.UnderTopFill {
    background: #CCCCFF;
    border-bottom: thin solid #000066;
    height: 10%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;/*ensures the background colour extends to right edge of window*/
    }

.TopBox1, .TopBox2, .TopBox3, .TopBox4 {/*these are all fixed boxes for the function links across the top*/
    background: #CCCCFF;
    color: #000066;
    font-family: sans-serif;
    font-size: 1em;
    font-weight: normal;
    height: 10%;
    position: fixed;
    top: 0;
    text-align: center
    }
      
.TopBox1 {/*constant position in top left corner*/
    left: 0;
    width: 25%
    }
      
.TopBox2 {/*to the right of TopBox1*/
    left: 25%;
    width: 25%
    }
      
.TopBox3 {/*to the right of TopBox2*/
    left: 50%;
    width: 25%
    }
      
.TopBox4 {/*to the right of TopBox3*/
    left: 75%;
    width: 25%
    }

/* function links in the top row of boxes */       
.fun:link { color: #000066; text-decoration: none; font-weight: normal }       
.fun:hover { color: #808080; text-decoration: none; font-weight: normal }
.fun:visited { color: #2F4F4F; text-decoration: none; font-weight: normal }

.bigger {
   font-size: 120%;
   }

.current {
   color: #993366;
   }

.orange {
   color: #CC6600;
   vertical-align: super;
   }

.query {
   background-color: yellow;
  }

.siteTitle {
   color: #000066;
   font-family: sans-serif;
   font-size: 1.5em;
   font-weight: normal;
   text-align: center;
  }

.th {
   text-align: top;
  }
