<style type="text/css">
.block
{
   background-color: #ffffff;
   width: 150px;
   text-align: center;
}

.buttonPurple
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 4px;
   margin-top: 0px;
}
.buttonPurple a
{
   padding: 5px;
   width: 70%;
   text-decoration: none;
   display: block;
   background-color: "#CC99FF";
   color: #ffffff;
   border-top: #00cc66 solid 2px;
   border-left: #00cc66 solid 2px;
   border-bottom: #006666 solid 2px;
   border-right: #006666 solid 2px;
}
.buttonPurple a:hover
{
   background-color: #009900;
   color: ffffcc; 
   border-top: #006666 solid 2px;
   border-left: #006666 solid 2px;
   border-bottom: #00cc66 solid 2px;
   border-right: #00cc66 solid 2px;
}

.buttonGreen
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}
.buttonGreen a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   
   background-color: #ffffcc;

   color:black;
   border-top: 0px solid #00cc66;
   border-left: 0px solid #00cc66;
   border-bottom: 0px solid #006666;
   border-right: 0px solid #006666;
}
.buttonGreen a:hover
{
  
   background-color: "#CCFFCC";
   color: black;
   border-top: 0px solid #006666;
   border-left: 0px solid #006666;
   border-bottom: 0px solid #00cc66;
   border-right: 0px solid #00cc66;
}

.buttonCis
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 4px;
   margin-top: 0px;
}
.buttonCis a
{
   padding: 5px;
   width: 70%;
   text-decoration: none;
   display: block;
   background-color: #9933ff;
   color: #ffffff;
   border-top: #00cc66 solid 2px;
   border-left: #00cc66 solid 2px;
   border-bottom: #006666 solid 2px;
   border-right: #006666 solid 2px;
}
.buttonCis a:hover
{
   background-color: #ff33ff;
   color: ffffcc; 
   border-top: #006666 solid 2px;
   border-left: #006666 solid 2px;
   border-bottom: #00cc66 solid 2px;
   border-right: #00cc66 solid 2px;
}

.buttonHomework
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 4px;
   margin-top: 0px;
}
.buttonHomework a
{
   padding: 5px;
   width: 70%;
   text-decoration: none;
   display: block;
   background-color: #ff33ff;
   color: #ffffff;
   border-top: #00cc66 solid 2px;
   border-left: #00cc66 solid 2px;
   border-bottom: #006666 solid 2px;
   border-right: #006666 solid 2px;
}
.buttonHomework a:hover
{
   background-color: #9933ff;
   color: ffffcc; 
   border-top: #006666 solid 2px;
   border-left: #006666 solid 2px;
   border-bottom: #00cc66 solid 2px;
   border-right: #00cc66 solid 2px;
}

.green{
   padding: 5px;
   width: 100%;
   text-decoration: none;
   display: block;
   background-image: url('../Images/McKayTartan.gif'); 
   color: ffffcc;
   border-top: 2px solid #00cc66;
   border-left: 2px solid #00cc66;
   border-bottom: 2px solid #006666;
   border-right: 2px solid #006666;
  }
  
.buttonHome{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
  }
.buttonHome a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   background-image: url('../Images/McKayTartan.gif'); 
   color: ffffcc;
   border-top: 0px solid #00cc66;
   border-left: 0px solid #00cc66;
   border-bottom: 0px solid #006666;
   border-right: 0px solid #006666;
}
.buttonHome a:hover
{
  background-image: url('../Images/McKayTartanWashout.gif');

   color:  black;
   border-top: 0px solid #006666;
   border-left: 0px solid #006666;
   border-bottom: 0px solid #00cc66;
   border-right:0px solid #00cc66;
}

.buttonRed
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}
.buttonRed a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   background-color: #ffffcc;
   color:black;
   border-top: 0px solid #00cc66;
   border-left: 0px solid #00cc66;
   border-bottom: 0px solid #006666;
   border-right: 0px solid #006666;
}
.buttonRed a:hover
{
   background-color: #ff3333;
   color: ffffcc;
   border-top: 0px solid #006666;
   border-left: 0px solid #006666;
   border-bottom: 0px solid #00cc66;
   border-right: 0px solid #00cc66;
}

