body {
   margin: 0px;
   font-size: 12px;
   font-family: arial, sans-serif;
   background: #9dc2bb linear-gradient(to bottom, #e4dcca 0%, #9dc2bb 100%) no-repeat scroll 0 0 / cover ;
}

#TopNav {
   background-color: #247473;
}
#TopNav > div {
   width: 860px;
   margin: auto;
   line-height: 30px;
   text-align: right;
}
#TopNav a {
   color: white;
   text-decoration: none;
}

#Header {
   padding: 25px 0px 30px 80px;
   width: 880px;
   margin: auto;
}

#ContentTitle {
   color: #301B60;
   font-size: 32px;
   line-height: 85px;
   border-bottom: 1px solid #E2E1E6;
   padding-left: 70px;
   background: url(../Images/ContentTitleBg.png);
   width: 890px;
   margin: auto;
}

#Content {
   background: white;
   position: relative;
   z-index: 10;
   width: 940px;
   margin: auto;
   padding: 10px;
}

#Footer {
   background-color: #1E0E1B;
   margin-top: -145px;
   padding-top: 200px;
   padding-bottom: 50px;
   position: relative;
   z-index: 9;
}
#Footer > div {
   width: 810px;
   margin: auto;
}
#Footer b {
   font-size: 20px;
   font-family: Montserrat;
   font-weight: normal;
   color: #603B53;

}
#Footer a {
   color: #7D7D7D;
}
#Footer > div > div {
   font-family: Montserrat;
   line-height: 1.4em;
   color: #7D7D7D;
   margin-top: 25px;
   padding-left: 38px;
   display: inline-block;
   width: 33%;
   box-sizing: border-box;
   background-repeat: no-repeat;
   vertical-align: top;
}