
h1 {
    font-size: 1.1em;
    color: #312B65;
    font-weight: bold;
    padding-top: 0px;
    margin-top: 0px;
}

p {
    padding: 0px;
    margin: 0px;
}

.mainImage {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.altImage {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: hidden;
}

#upperThumbs {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 389px;
    height: 131px;
    background: #FFFFFF;
}

#lowerThumbs {
    position: absolute;
    top: 258px;
    left: 0px;
    width: 389px;
    height: 131px;
    background: #FFFFFF;
}

.thumb {
    position: absolute;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

#thumb1 {
    top: 0px;
    left: 0px;
}

#thumb2 {
    top: 0px;
    left: 131px;
}

#thumb2_empty {
    background-color: #5B83A2;
    position: absolute;
    top: 0px;
    left: 131px;
    width: 128px;
    height: 129px;
}

#thumb3 {
    top: 0px;
    left: 261px;
}

#thumb3_empty {
    background-color: #5B83A2;
    position: absolute;
    top: 0px;
    left: 261px;
    width: 128px;
    height: 129px;
}

#thumb4 {
    top: 2px;
    left: 0px;
}

#thumb4_empty {
    background-color: #5B83A2;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 129px;
    height: 129px;
}

#thumb5 {
    top: 2px;
    left: 131px;
}

#thumb5_empty {
    background-color: #5B83A2;
    position: absolute;
    top: 2px;
    left: 131px;
    width: 128px;
    height: 129px;
}

#thumb6 {
    top: 2px;
    left: 261px;
}

#thumb6_empty {
    background-color: #5B83A2;
    position: absolute;
    top: 2px;
    left: 261px;
    width: 128px;
    height: 129px;
}

#pageCopyHeader {
    position: absolute;
    top: 138px;
    left: 23px;
    width: 340px;
    text-align: left;
}

#pageCopyContainer {
    position: absolute;
    top: 159px;
    left: 23px;
    width: 340px;
    height: 85px;
    
    overflow: hidden;
    clip: rect(0px,340px,85px,0px);
}

#pageCopyContent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 340px;
    height: 100%;
    
    text-align: left;
}

.scrollBar {
    position: absolute;
    width: 12px;
    background-color: #D8D2A8;
    border: 1px solid #EEE;
    visibility: hidden;
}

.scrollUp {
    position: absolute;
    left: 1px;
    top: 0px;
    width: 10px;
    height: 11px;
    border-bottom: 1px solid #EEE;
    line-height: 0px;
}

.scrollDown {
    position: absolute;
    left: 1px;
    border-top: 1px solid #EEE;
    line-height: 0px;
}

#copyScrollBar {
    top: 157px;
    left: 372px;
    height: 85px;
}

#copyScrollUp {

}

#copyScrollDown {
    top: 73px;
}

#moreBackLinks {
    position: absolute;
    top: 587px;
    left: 561px;
    width: 381px;
    color: #DDDDDD;
    font-size: 1.1em;
    letter-spacing: .13em;
}

#moreLink {
    position: absolute;
    top: 0px;
    left: 231px;
    width: 150px;
    text-align: right;
    color: #FFFFFF;
}

#instructions {
    width: 389px;
}

#backLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    text-align: left;
    color: #FFFFFF;
}

.landingLink {
    color: #312B65;
}

.landingLink:hover {
    color: #7396B2;
}







