body {
  width:1000px;
  margin-top:0px;
  margin-left:auto;
  margin-right:auto;
  padding:0px;
  background:#c5E5F5;
}

div.nwsHead {
  height:60px;
  background-color:#ffffff;
  margin-bottom:1px;
  box-shadow:0px 7px 5px -3px #cccccc;
}
div.nwsHeadMid {
  width:680px;
  margin-top:5px;
  margin-left:9px;
  font-size:85%;
  font-family:Arial,san-serif;
  float:left;
  display:block;
}
a.nwsHeadNoaa { color:#003399; }
a.nwsHeadNoaa:visited { color:#003399; }
a.nwsHeadNoaa:hover { color:#ffad40; text-decoration: underline; }
a.nwsHeadTitle { color:#000000; font-size:180%; }
a.nwsHeadTitle:link { color:#000000; }
a.nwsHeadTitle:visited { color:#000000; }
a.nwsHeadTitle:hover { color: #FF0000; text-decoration: underline; }

img.nwsHeadLf {
  float:left;
  height:60px;
  display:block;
}
img.nwsHeadRt {
  float:right;
  height:60px;
  display:block;
}

div.exLink {
  padding:2px 2px 0px 2px;
  background-color:#ffffff;
  margin-bottom:2px;
  box-shadow:0px 7px 5px -3px #cccccc;
}
td.exLink {
  font-family: Arial, Helvetica, San Serif;
  font-weight:bold;
  font-size:15px;
}
a.exLink { color:#003399; }
a.exLink:link { color:#003399; }
a.exLink:visited { color:#003399; }
a.exLink:hover { color: #FF0000; text-decoration: underline; }

div.topSpacer {
/*  height:1px;*/
/*  background-color:#033e6b;*/
  width:1000px;
  height:2px;
  margin-top:0px;
  background:url(head_shadow.png) center;
}

a:link { color: #0000FF; text-decoration: none; }

button.ssB1 {
  appearance: none;
  background-color: #ff0000;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  padding: 3px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
button.ssB1:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}
button.ssB1:hover {
  background-color: #ce444f;
}
button.ssB1:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}
button.ssB1:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}
button.ssB1:active {
  background-color: #298e46;
  box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

button.bgGreen { background-color: #2ea44f; }
button.bgBlue { background-color: #2e44af; }
button.bgNull { background-color: #1fdfff; color: #000000; }
button.bgPurple { background-color: #ae44af; }

div.footer {
  background-color:#FFFFFF;
  width:100%;
  height:auto;
  padding:3px 0px 10px 0px;
  visibility:visible;
  overflow:hidden;
}
.footer a:link { color: #1763ab; }
.footer a:visited { color: #921ab2; }
div.footSpacer {
  width:1000px;
  height:10px;
  margin-top:0px;
  background:url(head_shadow.png) center;
}
div.footInfo {
  width:100%;
  overflow:visible;
  line-height:16px;
  padding-top:0px;
  padding-right:50px;
  font:8pt 'Helvetica Neue', Arial, Helvetica, Geneva, sans-serif;
}
div.footCol {
  float:left;
  position:relative;
}
