body { text-align: center; }

#content {
  width: 657px;
  margin: auto;

  position: relative;
  text-align: left;
  padding: 0;
  background-color: #FFFFFF;
}
.header {
  position: relative;
  float: right;
  padding: 5px 0px 8px;
  text-align: left;
  width: 250px;
  border: 0;  
}

.title {
  postition: relative;
  top: 50px;
  height: 50px;
  width: 657px;
  align: center;
  text-align: center;
  background: #ffffff;
  clear: both;
  padding: 40px 0px 0px 0px;
}
.footer {
  padding: 18px 0px 8px 0px;
  max-width: 640px;
  text-align: center;
  vertical-align: bottom;
}
.left {  
  position: absolute;
  left: 0px;
  top: 250px;
  width: 41%;
  margin: 40x 340px 10px 30px;
  vertical-align: top;
  text-align: right;
}
.right {
  position: absolute;
  top: 400px;
  left: 30px;
  vertical-align: top;
  width: 300px;
  margin: 0px 0px 0px 300px;
  padding: 0px 0px 0px 20px;
  text-align: left;
}
.imagebar {
  text-align: center;
  width: 500px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.indexTitle {
  postition: absolute;
  top: 80px;
  width: 720px;
  align: left;
  text-align: left;
  background: #ffffff;
  clear: both;
  margin-top: 20px;
  padding: 0px 0px 0px 0px;
}
#indexContent {
   width: 721px;
  margin: auto;
  position: relative;
  text-align: left;
  padding: 0;
  background-color: #FFFFFF;
}
#secondBox {
  position: absolute;
  left: 0px;
  top: 330px;
  width: 41%;
  margin: 40x 340px 10px 30px;
  vertical-align: top;
  text-align: right;
}
#picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  width: 250px; 
  border: 0;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}
a:link {
  text-decoration: none;
  font-weight: bold;
  color: #3c1d8a;
}
a:visited {
  text-decoration: none;
  color: #666666;
}
a:active {text-decoration: none}
a:hover {
  text-decoration: underline;
  color: #330066;
}
.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; }
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; }
.style7 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}
.style8 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.style9 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bold;
}


.style10 {
  font-family: 'Amiko', Verdana, Arial, Helvetica, sans-serif;
  color: #999999
}
.style12 {font-family: 'Amiko', Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
}
.style13 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.style14 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}
.style15 {font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold; 
  color: #666666; 
}
.style16 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #999999
  }
.style17 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #333333;
}
.wrapper-grey {
  background-color: #d9dbdd;
} 

ul{
    list-style: none;
}

li:before {
    content: "+";
    margin-right: 4px;
  }


#wrap {
  width: 627px;
}

#head {
  width: 627px;
}

.buttonContainer {
  padding: 15px 0px 20px 0px;
}

.display_archive {font-family: arial,verdana; font-size: 14px;}
.campaign {line-height: 125%; margin: 5px;}


.myButton {
/*   -moz-box-shadow: 0px 8px 12px -9px #242324;
  -webkit-box-shadow: 0px 8px 12px -9px #242324;
  box-shadow: 0px 5px 7px -3px #242324;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4a4c4d), color-stop(1, #131414));
  background:-moz-linear-gradient(top, #4a4c4d 5%, #131414 100%);
  background:-webkit-linear-gradient(top, #4a4c4d 5%, #131414 100%);
  background:-o-linear-gradient(top, #4a4c4d 5%, #131414 100%);
  background:-ms-linear-gradient(top, #4a4c4d 5%, #131414 100%);
  background:linear-gradient(to bottom, #4a4c4d 5%, #131414 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a4c4d', endColorstr='#131414',GradientType=0);
*/
  background-color:#000000;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff !important;
  font-family:Verdana;
  font-size:18px;
  padding:10px 28px;
  text-decoration:none;
  text-align: center;
  text-shadow:0px 1px 0px #888a8a !important;
}
.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #131414), color-stop(1, #4a4c4d));
  background:-moz-linear-gradient(top, #131414 5%, #4a4c4d 100%);
  background:-webkit-linear-gradient(top, #131414 5%, #4a4c4d 100%);
  background:-o-linear-gradient(top, #131414 5%, #4a4c4d 100%);
  background:-ms-linear-gradient(top, #131414 5%, #4a4c4d 100%);
  background:linear-gradient(to bottom, #131414 5%, #4a4c4d 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#131414', endColorstr='#4a4c4d',GradientType=0);
  background-color:#131414;
}
.myButton:active {
  position:relative;
  top:1px;
}
