﻿#pagecontent p {
  text-align: justify;
}

#pagecontent #narrowboxes .inner p, #pagecontent #normalboxes .inner p, #pagecontent #widebox .inner p, #pagecontent .readmore p {
  text-align: left;
}

#pagetext {
  width: 740px;
  background: #FFFFFF;
}

#narrowboxes {
  width: 100%;
  margin: 30px 0;
  text-align: left;
  overflow: hidden;
}

#narrowboxes #row1,
#narrowboxes #row2 {
  overflow: hidden;
}

#narrowboxes .inner .box1 {
  width: 226px;
  margin-right: 33px;
  float: left;
}

#narrowboxes .inner .box2 {
  width: 226px;
  float: left;
}

#narrowboxes .inner .box3 {
  width: 226px;
  float: right;
}

#narrowboxes .inner .imagebox {
  width: 225px;
  height: 125px;
  margin-left: 1px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

#narrowboxes .inner .imagebox img {
  display: block;
}

#narrowboxes .inner .textbox {
  width: 195px;
  padding: 15px;
}

#narrowboxes .inner .divider {
  width: 195px;
  height: 5px;
  margin: 0 auto;
  border: 0 none;
  text-align: center;
}

#narrowboxes .inner .divider hr {
  display: none;
}

#narrowboxes .readmore {
  width: 100%;
  height: 1%;
  clear: both;
	overflow: hidden;
}

#narrowboxes .readmore .box1 {
  width: 196px;
  margin-right: 33px;
  padding: 10px 15px;
  border-top: 1px solid #D2D2D2;
  float: left;
  text-align: left;
}

#narrowboxes .readmore .box2 {
  width: 196px;
  padding: 10px 15px;
  border-top: 1px solid #D2D2D2;
  float: left;
  text-align: left;
}

#narrowboxes .readmore .box3 {
  width: 196px;
  padding: 10px 15px;
  border-top: 1px solid #D2D2D2;
  float: right;
  text-align: left;
}

#normalboxes {
  width: 100%;
  margin: 30px 0;
  text-align: left;
  overflow: hidden;
}

#normalboxes #row1,
#normalboxes #row2 {
  overflow: hidden;
}

#normalboxes .inner .box1 {
  width: 356px;
  float: left;
}

#normalboxes .inner .box2 {
  width: 356px;
  float: right;
  clear: right;
}

#normalboxes .inner .imagebox {
  width: 355px;
  height: 125px;
  margin-left: 1px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
}

#normalboxes .inner .imagebox img {
  display: block;
}

#normalboxes .inner .textbox {
  width: 325px;
  padding: 15px;
}

#normalboxes .inner .divider {
  width: 325px;
  height: 5px;
  margin: 0 auto;
  border: 0 none;
  text-align: center;
}

#normalboxes .inner .divider hr {
  display: none;
}

#normalboxes .readmore {
  width: 100%;
  height: 1%;
  clear: both;
	overflow: hidden;
}

#normalboxes .readmore .box1 {
  width: 326px;
  padding: 10px 15px;
  border-top: 1px solid #D2D2D2;
  float: left;
  text-align: left;
}

#normalboxes .readmore .box2 {
  width: 326px;
  padding: 10px 15px;
  border-top: 1px solid #D2D2D2;
  float: right;
  text-align: left;
  clear: right;
}

#widebox {
  width: 100%;
  margin-top: 30px;
  text-align: left;
  border-top: 1px solid #D2D2D2;
  background: #FFFFFF;
  overflow: auto;
}

#widebox .imagebox {
  width: 224px;
  border-left: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  float: right;
}

#widebox .imagebox img {
  display: block;
}

#widebox .inner {
  width: 478px;
  padding: 20px 15px;
  float: left;
}

#widebox .divider {
  width: 195px;
  height: 5px;
  margin: 15px 0;
  border: 0 none;
  background: #FFFFFF;
}

#widebox .divider hr {
  display: none;
}

#widebox .readmore {
  width: 100%;
  height: 1%;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #D2D2D2;
}

#widebox .readmore .inner {
  width: 708px;
  padding: 10px 15px;
  text-align: left;
}