/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*            ====== onebutton ======            */
/*                                               */
/* Current colors                                */
/*    Background color yellow      - #FBF6B2     */
/*    Font color black (not hover)   #000000     */
/*                                               */
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.onebutton a
{
  display:block;
  width:100%;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, "Trebuchet MS",
"MS Sans Serif";
  font-size:11px;
  font-height:140%;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
  border-left-style:solid;
  border-right-style:solid;
  border-width:thin;
  text-decoration:none;
  color:#000000;
  border-color:#000000;
  background-color:#FBF6B2;
}


/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*            ======   hover   ======            */
/*                                               */
/*    Font color white               #FFFFFF     */
/*    Background color black         #000000     */
/*                                               */
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.onebutton a:link {color:#000000;
    text-decoration:none;}
.onebutton a:visited {color:#000000;
    text-decoration:none;}
.onebutton a:hover {color:#FFFFFF;background-color:#000000;
    text-decoration:none;}

/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*            ====== buttonoff ======            */
/*                                               */
/*    Font color black               #000000     */
/*    Background color blue          #AFC4F1     */
/*                                               */
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
.buttonoff {
  display:block;
  width:100%;
  text-align:center;
  font-family:Verdana, Arial, Helvetica, "Trebuchet MS", "MS Sans Serif";
  font-size:11px;
  font-height:140%;
  font-weight:bold;
  margin-left:auto;
  margin-right:auto;
  border-width:thin;
  border-right-style:solid;
  border-left-style:solid;
  border-color:#000000;
  background-color:#AFC4F1;
  color:#000000;}

/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*  Now for links not in the nav column          */
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

#active b:link, #active b:visited, #active b:hover
{
background-color:#FBF6B2;
}

b:link
{
color: #0000FF;
}
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*  Links outside nav column are "std" blue      */
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

b:visited
{
color:#991A00;
}
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*   #FBF6B2 is yellow                          */
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

b:hover, a:hover 
{
color:#000000;
background-color:#FBF6B2;
} 
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
/*   #FBF6B2 is background upon hover.           */
/*   #000000 is text color upon hover.           */
/*                                               */
/*                                               */
/*   NOTE: #A8B177 is body background color      */
/*  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
 