  body {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: black;
    color: white;
    font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
    font-size: 100%;
  }
  
  #introductionMessage {
    width: 980px;
    margin: 0px auto;
  }
    
  #topNav {
    padding: 5px;
    border-bottom: 1px solid rgb(111, 101, 101);
  }
    
  #stateLinks {
    float:left;
    padding:5px;
    text-align:left;
  }
    
  #capitalLinks {
    float:right;
    padding:5px;
    text-align:right;
  }

  #countryLinks {
    float:right;
    padding:5px;
    text-align:right;
  }
    
  #regionLinks {
    float:left;
    padding:5px;
    text-align:left;
  }
  
  #bschWrapper {
    margin: 0px auto;
    padding-top: 3px;
    width: 980px;
    background-color: white;
    border: 1px solid white;
  }
  
  #mainPageWrapper {
    margin: 0px auto 0px auto;
    background-color: white;  
  }
  
  #leftColum {
    float: left;
    margin-right: 2px;
    width: 220px;
    background-color: white;
  }

  #completeChartsArrow {
    width: 15px;
    height: 15px;
    padding: 0px 5px 0px 5px;
  }
    
  #loopLink {
    display: block;
    box-sizing: border-box;
    margin-top:3px;
    margin-bottom:3px;
    background-color:red;
    font-size: 80%;
    text-align:center;
    color:white;
    font-weight: bold;
    width: 100%;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:3px;  
  }

  #rightColum {
    position: relative;
    float: right;
    width: 750px;
    background-color: white;
  }    
  
  #quicklinkTable {
    width: 100%;
    border: 1px solid black;
    cellspacing: 0px;
    border-collapse: collapse;
  } 

  #chartImage {
    /* No padding on this element to ensure cyclone positioning is accurate */
    z-index: 0;
    border: 0px;  
  }    
    
  #slider_title {
    color: black;
    font-weight: bold;
  }
  
  #slider_target {
    margin: 0px 20px 0px 10px;
    background-color:white;  
  }
    
  #legendTable
    {
    width: 100%;
    color: black;
    }
    
  #legendTable td
    {
    text-align: center;
    }

  #latLonHover
    {
    position: absolute;
    display: none;
    top: 10px;
    left: 10px;  
    width: 125px;
    line-height: 15px;
    padding: 5px;
    background:transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);
    background-color: rgba(0,0,0, 0.6);
    border: 1px solid gray;
    color: white;
    font-size: 70%;
    }  

  #footerMessage {
    margin: 30px auto 20px auto;
    text-align: justify;
  }
  
  #pageLoadTime {
    margin: 30px auto 20px auto;
    text-align: center;
    font-size: 70%;
  }
    
  a:link, a:visited, a:active {
    text-decoration: none;
    font-weight: bold;
    color: #4294FF;
  }
  
  a:hover {
    text-decoration: none;
    font-weight: bold;
    color: red;
  }
  
  .pageCenter {
    width: 980px;
    margin: 0px auto;
  }
    
  .adminMessages {
    margin: 2px auto 2px auto;
    width: 980px;
    height: 20px;
    background-color: red;
    color: white;
    text-align: center;
    border: 1px solid black;
  }
  
  .heading {
    color: rgb(0, 197, 247);
    font-weight: bold;
    margin-right: 5px;
  }
  
  .navTable {
    background-color: #353535;
    border: 1px solid rgb(111, 101, 101);
    color: rgb(214, 214, 214);
    font-size:83%;
    margin: 0px auto;
  }
  
  .navTableText {
    color: white;
  }
  
  .modelBarWrapper {
    padding:5px;
    padding-top:10px;
    padding-bottom:10px;
    color: black;  
  }
  
  .modelBar {
    margin: 3px auto 2px auto;
    background-color: white;
    border: 1px solid white;
  }

  .modelBarModel {
    float: left;
  }
    
  .modelBarRun {
    float:right;
    width:500px;
    text-align:right;
  }

  .modelOps {
    font-weight:bold;
    font-size: 90%;
    color:red;
    cursor: pointer;
  }

  .modelOps div {
    cursor: text;
    padding-right:12px;
    padding-top:5px;
    padding-bottom:5px;
    border-radius: 10px;
    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
            transition: all 0.2s ease;
  }
    
  .modelOps div:hover {
    background-color: #ffff00;
    border-radius: 20px;
    box-shadow: 1px 1px 1px black;
  }
  
  .menuArrow {
    width: 15px;
    height: 15px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
  }
    
  .chartsList {
    cursor: pointer;
    border:1px solid black;
    background-color:#ededee;
    font-size:80%;
    font-weight:bold;
    text-align:center;
    letter-spacing:1px;
    line-height: 23px;
    color: black;
  }

  .chartTimesDay {
    box-sizing: border-box;
    padding: 5px 0px 5px 5px;
    width: 100%;
    background-color: blue;
    color: white;
    font-weight: bold;
    font-size: 90%;
    text-align: left;
  }
  
  .chartTimesHour {
    border:1px solid black;
    text-align: center;
    padding:2px;
    font-size:80%;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
    
  .chartTimesHour:hover {
    background-color: yellow;
    border-radius: 10px;
  }  
    
  .chartTimesHourBlank {
    border:1px solid black;
    text-align: center;
    padding:2px;
    font-size:80%;
    color: grey;
    border-radius: 3px;
  }
    
  .chartTimesHourSelected {
    background-color:red;
    border:1px solid black;
    text-align: center;
    padding:2px;
    font-size:80%;
    border-radius: 3px;
  }
    
  .chartTimesHourSelected a {
    color:white;
  }  

  .forecastInitData {
    width:500px;
    text-align:right;  
  }
  
  .cycloneLinks {
    margin: 15px 5px 5px 5px;
    padding: 5px 0px 5px 0px;
    background: transparent;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#27618DFF,endColorstr=#27618DFF);
    background-color: rgba(97, 141, 255, 0.27);
    color: black;
    font-size: 80%;
    text-align: center;
    border-radius: 5px;
  }

  .directURL {
    margin: 15px 0px 5px 0px;
    font-size: 80%;
    text-align: center;
  }

  .extraText {
    margin: 15px 0px 5px 0px;
    font-size: 80%;
    text-align: center;
  }

  .chartQuicklinks {
    position: relative;
    width: 100%;
    background-color: white;
    margin-bottom: 3px;
  }
  
  .quickLink {
    text-align: center;
    padding:3px;
    padding-right:6px;
    padding-left:6px;
    border: 1px solid black;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-size:80%;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
            transition: all 0.4s ease;
  }
    
  .quickLinkSelected {
    background-color:red;
    padding:3px;
    padding-right:6px;
    padding-left:6px;
    border:1px solid black;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-size:80%;
  }
    
  .quickLinkSelected a {
    color:white;
  }
  
  .quickLink:hover {
    background-color:yellow;
  }
  
  .quickLinkHeading {
    text-align: center;
    background-color:blue;
    color: white;
    padding:3px;
    padding-right:9px;
    padding-left:9px;
    border:1px solid black;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    font-size:90%;
    font-weight: bold;
  }
  
  .kickstarterMessage {
    margin: 1px 0px 2px 0px;
    width: 100%;
    background-color: rgb(255, 174, 0);
    color: black;
    font-size: 80%;
    letter-spacing: 1px;
    text-align: justify;
  }
  
  .kickstarterMessageInner {
    padding: 8px 8px 8px 8px;
  } 

A.kickLink:LINK, A.kickLink:VISITED, A.kickLink:ACTIVE
  {
  text-decoration: none;
  font-weight: bold;
  color: rgb(87, 250, 250);
  }
  
  .swapMessage {
    margin: 1px 0px 2px 0px;
    width: 100%;
    background-color: red;
    color: white;
    font-size: 90%;
    letter-spacing: 1px;
    text-align: center;
  }
  
  .swapMessageInner {
    padding: 5px 0px 5px 0px;
  } 

  .cyclonePlot {
    z-index: 5;  
  }

  .loop_controls {
    border:solid 1px #000000;
    color:#0360D8;
    font-size: 13px;
    padding:0px;
  }

  .megamenu {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    background: #FFFFFF;
    color: black;
    border: 1px solid #000000;
    border-width: 1px 1px;
    padding: 2px;
    z-index: 100;
  }
  
  .megamenu .column {
    float: left;
    vertical-align: top;
    border: 1px solid #000000;
    width: ; /*width of each menu column*/
    margin-right: 5px;
  }
  
  .megamenu .column ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 75%;
  }
  
  .megamenu .column ul li {
    padding: 2px;
    padding-left: 5px;
    color: #000000;
  }
  
  .megamenu .column h3 {
    background: #0317AF;
    font: bold 13px Arial;
    margin: 0 0 5px 0;
    padding:5px;
    color:white;
  }
  
  .megamenu .column ul li a {
    text-decoration: none;
  }
  
  .megamenu .column ul li a:hover {
    color: red;
  }
