/* 
*
* #57BC90 marine (pale green) 
* #77C9D4 feather (turquoise blue)
* #A5A5AF sleek gray
* #015249 forest (dark green)
*/
.shaded {margin:10px;background-color:#A5A5Af;}
.h2custom {text-align:center;font-size:200%;color:#015249;}
.h3custom {text-align:center;font-size:150%;color:#015249;}
.straptext {text-align:center;color:#015249;}


body  {margin 5px;}

#logoimg {align:center; height:121; width:338; }
#pcenter {text-align:center;}

.menutable {width:100%;border-style:groove;border-color:#015249;border-radius:10px;background-color:#FFFFCC;}
.yearsmenu {width:90%;margin-left:5%;margin-right:5%;border-style:groove;border-color:#015249;border-radius:10px;background-color:#A5A5AF;}
#grad {
  background: #77C9D4; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left,  #57BC90, #77C9D4); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #57BC90, #77C9D4); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #57BC90, #77C9D4); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #57BC90, #77C9D4); /* Standard syntax */
  }
.welcomepanel{vertical-align:top;align:justify;background-color:#57BC90;border-style:groove;bordercolor:#015249;border-radius:10px;width:25%; margin:2px;	}
.shadedpanel {vertical-align:top;align:justify;background-color:#A5A5AF;border-style:groove;bordercolor:#015249;border-radius:10px;width:25%; margin:2px;	}
.matchreportback {text-align:center;border-style:groove;border-color:#015249;border-radius:10px;background-color:#FFFFCC}

