body {
    background-color: #E5E3BE;
    text-align: center;
    font-family: verdana, sans-serif;
    font-size: 12px;
}

td {
    font-size: 12px;
}

a {
    color: #03578B;
    font-weight: bold;
    text-decoration: none;
}

form {
    margin: 0px;
}

.underline {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

#masthead {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border: 1px solid #000000;
    width: 748px;
    padding: 0px;
}

#nav {
    margin-left: auto;
    margin-right: auto;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 748px;
    font-size: 16px;
    background-color: #7CACCA;
    word-spacing: 35px;
}

#nav a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

#main {
    background-color: #F7F7F7;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 728px;
    text-align: left;
}

* html #main {
    width: 748px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

td.dataRow {
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    padding-top: 5px;
}

td.headerRow {
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

td.detailRow {
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.paginator {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

a.paginatorLink {
    color: #000000;
    text-decoration: underline;
}

img.paginatorArrow {
    vertical-align: text-bottom;
    border-width: 0px 0px 0px 0px;
}

.colHeader {
    font-weight: bold;
}

.rowHeader {
    font-weight: bold;
}

.reviewHeader {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align: center;
    width: 100%;
}

.writingHeader {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.popupPhotoPortrait {
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    background-color: #DCDDD4;
    padding: 3px;
    text-align: center;
    width: 117px;
}

.popupPhotoLandscape {
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    background-color: #DCDDD4;
    padding: 3px;
    text-align: center;
    width: 154px;
}

.popupImage {
    border: 1px solid #000000;
    margin-bottom: 0px;
}

.commentHeader {
    text-align: left;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.commentSection {
    text-align: left;
    border-top: 1px solid #A8A8A8;
    margin-left: 20px;
    padding: 2px;
}

.commentText {
    margin-bottom: 5px;
}

.commentSubmitter {
    text-align: right;
    font-style: italic;
    margin-bottom: 2px;
}

.commentLink {
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

.photoWrap1 {
    float: left;
    background: url( '/images/drop_shadow_full.gif' ) right bottom no-repeat; /*border: 1px solid #FF0000;*/
}
.photoWrap2 {
    background: url( '/images/drop_shadow_bl.gif' ) left bottom no-repeat;
}
.photoWrap3 {
    padding: 0 7px 7px 0;
    background: url( '/images/drop_shadow_ur.gif' ) right top no-repeat;
}
.photoWrapThumb2 {
    background: url( '/images/drop_shadow_th_bl.gif' ) left bottom no-repeat;
}
.photoWrapThumb3 {
    padding: 0 7px 7px 0;
    background: url( '/images/drop_shadow_th_ur.gif' ) right top no-repeat;
}

