@charset "UTF-8";
body {
    font-family:  Georgia, Times New Roman, Times, serif;
    background-color: #fff;
    margin: 0px;
}
a {
    color: #26a4c3;
    border-bottom: dotted 1px;
    text-decoration: none; 
}
hr {
    border: solid thin;
    border-color: #F8662A;
    margin: 0px;
    padding: 0px;
}
#containerHeader {
    width: 980px;
    height: 75px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
#containerHeaderLogo {
    float: right;
    width: 75px;
    height: 75px;
    vertical-align: middle;
}
#containerHeaderQuestion {
    float: left;
    width: 300px;
    height: 75px;
    margin-top: 7px;
    margin-right: 10px;
    vertical-align: middle;
}
#containerHeaderAd {
    float: right;
    width: 468px;
    height: 20px;
    background-color: #fff;
    border: dashed 1px;
    margin-top: 7px;
    margin-right: 15px;
    vertical-align: middle;
    padding: 15px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
#containerContent {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#containerSplash {
    width: 980px;
    height: 250px;
    border: solid 1px;
    border-color: #F8662A;
    border-style: dotted;
    background-color: #EEE;
}
#containerSubContent {
    width: 980px;
    border-right: none;
    border-left: none;
    border-top: dotted 1px;
    border-bottom: dotted 1px;
    border-color: #F8662A;
    margin-top: 20px;
    padding: 0px;
}
#containerSubContentA {
    width: 260px;
    height: 100%;
    margin: 0px;
    border: none;
    border-right: dotted 1px;
    border-color: #F8662A;
    float: left;
}
#containerSubContentB {
    width: 520px;
    height: 100%;
    margin: 0px;
    float: left;
}
#containerSubContentC {
    width: 190px;
    height: 100%;
    margin: 0px;
    border: none;
    border-left: dotted 1px;
    border-color: #F8662A;
    float: left;
}
#containerSubContentBCol1 {
    width: 250px;
    border-right: dotted 1px;
    border-color: #F8662A;
    float: left;
}
#containerSubContentBCol2 {
    width: 250px;
    float: left;
}
#containerSubContentStoryBody {
    width: 750px;
    float: left;
    margin-left: 5px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.containerHomeElement {
    padding: 20px;
    border-bottom: dotted 1px;
    border-color: #F8662A;
    min-height: 80px;
}
.containerHomeStory {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.containerHomeLabel {
    margin: 0px;
    margin-left: 20px;
    margin-right: auto;
    padding: 3px;
    background-color: #F8662A;
    border-bottom: solid 1px;
    clear: both;
}
.containerClear {
    clear: both;
}
#containerFooter {
    font-size: 10px;
    width: 980px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    padding-top: 7px;
}
#txtHeaderAd {
    font-variant: small-caps;
    color: #777;
    line-height: 13px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    margin: 0px;
}
.txtBodyHead {
    color: #F8662A;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}
.txtBodySubhead {
    color: #000;
    font-size: 12px;
    line-height: 16px;
}
.txtBodyCopy {
    color: #000;
    font-family: Helvetica, sans-serif;
    font-family:  Georgia, Times New Roman, Times, serif;
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 10px;
}
.txtStoryBodyCopy {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.txtStoryWrap {
    font-size: 12px;
    color: #F8662A;
    font-style: italic;
}
.txtHomeLabel {
    font-size: 12px;
    font-weight: bold;
}
#txtStoryHeadline {
    font-size: 64px;
    text-align: left;
}
#txtStorySubHeadline {
    font-size: 32px;
    color: #777;
}
.imgThumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
    border: dotted 1px;
    float: left;
}
.imgQuestionIcon {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}