/* Layout */
#page1 h1 {
  padding: 77px 0 0 20px;
}
#page1 .text1 {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  line-height: 48px;
  padding: 37px 0 15px 0;
}
#page1 header p {
  padding-bottom: 50px;
}



/* Styling */
.left {
  float: left;
}

.right {
  float: right;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

body {
  background: #FFFFFF;
  border: 0;
  font: 14px Verdana;
  color: #000000;
  line-height: 20px;
}

.body2 {
  background: top center no-repeat #4B116F;
}

.main {
  margin: 0 auto;
  width: 800px;
  position: relative;
  z-index: 2;
}

a {
  color: #6600BB;
  text-decoration: underline;
  outline: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  font-weight: 300;
  color: #000000;
  padding: 29px 0 27px 0;
  line-height: 38px;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  font-weight: 300;
  color: #000000;
  padding: 29px 0 27px 0;
  line-height: 38px;
}
h2 span {
  display: block;
  margin-top: -10px;
}
h3 {
  /*background: url("../images/box2.jpg") no-repeat;*/
  background-color: #4B116F;
  font-size: 24px;
  padding: 0 20px;
  margin: 17px 0 20px 0;
  color: #fff;
  line-height: 51px;
  font-weight: 300;
}


p {
  padding-bottom: 20px;
}
header {
  width: 100%;
  overflow: hidden;
  padding-bottom: 22px;
}
.text1 {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
  line-height: 39px;
  padding: 24px 0 15px 0;
}
.text1 span {
  display: block;
  margin-top: -10px;
}
header p {
  color: #9688a7;
  padding-bottom: 17px;
}
header .link1 {
  text-decoration: none;
}
header .link1:hover {
  text-decoration: underline;
}
#content_top {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
#content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 52px;
}
.pad_left1 {
  padding-left: 37px;
}
.pad_left2 {
  padding-left: 20px;
}
.pad_bot1 {
  padding-bottom: 20px;
}
.pad_bot2 {
  padding-bottom: 10px;
}
.pad {
  padding: 0 40px;
}
.marg_right1 {
  margin-right: 25px;
}
.marg_top {
  margin-top: -15px;
}


.color1 {
  color: #8e8e8e;
}
ul {
  list-style: circle;
}


img {
  vertical-align: top;
}

/* used to put an image and text inline rather than using table */
.container{
  display: flex;
  align-items: center;
  gap: 20px;
}

.container img{
  flex: 0 0 auto;   /* prevents shrinking weirdness */
  height: auto;
}

.container .text-content{
  flex: 1;
}

