div.pageContent {
 display: block;
 margin-bottom: 20px;
}
div.stories {
 display: block;
}
div.story {
 display: block;
 margin-bottom: 20px;
}
div.storyTitle {
 display: block;
 border-top-width: 5px;
 border-bottom-width: 0px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-color: rgb(112,143,211);
 border-style: solid;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 4px;
 padding-bottom: 8px;
 margin-bottom: 1px;
 background-color: rgb(112,143,211);
}
h2.storyTitle {
 margin: 0px;
 color: white;
}
div.storyContent {
 display: block;
 border-top-width: 0px;
 border-bottom-width: 5px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-color: rgb(219,230,244);
 border-style: solid;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 3px;
 background-color: rgb(219,230,244);
}
p.storyContent {
 padding-bottom: 4px;
 margin: 0px;
}
ul.storyLinks {
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 4px;
 padding-bottom: 8px;
 margin: 0px;
 background-color: rgb(219,230,244);
}
li.storyLinkLeft {
 display: inline;
 text-align: left;
 width: 40%;
 background-color: rgb(219,230,244);
 white-space: nowrap;
}
li.storyLinkRight {
 display: inline;
 text-align: right;
 float: right;
 width: 40%;
 background-color: rgb(219,230,244);
 white-space: nowrap;
}
div.highlight {
 display: block;
}
div.highlightImage {
 position: absolute;
 display: block;
 right: 0px;
 width: 286px;
 height: 298px;
 background-color: rgb(255,194,135);
}
div.highlightText {
 position: absolute;
 left: 0px;
 display: block;
 border-top-width: 5px;
 border-bottom-width: 5px;
 border-left-width: 0px;
 border-right-width: 0px;
 border-color: rgb(253,152,53);
 border-style: solid;
 width: 266px;
 height: 150px;
 background-color: rgb(253,152,53);
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 margin-top: 1px;
}
h2.highlightQuote {
 display: block;
 text-align: center;
 margin: 0px;
 padding-top: 0px;
 padding-bottom: 8px;
}
p.highlightAuthor {
 display: block;
 text-align: center;
 margin: 0px;
 padding-bottom: 4px;
 line-height: 100%;
}
p.highlightCompany {
 display: block;
 text-align: center;
 font-weight: bold;
 margin: 0px;
 line-height: 100%;
}
div.contact {
 display: block;
 position: relative;
 left: 0px;
 top: 220px;
 width: 286px;
 text-align: left;
 font-size: smaller;
 color: rgb(128,128,128);
 line-height: 100%;
}
h5.contact {
 margin: 0px;
 color: rgb(128,128,128);
}
