div#main_body_container {
  width:                1000px;
  margin:               0px auto;
  text-align:           left;
  color:                 #345f8d;
}

div#main_body_container h1 {
  font-weight:          bold;
  font-size:            250%;
  text-align:           center;
  padding:              42px 0px;
  color:                #345f8d;
}

div#main_body_container h2 {
  font-weight:          bold;
  font-size:            200%;
  text-align:           left;
  color:                #345f8d;
  margin:               30px 0px;
}

div#main_body_container img.left {
  float:                left;
  margin:               8px;
}

div#main_body_container img.right {
  float:                right;
  margin:               8px;
}

div#main_body_container ul {
  list-style-image:     url('../webimages/arrow_blue.png');
  line-height:          140%;
}


div#left {
  height:               160px;
  background:           url('../webimages/icons/mail.png') bottom left no-repeat;
  width:                48%;
  float:                left;
  border-right:         1px solid #d7d7d7;
  text-align:           right;
  padding:              4px 8px 4px 0px;
}

div#right {
  height:               160px;
  background:           url('../webimages/icons/telephone.png') center right no-repeat;
  width:                48%;
  text-align:           left;
  padding:              4px 8px 4px 0px;
  float:                right;
}

p.heading {
  font-weight:          bold;
  font-size:            110%;
  border-bottom:        1px solid #345f8d;
  margin:               30px 0px;
}

p.heading2 {
  font-weight:		bold;
  font-size:		110%;
  border:		0px;
  margin:		30px 0px;
}

p.title {
  font-weight:          bold;
}

div.person {
  border-bottom:        1px solid #345f8d;
  text-align:           center;
  margin:               40px 0px;
  width:                980px;
  padding:              10px;
  height:               220px;
}

div.name {
  float:                left;
  width:                320px;
  text-align:           left;
}

div.role {
  margin:               0px auto;
  float:                left;
  width:                300px;
  text-align:           left;
}

img.picture {
  width:                175px;
  height:               200px;
  float:                right;
}

