/* style sheet test */


/* basic elements */
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0000FF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0000;
	}

img     {
        border: none;
        }

.left
  {
       border: none;
       border-left: thin solid black;
       border-right: thin solid black;
   background: #AAFFFF; 
        width: 12%;
        float: left;
  }

.right
  {
       border: none;
        width: 87%;
        float: left;
  }

.logo
  {
  border: none;
  border-bottom: thin solid black;
   width: 100%;
   float: left;
     top: 0;
    left: 0;
  }

.banner
  {
       border: none;
   background: #AAFFFF; 
        width: 100%;
      padding: 0;
        float: left;
          top: 0;
    font-size: xx-large;
  font-weight: bolder;
   text-align: center;
  }

.menuitem
  {
      border: none;
  border-bottom: thin solid black;
       width: 100%;
  text-align: center;  
  }

.menu
  {
   border: none;
    width: 100%;
   height:  75%;
    float: left;
     left: 0;
 overflow: hidden;
     clip: auto;
  }

.feature
  {
       border: none;
        width: 94%;
       height: 90%;
      padding: 3%;
        float: left;
     overflow: scroll;
         clip: auto;
  }
