/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

body { color: rgb(0, 0, 0); background-color: rgb(255, 255, 204); }

  a.menulink { border: 0px solid rgb(255, 255, 255);
    display: block;
    text-align: left;
    text-decoration: none;
    width: 120px;
    font-family: arial;
    font-size: 12px;
    color: rgb(0, 0, 0);
    }

  a.menulink:hover { background-color: rgb(255, 153, 51);
    }

  a.link { border: 0px solid rgb(255, 153, 51);
    text-align: left;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: rgb(0, 102, 0);
    }

  a.link:hover { text-decoration: underline;
    color: rgb(0, 102, 0);
    font-weight: bold;
    }

  a.looselink { border: 0px solid rgb(255, 153, 51);
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    color: rgb(0, 102, 0);
    }

  a.looselink:hover { text-decoration: underline;
    color: rgb(0, 102, 0);
    font-weight: bold;
    }


  h1{
    font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
    font-weight: bold;
    }

  h2{
    font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
    font-weight: bold;
    }

  h3{
    font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
    font-weight: bold;
    }

  h4{
    font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
    font-weight: bold;
    }

  h5{
    font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
    font-weight: bold;
    }

div.float {
  float: left;
  width: 200px;
  height: 400px;
  padding: 10px;
  }
  
div.float p {
   text-align: center;
   }

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #ffff66;
	color: #333;
	}
	
		#button ul {
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
			}
			
		#button li {
			border-bottom: 1px solid #ffff66;
			margin: 0;
			}
	
		#button li a {
			display: block;
			padding: 5px 5px 5px 0.5em;
			border-left: 10px solid #ff6600;
			border-right: 10px solid #ffcc33;
			background-color: #ff9900;
			color: #fff;
			text-decoration: none;
			width: 100%;
			}
	
		#button li a {
			width: auto;
			}
	
		#button li a:hover {
			border-left: 10px solid #ff9933;
			border-right: 10px solid #ffff33;
			background-color: #ffff99;
			color: #003300;
			}
