body {
  font: 105%/1.4 'Arial', sans-serif;
  text-align: left;
  line-height: 157%;
  color: #666666;
  font-size: 13px;
  letter-spacing: 0px;
  background-color: #404040;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #404040));
  background-image: -webkit-linear-gradient(top, #ffffff 60%, 404040 100%);
  background-image: -moz-linear-gradient(top, #ffffff 60%, 404040 100%);
  background-image: -o-linear-gradient(top, #ffffff 60%, 404040 100%);
  background-image: linear-gradient(to bottom, #ffffff 60%, 404040 100%);
  background-repeat: no-repeat;
}
.main_wrapper {
  clear: both;
  width: auto;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #404040));
  background-image: -webkit-linear-gradient(top, #ffffff 60%, 404040 100%);
  background-image: -moz-linear-gradient(top, #ffffff 60%, 404040 100%);
  background-image: -o-linear-gradient(top, #ffffff 60%, 404040 100%);
  background-image: linear-gradient(to bottom, #ffffff 60%, 404040 100%);
  background-repeat: no-repeat;
}
.row_1 {
  clear: both;
  width: auto;
  background-color: white;
}
.row_2 {
  clear: both;
  width: auto;
  background-color: white;
}
.row2_Right {
  width: 100%;
  float: left;
} 
.row_3 {
  clear: both;
  width: auto;
}
body h1 {
  font-family: 'Arial', sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  line-height: 1.2em;
  color: #808080;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  font-variant: small-caps;
  text-align: center;
  text-shadow: rgba(128,128,255,.9) 1px 1px 1px;
  transition-property: text-shadow, font-size;
  transition-duration: 1s;
  transition-timing-function: linear;
  transition-delay: .1s;
  /* Firefox 4 */
  -moz-transition-property: text-shadow, font-size;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: linear;
  -moz-transition-delay: .1s;
  /* Safari and Chrome */
  -webkit-transition-property: text-shadow, font-size;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: linear;
  -webkit-transition-delay: .1s;
}
body h1:hover {
  font-size: 1.6em;
  text-shadow: rgba(64,64,255,.9) 1px 3px 3px;
}
body h2, h3, h4, h5 {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding-top: 0;
  padding-bottom: 5px;
  font-weight: normal;
  text-align: center;
  color: #000040;
}

body h2 {
  font-size: 1.7em;
  line-height: 1.2em;
}

body h3 {
  font-size: 1.3em;
  line-height: 1.1em;
}
body p, li, td {
  font-size: .95em;
  line-height: 1.05em;
  color: #000040;
  text-align: left;
  margin: 0;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
}
body a {
  color: #0000FF;
  font-size: .9em;
  line-height: 1.0em;
}
body a:active, body a:hover {
  color: #0080ff;
}
body a:visited {
  color: #0000FF;
}
.copyright {
  margin: 0;
  cursor: default;
  width: 99%;
  color: white;
}
.copyright p {
  color: white;
  font-size: .8em;
}
.copyright a {
  color: #80c0ff;
  font-size: .8em;
}
.row_footer {
  background-color: black;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.row_1 {
  background-color: black;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
}
.colLogo {
  width: 20%;
  background-image: url('../images/uk-logo-50.png');
  min-height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  float: left;
}
.colMenu {
  width: 70%;
  float: left;
}
.colPad25 {
  width: 0%;
  float: left;
}
.colPad5 {
  width: 0%;
}
.menuButton {
  height: 25px;
  width: 80px;
  border-radius: 6px;
}
.menuButton2 {
  height: 25px;
  width: 95px;
  border-radius: 6px;
  font-size: .85em;
}
.stdButton {
  font-size: small;
  width: 50px;
  border-radius: 5px;
}
.popup {
  width: 300px;
}

@media only screen and (min-width: 667px) {
  .row_3 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .popup {
    width: 600px;
  }
  .stdButton {
    border-radius: 7px;
  }
}

@media only screen and (min-width: 720px) {
  body h2 {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 800px) {
  .copyright p {
    color: white;
    font-size: .9em;
  }
  .copyright a {
    color: #80c0ff;
    font-size: .9em;
  }
  .colLogo {
    width: 25%;
    background-image: url('../images/uk-logo-100.png');
    min-height: 100px;
  }
  .colMenu {
    width: 50%;
    float: left;
  }
  .colPad25 {
    width: 20%;
    float: left;
  }
  .colPad5 {
    width: 5%;
  }
  .row_1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 5px;
  }
  .row2Table {
    padding-top: 40px;
  }
  .row_3 {
    height: 450px;
  }
  .row_footer {
    margin-bottom: 50px;
  }
  .menuButton {
    height: 30px;
    width: 110px;
    border-radius: 10px;
    font-size: 1.4em;
  }
  .menuButton2 {
    height: 30px;
    width: 120px;
    border-radius: 10px;
    font-size: 1.4em;
  }
  body h2 {
    font-size: 1.3em;
  }
  body h3 {
    font-size: 1.2em;
  }
  body p, li, td {
    font-size: 1.05em;
    line-height: 1.05em;
    padding: 10px;
    margin: 0;
  }
  .disclaimer {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: x-small;
  }
}

@media only screen and (min-width: 1280px) {
  .copyright p {
    color: white;
    font-size: .9em;
  }
  .copyright a {
    color: #80c0ff;
    font-size: .9em;
  }
  .row_1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0;
    padding: 0;
    margin-top: 5px;
  }  
  .row2Table {
    padding-top: 40px;
  }
  .row_3 {
    height: 300px;
  }  
  .menuButton {
    width: 150px;
    border-radius: 10px;
  }  
  .stdButton {
    height: 30px;
    width: 75px;
    border-radius: 10px;
  }
  body p, li, td {
    font-size: 1.1em;
    padding-left:5px;
  }
  body h2 {
    font-size: 2.2em;
    margin: 0;
    padding: 0;
  }
  body h3 {
    font-size: 1.4em;
    padding-left: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .main_wrapper {
    width: 100%;
    float: none;
    max-width: 1919px;
  }
  .row_1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .row2Table {
    padding-top: 40px;
  }
  .row_3 {
    width: 99.8%;
    height: 300px;
    margin: 0;
    padding: 0;
  }
  .copyright p {
    color: white;
    font-size: .9em;
  }
  .copyright a {
    color: #80c0ff;
    font-size: .9em;
  }
  .menuButton {
    width: 200px;
  }
  body h1 {
    font-size: 1.7em;
    line-height: 1.8em;
  }
  body h1:hover {
    font-size: 1.8em;
    text-shadow: rgba(64,64,255,.9) 1px 3px 3px;
  }
  body h3 {
    font-size: 1.5em;
  } 
  @media only screen and (min-width: 1920px) {
    body h4 {
      font-size: 1.4em;
      line-height: 1.2em;
    }
  }
  @media only screen and (min-width: 2560px) {
  }
}