body {
  font-family: Arial;
  background: #A17461 url(images/body-background.jpg) repeat-x;
}

.bodyText {
  font-size: 14px;
  line-height: 20px;
}

#title {
  text-align: left;
  vertical-align: middle;
  padding-left: 38px
}

#topLeft {
  background: url(images/topLeft.png) no-repeat top right;
  width: 53px;
  
}

#topCenter {
  background: url(images/topCenter.png) repeat-x;
  vertical-align: top;
  padding: 35px 30px 0px 0px;
  width: 600px;
  color: #FFFFFF;
  text-align: center;
}

#topDivider {
  background: url(images/topDivider.png) no-repeat;
  width: 3px;
  height: 506px;
}

#topRight {
  background: url(images/topRight.png) no-repeat top left;
  width: 212px;
  padding: 35px 0px 30px 15px;
  vertical-align: top;
  text-align: left;
  color: #FFFFFF;
  font-size: 12px;
}

#loginArea {
  width: 150px;
  height: 150px;
  border: 3px solid white;
  padding: 10px 0px 0px 15px
}

#welcome {
  color: #FFFFFF;
}

#left {
  background: url(images/left.png) repeat-y right;
  
}

#center {
  background: url(images/center.png) repeat-y top;
  width: 600px;
  text-align: justify;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding-right: 29px;
}

#divider {
  background: url(images/divider.png) repeat-y;
}

#right {
  background: url(images/right.png) repeat-y;
  color: white;
  font-size: 12px;
  text-align: left;
  width: 197px;
  padding: 0px 15px 30px 15px;
  vertical-align: top;
}

#bottomLeft {
  background: url(images/bottomLeft.png) no-repeat top right;
  height: 219px;
}

#bottomCenter {
  background: url(images/bottomCenter.png) repeat-x;
  width: 600px;
  text-align: justify;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding-right: 29px;
  vertical-align: top;
}

#bottomDivider {
  background: url(images/bottomDivider.png) no-repeat;
}

#bottomRight {
  background: url(images/bottomRight.png) no-repeat top left;
}

a {
  color: yellow;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: yellow;
}

.main {
  margin-top: -11px;
  /*width: 950px;*/
  border-collapse: collapse;
}

.header {
  font-size:18px;
  font-weight:bold;
  color: #98B9E6;
}

#me {
  color: #FFFFFF;
  font-size: 14px;
}

#me a {
  color: #C2D6FF;
  font-weight:normal;
  text-decoration: none;
  border-bottom-style: none;
}

#me a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


/* REGISTRATION PAGE */

.registrationItem {
  padding: 0px 0px 5px 0px;
  text-align: right;
  color: #98B9E6;
}

.registrationField {
  padding: 0px 0px 5px 7px;
  text-align: left;
}

.example {
  padding: 0px 0px 5px 10px;
  width: 192px;
  text-align: left;
}

.add, .remove {
  cursor: pointer;
}


/* REUNION PAGE */

.date {
  text-align: center;
  color: #98B9E6;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0px 5px 0px;
}

.activities {
  vertical-align: top;
  text-align: left;
}

.activities ul li {
  line-height: 1.35em;
}

.info {
  color: #B4CDEB;
  text-align: right;
  padding-left: 20px;
  vertical-align: top;
}

.activity {
  font-weight: bold;
  color: #98B9E6;
}

.committeeTable {
  border-collapse: collapse;
}

.committeeLeft {
  padding: 15px 0px 15px 0px;
  width: 280px;
  vertical-align: top;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.committeeRight {
  padding: 15px 0px 15px 0px;
  width: 320px;
  vertical-align: top;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

.indent {
  padding-left: 25px;
}


/* PENDING PAGE */

#explanation {
  text-align: justify;
  line-height: 20px;
  font-size: 15px;
}

.field {
  color: #B4CDEB;
  text-align: right;
  vertical-align: top;
  padding-bottom: 5px;
  width: 152px;
}

.value {
  text-align: left;
  vertical-align: top;
  padding-left: 5px;
  width: 355px;
}


/* INDIVIDUAL FAMILY PAGE */

#familyPhotoDiv {
  width: 550px;
  height: 300px;
  line-height: 300px;
}

#photo {
  border: 1px solid blue;
}

#changeFamilyPhotoButton {
  float: left;
}

#familyCenter {
  background: url(images/center.png) repeat-y top;
  width: 600px;
  text-align: justify;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding-right: 29px;
  vertical-align: top;
}

#aboutFamily {
  text-align: justify;
}