.buttonOrange
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}
.buttonOrange a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   background-color: #ffffcc;
   color:black;
   border-top: 0px solid #00cc66;
   border-left: 0px solid #00cc66;
   border-bottom: 0px solid #006666;
   border-right: 0px solid #006666;
}
.buttonOrange a:hover
{
   background-color: #ff9900;
   color: ffffcc;
   border-top: 0px solid #006666;
   border-left: 0px solid #006666;
   border-bottom: 0px solid #00cc66;
   border-right: 0px solid #00cc66;
}

.buttonNisqually
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}
.buttonNisqually a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   
   background-color: #ffffcc;

   color:black;
   border-top: 0px solid #00cc66;
   border-left: 0px solid #00cc66;
   border-bottom: 0px solid #006666;
   border-right: 0px solid #006666;
}
 .buttonNisqually a:hover
{
   background-color: "#CC99FF";
   color: black;
   border-top: 0px solid #006666;
   border-left: 0px solid #006666;
   border-bottom: 0px solid #00cc66;
   border-right: 0px solid #00cc66;
}
.buttonTartan
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}
 .buttonTartan a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   
   background-color: #ffffcc;

   color:black;
   border-top: 0px solid #00cc66;
   border-left: 0px solid #00cc66;
   border-bottom: 0px solid #006666;
   border-right: 0px solid #006666;
}
 .buttonTartan a:hover 
{
    background-image: url('../Images/McKayTartanWashout.gif'); 
   color: black;
   border-top: 0px solid #006666;
   border-left: 0px solid #006666;
   border-bottom: 0px solid #00cc66;
   border-right: 0px solid #00cc66;
}
.buttonImage
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}

.buttonImage a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   
   background-color: #ffffcc;

   color:black;
   border-top: 0px solid #00cc66;
   border-left: 0px solid #00cc66;
   border-bottom: 0px solid #006666;
   border-right: 0px solid #006666;
}
.buttonImage a:hover
{
    background-color: #ff99ff;
   color: Black;
   border-top: 0px solid #006666;
   border-left: 0px solid #006666;
   border-bottom: 0px solid #00cc66;
   border-right: 0px solid #00cc66;
}
.redButton
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}

.redButton a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   
   background-color: white;

   color:black;
   border-top: 2px solid red;
   border-left: 2px solid red;
   border-bottom: 2px solid red;
   border-right: 2px solid red;
}
.redButton a:hover
{
    background-color: red;
   color: white;
   border-top: 2px solid red;
   border-left: 2px solid red;
   border-bottom: 2px solid red;
   border-right: 2px solid red;
}
.blueButton
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}

.blueButton a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   
   background-color: #0099CC;

   color:blue;
   border-top: 2px solid lightblue;
   border-left: 2px solid lightblue;
   border-bottom: 2px solid blue;
   border-right: 2px solid blue;
}
.blueButton a:hover
{
    background-color: white;
   color: Black;
   border-top: 2px solid blue;
   border-left: 2px solid blue;
   border-bottom: 2px solid lightblue;
   border-right: 2px solid lightblue;
}
.yorkButton
{
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   margin-bottom: 6px;
   margin-top: 6px;
}

.yorkButton a
{
   padding: 5px;
   width: 75%;
   text-decoration: none;
   display: block;
   
   background-color: #cc0066;

   color:white;
   border-top: 2px solid cc0066;
   border-left: 2px solid cc0066;
   border-bottom: 2px cc0066;
   border-right: 2px cc0066;
}
.yorkButton a:hover
{
    background-color: white;
   color: Black;
   border-top: 2px solid cc0066;
   border-left: 2px solid cc0066;
   border-bottom: 2px solid cc0066;
   border-right: 2px solid cc0066;
}

</style>
