/* 
    Document   : style
    Created on : 26-Jul-2012, 2:14:48 PM
    Author     : C. Henry
    Description:
        Purpose of the stylesheet follows.
*/

html {
    overflow-y: scroll;
    height: 100%;
}

body {
    background-color: #005608;
    margin: 0px;
    height: 100%;
}

#banner {
    padding: 10px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    padding: 10px;
    width: 600px;
    text-align: center;
    margin: 20px auto 0px auto;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 20px;
    word-spacing: 10px;
    font-weight: bold;
    font-style: italic;
}

#menu a {
    text-decoration: none;
    color: #C3AD80;
}

#dbody {
    background-color: #fce0a6;
    width: 1280px;
    margin: 10px auto 0px auto;
    padding-right: 10px;
    font-family: "arial";
    font-size: 17px;
    overflow: hidden;
}

#leftPane {
    background-color: #119922;
    float: left;
    margin-right: 20px;
    margin-bottom: -1000px;
    padding: 0px 10px 1020px 20px;
    width: 380px;
}

#tab {
    float: right;
    margin-right: 575px;
}

#pList {
    overflow: auto;
}

#pList li {
    margin: 5px;
    padding: 0px;
}

#spacer {
    height: 50px;
}

#pubImage {
    width: 153px;
    height: 232px;
}

#dbody-v1 {
    display: table;
    background-color: #fce0a6;
    width: 1280px;
    margin: 10px auto 0px auto;
    padding-right: 10px;
    font-family: "arial";
    font-size: 17px;
    overflow: hidden;
}

#leftPane-v1 {
    display: table-cell;
    vertical-align: top;
    background-color: #119922;
    margin-right: 20px;
    padding: 0px 10px 0px 20px;
    width: 380px;

    /* float: left; */
    /* margin-bottom: -1000px; */
    /* padding: 0px 10px 1020px 20px; */
}

#rightPane-v1 {
    display: table-cell;
    vertical-align: top;
    padding: 0px 10px 0px 20px;
}