.leftContainer .title {
    font-family: 'roboto slab';
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.leftContainer .text {
    font-family: 'open sans';
    font-size: 13px;
    line-height: 22px;
}

.label {
    font-family: 'roboto slab';
    font-size: 22px;
    font-weight: 700;
}

.contentContainer {
    display: block;
    /*overflow: auto;*/
    margin: 15px 25px 15px 25px;
    * margin-bottom: 0px;
}

.leftContainer {
    position: relative;
    float: left;
    width: 200px;
    margin: 5px 15px 0 0;
}

.leftContainer .relatedContentContainer {
    display: block;
    margin: 0 0 15px 0;
    color: #272B2F; 
}

.leftContainer .sourcesContainer {
    display: block;
    margin: 0 0 15px 0;
    color: #272B2F; 
}

.leftContainer .acknowledgementContainer {
    display: block;
    margin: 0 0 15px 0;
    color: #272B2F; 
}

.rightContainer {
    position: relative;
    float: left;
    width: 695px;
}

.rightContainer .titleContainer {
    font-family: 'roboto slab', serif !important;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 33px;
    margin: 0 0 5px 0;
    color: #272B2F;
}

.rightContainer .titleContainer p {
    font-family: 'roboto slab', serif !important;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 33px;
    margin: 0 0 5px 0;
    color: #272B2F;
}

.rightContainer .subtitleContainer {
    font-family: 'roboto slab';
    font-size: 22px;
    font-weight: 600;
    color: #052534;
    margin: 0 0 10px 0;
}

.rightContainer .subtitleContainer p{
    font-family: 'roboto slab';
    font-size: 22px;
    font-weight: 600;
    color: #052534;
    margin: 0 0 10px 0;
}

.rightContainer .bodyContainer {
    font-family: 'open sans';
    font-size: 13px;
    line-height: 22px;
}

.topContainer {
    display: block;
    font-family: 'roboto slab', serif;
    font-size: 15px;
    /*font-weight: 700;*/
    width: 100%;
    overflow: auto;
    margin: 0 0 15px 0;
}

.topContainer a {
    position: relative;
    float: left;
    color: #272B2F;
}

.topContainer .delim {
    position: relative;
    float: left;
    margin: -3px 0 0 0;
    font-size: 18px;
}

.topContainer a.last {
    color: #A94D2E; 
}
/*override ship names*/
div.text.parbase a{
    float:none;
}

/* Library Logo Section */
div.leftContainer div#libraryLogoContainer {
    text-align: center;
    margin-bottom: 20px;
}

div.leftContainer div#libraryLogoContainer img {
    width: 102px;
    height: 121px;
}

div.leftContainer div#libraryLogoContainer h4 {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 12px;
    font-family: 'roboto slab', serif;
}

/* Library Footer Logo */
div#libraryFooterLogoContainer {
    text-align: right;
    padding: 0;
    margin: 0;
}

div#libraryFooterLogoContainer img {
    width: 50px;
    height: 45px;
    padding: 0;
    margin: 0;
}

#
#Definition of standard table with default header and row shading
#
.stdtable{
    border-collapse: collapse;
}

.stdtable th{
    background:#364659;
    color:#FFFFFF;
    border-top: 1px solid #364659;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 5px;
}

.stdtable td{
    color:rgb(81,81,81);
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding:5px;
}

.stdtable tr:nth-child(odd){
    background:#cad7e0;
    border-top:1px solid #364659;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.stdtable tr{
    background:#FFFFFF;
    border-bottom:1px solid #364659;
    border-top: none;
    border-left: none;
    border-right: none;
}

#
#Definition of table with blue header and row shading
#
.bluetable{
    border-collapse: collapse;
}

.bluetable th{
    background:#000099;
    color:#FFFFFF;
        }

.bluetable td{
    color:#FFFFFF;
    padding:5px;

}
.bluetable tr:nth-child(odd){
    background:#0099ff;
    border-top:1px solid #BDBDBD;
    }

.bluetable tr{height:50px;
    background:#00ffff;
    border-bottom:1px solid #FFFFFF;}


#
#Definition of table with red header and row shading
#
.redtable{
    border-collapse: collapse;
}

.redtable th{
    background:RED;
    color:#FFFFFF;
    font-size: .8em;
        }

.redtable td{
    color:yellow;
    font-size:.6em;
    line-height:1.2em;
    padding:5px;

}
.redtable tr:nth-child(odd){
    background:#8B0000;
    border-top:1px solid #BDBDBD;
    }

.redtable tr{height:50px;
    background:#E9967A;
    border-bottom:1px solid #FFFFFF;}
    
#
#Definition of table sub-header row(s)
#
.subheaderList {
    border-collapse: collapse;
    cellpadding: 0;
    cellspacing: 0;
}

.subheaderList th{
    background:#364659;
    border:none;
    color:#FFFFFF;
    padding:5px;
}

.subheaderList td{
    border-top:1px solid #364659;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding:5px;

}
.subheaderList td.subHeader {
    background:#6e82a5;
    border-top:1px solid #364659;
    border-bottom: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
    padding:5px;
}

.subheaderList tr {
    border-top:1px solid #364659;
    border-bottom: none;
    border-left: none;
    border-right: none;
}


