  body {width: 1000px}
  .background{background-color: #E8E8E8}
  .class {font-size: 18pt}
  .center {text-align: center}
  .middle {vertical-align: middle}
  .right { text-align: right}
  .small {font-size: small; color: blue}
  .blue {color: #0000FF}
  .red {color: #FF0000}
  .yellow {background-color: yellow}
  .bold {font-weight: bolder; }

  .tableCenter{border-collapse: collapse;
            border: 5px solid gray;
            margin-left: auto;
            margin-right: auto; }
  .tableCenterWOBorder { margin-left: auto;
            margin-right: auto; }
  .tableLeft{border-collapse: collapse;
            border: 5px solid gray }
  .formColor {background-color: #FF0000}
  .fullWidth {width: 100%}
  .halfWidth {width: 50%}
  .width200 {width: 200px}
  .width600 {width: 600px}
  .width700centered {width: 700px; 
            margin-left: auto;
            margin-right: auto; }
  .data {border: 5px solid black;
           padding: 5px}
  .sidebar  {width: 160px;
                 background-color: #FFEEEE;
                 margin: 5px;
                 padding: 2px;
                 float: left;
                 border-width: 2px;
                 border-style: solid;
                 border-color: red}
  .padding {width: 20px;
                 float: left;}
  .left {float: left}
  .right160 {width: 160px;
            float: right;}
  .hmenu{
            background-color: #660000;
            font-weight: bolder;
            text-align: center;
            height: 40px;
}
  .linkheader {text-align: center;
            background-color: #EEEE00;
}
  .border5 {border: 5px solid black}
  .border1 {border: 1px solid black }
/* slide show styles */
  .caption {width: 325px;
} 
  .top {vertical-align: text-top}
  #SlideShowImages {
      background-color: lightGray;
}
  #SlideShowImages img {
      border: 12px solid;
      border-color: Sienna;
      padding: 3px;
}
   .floatRight { 
      float:  right;
      padding: 10px;
}
   .floatLeft { 
      float:  left;
      padding: 10px;
}

.Button {
	-moz-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cae3fc;
	box-shadow:inset 0px 1px 0px 0px #cae3fc;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #4197ee) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
	background-color:#79bbff;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0px;
	border:1px solid #469df5;
	display:inline-block;
	color:#ffffff;
	font-family:Courier New;
	font-size:19px;
	font-weight:bold;
	font-style:normal;
height:23px;
	line-height:23px;
width:245px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #287ace;
}.Button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4197ee), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #4197ee 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4197ee', endColorstr='#79bbff');
	background-color:#4197ee;
}.Button:active {
	position:relative;
	top:1px;