body { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000; 
}

#contents {
  text-align:center;
  height: 80%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

h2 {
  color:#E59C00; 
}

.TOPTEXT {
  color:#E59C00; 
}

h3 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #4CC5B9;
}

a {
  text-decoration: none;
  color:#B00000;
}

a:hover {
  color:#E59C00; 
}

LI {
  list-style: none;
}

img {
    border-style:none;
}
  
TD {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

INPUT, SELECT {
  background-color: #E9B957;
}

INPUT:focus, SELECT:focus {
  background-color: #FCEDCC;
}

.aspError { 
  position:relative;
  display:block;
  color: red;
  z-index: 20;
  margin: 1px;
  font-size: 9px;
  clear: both;
} 

.errorBox { 
  position: relative;
}

A.leftButton { 
  font-size: 13px;
  letter-spacing: -1px;
  margin-left: 3px;
  display: block;
  font-weight: 700;
  color:#B00000;
}

.topBanner { 
  background-color: #E9B957;
}

.menu { 
  background-color: #F9EAC9;
  text-align:center;
  margin-left: auto;
  margin-right:auto;
}

#pageTitle { 
  width:185px; 
  height:81px;
  background-color:#F9EAC9; 
}
#pageTitleBottomBorder { 
  border-bottom:1px  solid #FFFFFF;
  height:70px;
}
#pageTitleInnerBorder { 
  height:72px;
  border:#E59C00 solid 1px;
}

#pageTitleText { 
  background-color:#FFFFFF;
  padding:14px;
  font-size: 20px; 
  line-height: 18px;
  height: 40px;
  vertical-align: bottom;
  display: block;
  color:#E59C00; 
}

.siteBackground {
  background-color:#E59C00;
}

/** VMS Styles needed here (not needed in champion-site */

#dataTable, #reportTable  {
  background-color: #FCEDCC;
}
#queryTable { 
  background-color: #F9EAC9;
}
#loginInputTable,#inputTable, #hatsPupupTable { 
  background-color: #F9EAC9; 
}

.submitstyle {
  background-color: #E59C00;
  border: outset 1px #3366CC; 
}
.submitstyle:hover  {
  background-color: #FCEDCC;
}
.submitstyle:focus  {
  background-color: #FCEDCC;
  BORDER: inset 1px #FFC0CB;
}



