div.leftNav {
    width: 210px;
    margin: 50px 0 0 -15px;
    padding: 0;
    float: left;
}
div.leftNavMenu {
    margin: 0;
    padding: 0;
}

div.menuItem {
    padding: 5px 5px 5px 15px;
}
div.menuItem:hover {
    background-color: #fee679;
}
div.menuItem:hover a {
    text-shadow: #da9 -1px 1px 1px;
}
div.extraIndent {
    padding-left: 25px;
}

div.leftNavMenu a {
    font-family:tahoma,verdana,sans-serif;
    font-size:15px;
    font-weight:bold;
    margin-top:10px;
    text-shadow: #ddd -1px 1px 1px;
    color: #3c0f0f;
    text-decoration: none;
    cursor: pointer;
}

div.leftNavMenu div.activeMenuItem,
div.leftNavMenu div.activeMenuItem a {
    background-color: #3c0f0f;
    color: #F7F5EE;
    text-shadow: #100 1px -1px 1px;
}

div.caption {
    z-index: 11;
}

h1.galleryTitle {
    font-size:30px;
    font-weight:bold;
    color: #921e1d;
    letter-spacing: 0.15em;
}

h1.galleryTitle span.title {
    color: black;
}
div.galleryNav a {
    font-size: 20px;
}




div.rightContent {
    margin: -15px 0 0 235px;
    font-family:tahoma,verdana,sans-serif;
    text-decoration: none;
    text-shadow: #ddd 0 1px 2px;
}
div.onlyContent h1,
div.rightContent h1 {
    font-size:25px;
    font-weight:bold;
    margin: 21px 0 15px 0;
    color: #921e1d;
    letter-spacing: 0.2em;
    text-shadow: #aaa 0 1px 2px;
}

div.rightContent h1.title {
    font-size: 25px;
    margin-bottom: 5px;
}

div.rightContent i.byline {
    font-size: 12px;
    margin-top: -10px;
}

div.onlyContent p,
div.rightContent p {
    font-size:16px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #000;
}

div.pictureContainer {
    margin: 0;
    position: relative;
}
div.pictureContainer img,
div.pictureContainer div.imageDiv,
div.videoContainer object {
    z-index: 10;
}
div.videoContainer iframe {
    position: relative;
    margin: 15px 0 0 15px;
    z-index: 10;
}
div.centerFloatVideo iframe {
    margin: 15px 0 0 0;
}
div.topShadow {
    position: absolute;
    height: 15px;
    background: url('/images/drop_shadow.png') repeat-x 0 -15px;
    top: 0px;
}
div.bottomShadow {
    position: absolute;
    height: 15px;
    bottom: 30px;
    background: url('/images/drop_shadow.png') repeat-x 0 -36px;
}
div.leftShadow {
    position: absolute;
    left: 0px;
    top: 15px;
    background: url('/images/shadow_sides.png') repeat-y -15px 0px;
    width: 15px;
}
div.rightShadow {
    position: absolute;
    right: 0px;
    top: 15px;
    background: url('/images/shadow_sides.png') repeat-y -50px 0px;
    width: 15px;
}
div.shadowCorner {
    position: absolute;
    height: 25px;
    width: 25px;
    z-index: 2;
}
div.tlShadow {
    background: url('/images/drop_shadow.png') repeat-x -15px -81px;
    top: 0px;
    left: 0px;
}
div.trShadow {
    background: url('/images/drop_shadow.png') repeat-x -80px -81px;
    top: 0px;
    right: 0px;
}
div.blShadow {
    background: url('/images/drop_shadow.png') repeat-x -15px -146px;
    bottom: 30px;
    left: 0px;
}
div.brShadow {
    background: url('/images/drop_shadow.png') repeat-x -80px -146px;
    bottom: 30px;
    right: 0px;
}
div.pictureContainer img, 
div.pictureContainer div.imageDiv {
    position: absolute;
    top: 15px;
}
div.pictureContainer img,
div.pictureContainer div.imageDiv,
div.videoContainer object,
div.topShadow,
div.bottomShadow,
div.caption {
    left: 15px;
}
div.rightFloatVideo,
div.rightFloatImage {
    float: right;
    margin-top: -5px;
    margin-left: 10px;
    margin-right: -10px;
}
div.centerFloatImage {
    margin: -5px auto 0px;
}
div.leftFloatImage {
    float: left;
    margin-top: -5px;
    margin-left: -15px;
    margin-right: 10px;
}
div.sidebarImage {
    float: left;
    margin-left: 0px;
    margin-right: 10px;
}
div.centerFloatVideo {
    margin: -5px auto 0px;
}
*html div.rightFloatVideo embed {
    margin: 15px -10px 5px 15px;
}
*html div.centerFloatVideo embed {
    margin: 15px 0px 5px 0px;
}

div.caption {
    /*font-family:times,sans-serif;*/
    text-decoration: none;
    font-size:12px;
    margin: 3px 0px 5px 0px;
    padding: 0;
    color: #000;
    font-style:italic;
    text-align: center;
    position: absolute;
    right: 20px;
}
div.leftFloatVideo {
    float: left;
    margin: 0;
    margin-right: 20px;
}
div.leftFloatVideo div.caption {
    left: 0px;
}
div.videoContainer {
    position: relative;
}
div.videoContainer object {
    position: absolute;
    top: 15px;
}

div.videoContainer div.caption {
    /*font-family:times,sans-serif;*/
    text-decoration: none;
    font-size:12px;
    margin: 3px 0px 5px 0px;
    padding: 0;
    color: #000;
    font-style:italic;
    text-align: center;
    position: absolute;
    right: 0px;
}

div#pdfBlurb {
    width: 200px;
    font-size:11px;
    margin: 30px 15px;
    padding: 0;
    color: #000;
    font-style:italic;
    text-align: justify;
}

table#pagerTable {
    width: 100%;
    margin: 20px 10px;
}
table#pagerTable td {
    width: 50%;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
table#pagerTable td a {
    text-decoration: none;
    color: #3C0F0F;
}
table#pagerTable td span.disabledLink {
    color: #777;
}

div.rightFloatQuote {
    float: right;
}
div.rightFloatQuote div.quote,
div.rightFloatQuote div.caption {
    right: 0px;
}
div.leftFloatQuote {
    float: left;
}
div.leftFloatQuote div.quote,
div.leftFloatQuote div.caption {
    left: 0px;
}
div.quoteContainer {
    margin: 0;
    position: relative;
}
div.quoteContainer img {
    position: absolute;
    top: 0px;
}

div.quoteContainer div.quote {
    font-size: 15px;
    font-style:italic;
    text-align: left;
    /*text-transform: uppercase;*/
    font-weight: bold;

}
div.quoteContainer div.citation {
    font-size: 15px;
    margin: 4px 0px;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
}

ul li {
    margin: 25px 0px;
}

div.galleryDiv {
    margin-top: 50px;
    text-align: center;
}
div.galleryDiv .videoContainer {
    margin: 0px auto 70px;
}
div.galleryDiv .videoContainer .caption, 
div.galleryDiv .caption {
    font-size: 15px;
    font-style:normal;
    font-weight: bold;
}

