html {

}
body {
    padding:0px;
    margin:0px;
    color: #006cc8;
    font-family: Arial, Sans-Serif;
    width:100%;
    height:100%;
}
.newsletterFooter{

}
a,
a:visited{
    color: #006cc8;
    text-decoration: none;
}
.newsletterFooter H2{
    text-transform: uppercase;
    font-weight: bold;
}
.newsletterHeader{
    width: 620px;
    text-align:center;
    padding: 0px 0px;
    margin: 0px auto;
    font-size:26px;
    font-weight: bold;
	  line-height:30px;
    overflow: hidden;
}
.newsletterHeader img{
    max-width: 620px;
}
.pageContainer,
.newslettersContainer{
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    padding: 15px 40px;
}
.contactsTableFooter{
    color: #ffffff;
    background-color: #006cc8;
    width: 100%;
}
.contactsTableFooter td{
    padding-left: 15px;
}
.contactsTablePage{
    width: 100%;
}

.inlineBlock{
    display: inline-block;
}
.hidden{
    display: none;
}

.textAlignRight{
    text-align: right;
}
.textAlignLeft{
    text-align: left;
}
.textAlignCenter{
    text-align: center;
}
.textIndent{
    text-indent:40px;
}
.textAlignJustify {
    text-align: justify;
    text-justify: inter-word;
}
.right{
    float:right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.left{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.center{
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}
.pageContainer .content{
    color: #000;
}
.pageContainer h1,
.pageContainer .content a,
.pageContainer .content a:visited
{
    color:#006cc8;
}
.newslettersContainer .content{
    border: solid #000000;
    border-width: 1px 0px 0px 0px;
    margin-top: 15px;
}
.newslettersContainer .content.removeTopBorder{
    border-width: 0px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.newsletterFooter{
    text-align:center;
    margin: 0px auto 15px auto;
    width:540px;
    font-size:15px;
    line-height:22px;
    color: #000;
}
.newsletterFooterContacts{
    background-color: #006cc8;
    padding: 2px 15px;
}
.tableOfContents{
    text-align: left;
    width: 80%;
    display: inline-block;
}
.contactsTableFooter  a,
.contactsTableFooter  a:visited,
.newsletterFooterContacts a{
    color: #fff !important;
}
/*media all*/
.newsletterFooter p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 14px;
    color: #000001;
}
/*media all*/
.newsletterFooter h2 {
    font-size: 25px;
    line-height: 32px;
    margin: 0px 0px 14px 0px;
    font-weight: normal;
    color: #006cc8;

}
.footerKeyContacts{
    background-color: #006cc8;
}
/*media all*/
.newsletterFooter .spacer {
    font-size: 1px;
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}


.newsletterItem{
    margin: 10px 0px;
    color: #000;
}
.newsletterItem .newsletterTitle{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}
.newsletterItem .newsletterDate{
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}
.newsletterItem .newsletterDateList{
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}
.newsletterContainer{
    color: #000;
}
.newsletterContainer .newsletterTitle{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.newsletterContainer .newsletterTitle:last-of-type{
    border-top: 1px solid #000000;
}
.newsletterContainer .newsletterDate{
    text-align: center;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: normal;
}
.imageContainer{
    padding: 16px 0px;
    border: solid #006cc8;
    border-width: 1px 0px;
}

.subscribeContainer{
    padding: 10px 40px 0px 40px;
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}
.subscribeEmail{
    padding: 2px 4px;
    margin-right: 20px;
    width: 400px;
}
.subscribeButton{
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #006cc8;
    border: 1px solid #006cc8;
    color: white;
}
.tocLink{
    margin: 5px 0px;
}
.tocLink.current{
    font-weight: bold;
}
.tocContainer{
    margin:10px 0px;
}
.stagingMessage{
    line-height: 30px;
    background-color: orange;
    text-align: center;
    color: white;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.pdfDownloadNewsletter{
    text-align: center;
    margin-top: 10px;
}
.pdfDownloadNewsletter,
.pdfDownload{
    margin-bottom: 15px;
}
.pdfDownloadLink{
    padding:4px 6px 4px 6px;
    background: #006cc8;
    border-radius: 5px;
    font-size: 12px;
    color: white !important;
    height: 19px;
}
.pdfDownloadLink img{
    vertical-align: middle;
    margin-right: 1px;
}