/* style1.css */
/* Set background color previous color, #ffffff */
BODY {background-color: #ffffff;
        background-image : url(./images/Indica1_sm.jpg);
        background-repeat : repeat-y;

        color : navy;
        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;
        }

/* The banner element */
DIV.banner {/*background-image: url(./images/banner4.gif);
        background-repeat : no-repeat;*/
        width: 640;
        height: 150px;
        position: absolute;
        left: 160px;
        top: 0px;

        }

/* The links element */
.Navigation {
        text-align: left;
        /*font-weight:bold;*/
        padding-left: 15px;
        padding-right: 20px;
        width: 155px;
        height: auto;
        position: absolute;
        top: 200px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        line-height : 110%;
        }

.linkbox { /* button-like box for navigation links */
        font-size : 15px;
        font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
        border-color : #4D4A51;
        border-style : groove;
        border-width : 2px;
        width: 120px;
        padding : 2px;
        margin : 2px;
        background-image : url(./images/Indica_btn.gif);
        background-repeat : repeat-x;
       }

P, OL, UL, DL {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 */
.six {font-size : 11px;
        color : #999999; /* This is for small text */
        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 : olive;
        text-decoration : none;
        background : #FFFFFF;
        }
A:visited {
        color : #62382C;
        text-decoration : none;
/*        background : #FFFFFF; */
        }
A:hover {
        color : red;
        text-decoration : underline;
        background : #FFFFFF;
        }

/* the section links in the navigation bar */
A.nav:link {
        color : #4D4A51;
        text-decoration : none;
        font-weight : 600;
        font-size : 14px;
        background : transparent;
        background-image : url(./images/Indica_btn.gif);
        background-repeat : repeat-x;
        }
A.nav:visited {
        color : #62382C;
        text-decoration : none;
        font-weight : 600;
        font-size : 14px;
        background : #ccc;
        background-image : url(./images/Indica_btn.gif);
        background-repeat : repeat-x;
        }
A.nav:hover {
        color : red;
        text-decoration : none;
        font-weight : 600;
        font-size : 14px;
        background : transparent;
        }
A.navtot { /* the style for the page */
        color : navy;
        text-decoration : none;
        font-weight : 600;
        font-size : 14px;
        background : transparent;
        }
/* Floats the image in the content division */
IMG.floatimage {
    float: left; margin-right: 15px; margin-top: 5px; margin-bottom: 2px; border: solid black 1px; text-align: center
    }

IMG.floatright {
    float: right;
    margin-left: 15px;
    margin-right: 10px;
    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;}
P.block { padding-left: 25px; padding-right: 40px;
             font-family: Trebuchet, Verdana, arial, sans-serif;
             font-size: 12px;
  }
/* 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 content element */
DIV.content { background-image: url(./images/Indica3.gif );
        background-repeat: repeat-xy;
        width: 450px;
        height: auto;
        position: absolute;
        left: 160px;
        top: 155px;
        padding-left: 10px;
        padding-right: 20px;
        padding-top : 10px;
        font-size : 15px;
        font-family : Times, serif;
       }
DIV.content2 { background-image: url(./images/Indica3.gif );
        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 : Times, serif;
       }

/* The quote element */
DIV.quote {
        background-color: #ccc;
        font-family: Trebuchet, Verdana, 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: #ccc;
        font-family: Trebuchet, Verdana, arial, sans-serif;
        color : navy;
        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 text links element */
DIV.textlink {
        color : navy;
        font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
        font-size : 12px;
        padding : 5px;
        margin : 2px;
        border-color : #4D4A51;
        border-style : groove;
        border-width : 2px;
        text-align: center;

        }