/* Style Sheet for eclipsetree     */

/**           BODY, TABLES        **/
body, table { 
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;                 
    font-variant: normal;              
    font-style: normal;               
    color: #FFFFCC;             /* buff     */
    background-color: #8B7C5F;  /* moleskin */
    text-decoration: none;
}

table, td, th { 
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}


/**       TITLE & NAVIGATION BAR     **/
.picturebar {
    background-color: #AF20AD; /* purple */
}

.titlebar {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    color: #09D8A2;  /* teal-1*/
    background-color: #3A2351; /* navy */
}

.navbar {
 /*   border-style: solid;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-color: #09D8A2; 
    border-bottom-color: #7439AD; */
    background-image: url("/images/nav-bg.gif");
    background-repeat: repeat;
    background-color: #BDAD89; /* tanlite */
}

a:link.nav-link, a:visited.nav-link, a:active.nav-link, a:hover.nav-link { /* navbar links */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: bold;
    color: #331642;  /*indigo*/
    text-decoration: none;
}

.nogap {   /* to correct IE extra padding below images, as in picturebar*/
    display: block;
}

/**      TITLES, HEADERS, FOOTERS        **/
.title {  
    font-family: "Times New Roman", Times, serif;
    font-size: 46px;
    font-style: italic;
    color: #331642;  /*indigo*/
    padding-top: 84px;
    padding-bottom: 36px;
    padding-left: 24px;
    padding-right: 24px;
}

.subtitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: normal;                 
    font-variant: normal;              
    font-style: italic;               
    color: #FFFFCC;             /* buff     */
}

.header {         /* NOT USED YET */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
}

.footnote {   
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}

/**         SPACING, ALIGNMENT             **/
.body-row1 { /* Currently used on home page only */
    line-height: 84px;
}

.body-rowfooter {
    line-height: 232px;
}

.body-column1 {
    padding-top: 6px;
    padding-bottom: 12px;
    padding-left: 24px;
}

.body-column2 {
    padding-top: 6px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
}

.body-column3 {
    padding-top: 6px;
    padding-bottom: 12px;
    padding-right: 24px;
}

.body-columna {
    padding-left: 24px;
}

.body-columnb {
    padding-right: 24px;
}

.center {
    text-align: center;
}

.expanded { 
    letter-spacing: 0.05pt;
}

.white-space {
 white-space: pre; /* preserve white space as written */
 }

/**       COLORS, FONT STYLES       **/
.purple {
    color: #AF20AD;
}
.navy {
    color: #3A2351;
}
.teal-1 {
    color: #09D8A2;
}
.teal-2 {
    color: #03A7A9;
}
.tanlite {
    color: #BDAD89;
}
.blueviolet {
    color: #7439AD;
}
.moleskin {
    color: #8B7C5F;
}
.indigo {
    color: #331642;
}
.buff {
    color: #FFFFCC;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}

