.body_header {
    background: white url("../pictures/bg_header.png") no-repeat center top;
    height: 78px;
}
.body_content{
    background: white url("../pictures/bg_content.png") repeat-y center center;
}
.body_footer{
    background: white url("../pictures/bg_footer.png") no-repeat center bottom;
    height: 48px;
}
.imagescontainer {
    float: right;
}
.imgcont {
    float: left;
    width: 120px;
    height: 100%;
}
.right .imgcont {
    margin-right: 10px;
}
.container p{
  font-style: italic;
}
.left_first {
    text-align: right;
    width: 100%;
}
.datecont {
    display: inline-block;
    float: left;
    width: 65px;
}
.date {
    color: #0071c4;
    padding: 45px 20px 45px 0;
    width: 110%;
}
.container h2, .container h3{
  margin: 0;
}
.text_cont {
    margin-top: 15px;
}
.text_cont_left > h2, .text_cont_left > h3 {
    margin-top: 25px;
}
/*h2, h3, p*/ * {
    font-family: "myriad-pro",arial,helvetica,sans-serif;
}
p{
  font-size: 14px;
  color: #4e5865;
}
h2 {
    font-size: 1.2em;
}
h3{
  font-size: 1.1em;
}
h1{
  font-size: 1.8em;
}
.container {
    margin-bottom: 15px;
    min-height: 180px;
}
.left .datecont, .left .imgcont{
  float: right;
}
.body_content .right {
    clear: left;
    float: right;
    left: -125px;
    position: relative;
    width: 50%;
}
.body_content .left {
    clear: right;
    float: left;
    position: relative;
    right: -125px;
    width: 50%;
}
.left .date {
  padding: 45px 0 45px 20px;
}
.left_date{
  text-align: right;
}
#longcnt .text_cont {
    width: 75%;
}
.bottomcontent {
    display: inline-block;
    width: 100%;
    margin-top: 1em;
}
.bottomcontent h2, .bottomcontent h1 {
    margin: 0;
}
.bottomcontent h2 {
    display: inline-block;
    font-style: italic;
    text-align: right;
}
.bottomcontent h1{
    display: inline-block;
    text-align: right;
    width: 61%;
    color: #0071c4;
    font-weight: lighter;
}
.page2body .container {
    height: 160px;
}
#longcnt, #longcnt2 {
    height: auto !important;
}
#longcnt2 .date{
  margin-right: 2em;
}
.page2body .text_cont_left {
    text-align: right;
}
#longcnt .imgcont,
#longcnt .text_cont h3,
#longcnt .text_cont p
{
    margin-left: 0;
}
#longcnt .text_cont{
  margin-top: 0;
}
.bottomcontent p {
  font-style: italic;
}
.pagebottom .imgcont {
  width: 380px;
}
.pagebottom .right {
  width: 57%;
}
.pagebottom .date {
  padding: 80px 20px 0;
}
.pagebottom .text_cont {
  margin-top: 58px;
}