html {
    font-family: "Lucida Grande", "Lucida Sans Unicode",Helvetica, Arial, Verdana, sans-serif;
}
body {
    background-color: #F7F8F9;
}
a {
    text-decoration: none; 
    border-color: #000000;
    border: 0px;
}
a:link {
    color: #105780;
    /*font-size: 12px;
        *   text-align: center;
        *   margin-top: 378px;
        *   width:980px;*/
    cursor: pointer;
    text-decoration: none; 
}
a:hover {
    color: #2AC7A0;
    /*  margin: 0 22px 0 22px; */
    text-shadow: 1px 1px 1px #aaa;
    text-decoration: none; 
}
p {
}

/* Centers the form on the page */
form {
  margin: 0 auto;
  width: 400px;
  /* Add a border */
  border: 1px solid #CCC;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 4px 4px 2px #888888;
}

/* add space between fields */
form div {
  margin-bottom: 15px;
}
#container {
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding-left: 15px;
    width: auto;
}
.logo {
    margin: auto;
    width: 301px;
    padding-bottom: 25px;
}
.SubHead {
    font-family: "Lucida Grande", "Lucida Sans Unicode",Helvetica, Arial, Verdana, sans-serif;
    font-size: 13pt;
    font-style: normal;
    font-weight: 100;
/*    color: #008099; */
    color: green;
    text-shadow: rgba(0,0,0,.15) 1px 1px 1px;
}
.ListHead {
    font-size: 14pt;
    font-weight: 500;
    color: #003400;
}
.section {
    background: #FFFFFF;
    border-style: outset;
    border-color: #F6F6F6;
    border-width: 1px;
    margin: 10px 3px 10px 3px;
    padding: 20px;
    -khtml-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*-khtml-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
     *   -ms-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
     *   -o-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
     *   -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
     *   -webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 2px;
     *   box-shadow: rgba(0,0,0,0.4) 0 1px 3px;*/
    width: 95%;
}
.insitecopy {
    text-align: center;
    color: #003F00; 
    text-decoration: none;
}
.quicklinks {
    margin-bottom: 50px;
    text-align: center;
}
.heading {
    font-size: 16pt;
    margin-top: 10px;
    margin-bottom: 45px;
}

/* Space input fields */
label {
  display: inline-block;
  /*width: 125px; */
  text-align: left;
}

.button {
  display: inline-block;
  /*padding: 15px 25px;*/
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  
  border: none;
  border-radius: 5px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41;}

.button:active {
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  border-radius: 5px;
}
.unsubscr {
    color: white;
    background: red;
}
.v-space {
    margin-top: 10px;
}

.footer {
    background: #d1d1d1;
    font-size:8pt;
    line-height: 1.8;
    text-align:center;
    padding:20px;
    margin-top:45px;
    margin-bottom:0px;
    -khtml-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
