body, p, ol, ul, td {
    color: #215130;
    font-family: arial, helvetica, sans-serif;
}

body {
    margin-top: 0px;
    padding-top: 0px;
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    max-width: 974px; /* width of banner and watermark */
}

a:link { color: #215130 }
a:visited { color: #215130 }
a:hover { color: #517160 }
a:active { color: #215130 }

.firstword {
     float: left;
     padding: 0px;
     margin: 0px;
     height: 1em;
}

#banner {
    background-image: url("images/banner974x88.jpg");
    background-repeat: no-repeat;
    height: 88px;
}

#banner #logo {
    float: left;
    background-image: url("images/gs_logo290x62.png");
    background-repeat: no-repeat;
    background-position: center left;
    margin-left: 13px;
    width: 290px; /* same as banner image */
    height: 88px; /* same as logo image */
}

#banner #title {
    overflow: hidden;
}

#banner #title h1 {
    float: left;
    font-style: italic;
    color: #ebfce0;
    padding-left: 50px;
/*    line-height: 2em;*/
}

#watermark {
    background-image: url("images/bg974x680.png");
    background-repeat: no-repeat;
    min-height: 680px; /* same as watermark image */
}

#container {
    padding-top: 10px;
}

#main {
    font-style: italic;
    color: #215130;
}

#left {
    width: 13%;
    float: left;
}

#navbar {
    border-right: 1px dashed #a0a0a0;
}

#navbar a { text-decoration: none }

#navbar ul {
    font-weight: bold;
    font-size: large;
    list-style-type: none;

    margin-left: 0px;
    padding-left: 0px;
}

#navbar li {
    margin-bottom: 10px;
}

#middle {
    width: 40%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

#widemiddle {
    width: 83%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
}

#small {
    font-size: 9pt;
}

#video {
    float: left;
}

#videotext {
    float: left;
}

#right {
    width: 43%;
    float: left;
}

#right li {
    list-style-type: none;
}

#itemtext {
    text-align: right;
}

#itemimage {
    width: 50%;
    float: left;
}

#rightjustified {
    width: 87%;
/*    margin-right: 0%;*/
    text-align: right;
    float: left;
}

#rightjustified ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

#rightjustified li {
    margin-bottom: 10px;
}

#footer p {
    float: left;
    font-size: 9pt;
}

.pdficon {
    padding-left: 20px;
    background-image: url("images/pdf.gif");
    background-repeat: no-repeat;
}
    
