/* style1.css */
/* Set background color previous color, #ffffff */
BODY {background-color: #ffffff;
        background-image : url(./images/decotile.gif);
        background-repeat : no-repeat;
        background-position: top left;
        background-position : 20 50;

        color : "444444";
        margin: 0px;

}

/* H1 style within the banner element */
H1 {text-align: center;
        font-size: 2em;
        padding-top: 110px;
        padding-bottom: 20px;
        border-bottom: solid 1px black;
        }
H2 {font: 16pt "Arial "; color : "#9F8177"}
/* Table cells */
TD.smallfont {font-size : 10pt; font-style : italic }
TD.cell1 {
     font-family : "Trebuchet", "Verdana", "Meta", "MS SANS", "ARIAL";
     font-size : 8pt;
}
TD.cell1.bold {font-weight : bold; background-color : "#D3C2AE"}
TD.cell2 {
     font-family : "Trebuchet", "Verdana", "Meta", "MS SANS", "ARIAL";
     font-size : 8pt;
     color : "#444444"
}
TD.cell2.gray {background-color : "#eeeeee"}
TD.cell2.light {background-color : "E6E9D4"}
TD.light {background-color : "E6E9D4"}
TD.small {font-size : 11px;}
TD.center {text-align : center;}
/* The banner element */
DIV.banner {
        width: 707px;
        height: 120px;
        position: absolute;
        left: 40px;
        top: 40px;
        margin : 0px;

        }

/* The links element */
.Navigation {
        text-align: left;
        /*font-weight:bold;
        padding-left: 5px;
        padding-right: 20px;*/
        width: 180px;
        height: auto;
        position: absolute;
        top: 200px;
        line-height : 110%;
        }

.linkbox { /* button-like box for navigation links */
        font-family :Arial, Tahoma,  Verdana, Helvetica, sans-serif;
        width: 105px;
        padding : 2px;
        margin : 2px;
        background: transparent;
        text-align: right;
        /*
        background-image : url(./images/pretty_btn.gif);
        background-repeat : repeat-x;    */
       }

P, OL, UL, DL {font-size : 14px;}
P.size13 {font-size : 13px;}
TD {font-size : 13px; }}
/* font-family defined, just set the font size */
P OL, P UL, P DL, OL UL {font-size : 13px;}
/* prevent the incredible shrinking text */

/* Fonts for the links */
.beth {font-weight : bold}
.beth.eleven {font-size : 13px; font-style : italic}
.beth.sans {font-family : trebuchet,arial}
.beth.ital {font-style : italic}
.beth.small {font-size : 11px;}
.six {font-size : 11px;
        background : transparent;
        }
.mit {
        text-align : justify; /* justified text */
        }
.red {color : #FF0000; background : #FFFFFF; }
.mint {color : #009999; backgound : #FFFFFF; }
.ROT {font-size : 16px; /* also red, but bigger and in bold */
        color : #FF0000;
        font-weight : 600;
        background : #FFFFFF;
        }

/* Links in text */
A:link {
        color : "#444444";
        text-decoration : underline;
        background : transparent;
        }
A:visited {
        color : "#444444";
        text-decoration : underline;
/*        background : #FFFFFF; */
        }
A:hover {
        color : "#EDACA8";
        text-decoration : underline;
        background : 9F8177;
        }

/* the section links in the navigation bar */
A.nav:link {
        color : "#444444";
        text-decoration : none;
        font-weight : 600;
        font-size : 10px;
        background : transparent;
        /*
        background-image : url(./images/pretty_btn.gif);
        background-repeat : repeat-x;   */
        }
A.nav:visited {
        color : #444444;
        text-decoration : none;
        font-weight : 600;
        font-size : 10px;
        background : transparent;
        /*
        background-image : url(./images/pretty_btn.gif);
        background-repeat : repeat-x;   */
        }
A.nav:hover {
        color : #E6E9D4;
        text-decoration : none;
        font-weight : 600;
        font-size : 11px;
        background : transparent;
        }
A.navtot { /* the style for the page */
        color : #EDACA8;
        text-decoration : none;
        font-weight : 600;
        font-size : 11px;
        background : transparent;
        }
/* Floats the image in the content division */
IMG.floatimage {
    float: left; margin-right: 15px; margin-top: 2px; margin-bottom: 2px; border: solid black 1px; text-align: center
    }

IMG.floatright {
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    border: solid black 1px;
    text-align: center
    }
IMG.floatnoborder {
    float: right;
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 2px;
    border: 0px;
    text-align: center
    }
/* Styles the content element paragraph first line */
P.article:first-line {font-variant: small-caps;}
/* Floating text box */
.floatbox {
        background-color: #ccc;
        width: 125px;
        float: right;
        padding: 1em;
        margin-left: 1em;
        margin-top : 5 px;
        border: solid black 1px;
        }
/* The text links element */
DIV.textlink {
        color : #444444;
        font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-size : 10px;
        padding : 5px;
        margin : 2px;
        text-align: center;
        background-image : url(./images/footer.gif);
        background-position : right;
        background-repeat: no-repeat;
        }
/* The content element */
DIV.content { /* white-space background-image: url(./images/PrettyPink2.jpg );
        background-repeat: repeat-xy; */
        width: 535px;
        height: auto;
        position: absolute;
        left: 200px;
        top: 125px;
        padding-left: 20px;
        padding-right: 0px;
        padding-top : 15px;
        font-size : 13px;
        font-family: "Georgia", "Times New Roman", serif;
       }

DIV.content2 { /* background-image: url(./images/PrettyPink2.jpg );
        background-repeat: repeat-xy;   */
        width: 400px;
        height: auto;
        position: absolute;
        left: 160px;
        top: 155px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top : 10px;
        font-family : "Georgia", "Times New Roman", serif;
       }
/* The quote element */
DIV.quote {
        background-color: "#E6E9D4";
        font-family: Verdana, Helvetica, arial, sans-serif;
        color : navy;
/*        font-size: 1.5em;      */
        text-align: center;
        width: 145px;
        height: auto;
        position: absolute;
        left: 455px;
        top: 0px;
        padding: 5px;
        margin: 0px;
        }

/* The update element */
DIV.update {
        background-color: "#D3C2AE";
        font-family: Verdana, Helvetica, Arial, sans-serif;
        color : "#444444";
        font-size: .75em;
        text-align: left;
        width: 195px;
        height: auto;
        position: absolute;
        left: 405px;
        top: 0px;
        padding-top: 10px;
        padding-left: 5px;
        padding-bottom: 10px;
        padding-right: 5px;
        margin: 0px;
        }


/* The ticker text element */
INPUT.scroller {
        color:#444444;
        font-family:"Trebuchet, sans-serif";
        font-size:10pt;
        font-style : italic;
        font-weight:400;
        border : 0px;
        background : transparent;
}