* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

html {
  background-color: #ffffff;
}

body {
  /* width: 1024px; */
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  body {
      max-width: 100%;
      padding-left: 10px;
      /* margin-left: auto;
      margin-right: auto; */
  }
}

strong {
  font-weight: 400;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  color: #222222;
  margin-bottom: 10px;
}

h3 {
  color: #222222;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: #004477;
  text-decoration: underline;
}

a:hover {
  background-color: #FAFAFA;
  text-decoration: none;
  color: blue;
  font-weight: 400;
}

h2 a {
  color: #004477;
  font-weight: 400;
  text-decoration: none;  
}

p, ul {
  line-height: 150%;
}

div ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0.75em;
  text-indent: -0.75em;
}

div ul li:before {
  content: "\21D2\0020";
}

i a {
  text-decoration: none;
}

i a:hover {
  background-color: #ffffff;
  text-decoration: none;
}

.left, .right {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 500px;
  float: left;
}

.right {
    float: right;
    width: 400px;
    margin-right: -30px; /*80px*/
}

#headername {
  font-size: 60px;
  font-weight: 300;
  color: #222222;
  text-shadow: 0px 1px 0px #AAAAAA;
  text-indent: -6px;
}

#headername a {
  text-decoration: none;
  color: #222222;
}

#headername a:hover {
  text-decoration: none;
  color: #004477;
  background-color: #FFFFFF;
  font-weight: 300;
}

#headernav {
  margin-left: 0px;
  margin-top: -6px;
  height: 36px;
}

#headernav ul {
  list-style-type: none;
  margin-top: 15px;
}

#headernav li {
  display: inline;
  margin-top: 30px;
  margin-right: 18px;
}

#headernav a {
  text-decoration: none;
  color: #222222;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  padding: 6px 0px;
}

#headernav a:hover, #headernav .act {
  background-color: #FFFFFF;
  color: blue;
  cursor: pointer;
  font-weight: bold;
}

#headerrule {
  background-color: #222222;
  height: 5px;
  box-shadow: 0px 1px 0px #AAAAAA;
}
