/* stylewell.css */
/* Set background color previous color, #ffffff */
BODY {background-color: #ffffff;
      background-image : url(./images/default2.gif);
      background-repeat : repeat-y;
        color : "000000";
        margin: 0px;
        padding : 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: 24pt "Arial";         color: #3163FF;  font-weight: bold;}

DIV.banner {
        width: 760px;
        height: 125px;
        position: absolute;
        left: 0px;
        top: 0px;

        }

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

.linkbox { /* button-like box for navigation links */
        font-family :Arial, Tahoma,  Verdana, Helvetica, sans-serif;
        font-size : 14px;
        width : 110px;
        padding : 8px;
        text-align : center;
        /*
        border-color : #4D4A51;
        border-style : groove;
        border-width : 2px;  */
        Margin : 0px;
        /*
        background-image : url(./images/pretty_btn.gif);
        background-repeat : repeat-x;    */
        }
/* List styles */
li.nobullet {list-style : none;}
P, OL, UL, DL, TABLE {font-family : Arial; font-size : 16px; color: navy; line-height : 1.4em}
/* font-family defined, just set the font size */
P OL, P UL, P DL, OL UL {font-size : 13px;}
/* prevent the incredible shrinking text */
.booktitle { font-family : arial; font-weight : bold; }
.bookauth {font-family : Times New Roman; font-size : 14}
/* Links in text */
A:link {
        font-weight : bold;
        color : #000084;
        text-decoration : underline;
        background : transparent;
        }
A:visited {
        font-weight : bold;
        color :  #6600cc;
        text-decoration : underline;
/*        background : #FFFFFF; */
        }
A:hover {
        color : #ff24ff;
        font-weight : bold;
        text-decoration : underline;
        background : #000084;
        }

/* the section links in the navigation bar */
A.nav:link {
        color : #000084;
        text-decoration : none;
        font-weight : bold;
        background : transparent;
        }
A.nav:visited {
        color : #000084;
        text-decoration : none;
        font-weight : bold;
         }
A.nav:hover {
        color : #ff24ff;
        text-decoration : none;
        font-weight : bold;
        background : #3163FF;
        }
A.navtot { /* the style for the page */
        color : #3163FF;
        text-decoration : none;
        background : transparent;
        font-weight : bold;
        }


/* Tables */
TD.smallfont {
    font-size : 80%;
}
TD.header { font-size : 80%; text-align : center; font-weight : bold; background-color : #ADC1FF; }
TD.thumb {align : center; valign : top }
TD.photo {font-family : serif; color : navy; font-size : 10; text-align : right; font-style : italic}
/* 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: 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
    }
/* 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 {
        padding : 5px;
        width : 800px;
        text-align: left;
        color : navy;
        font-weight : bold;
        background-image : url(./images/footer.gif);
        background-position : right;
        background-repeat: no-repeat;
        font-family : arial;
        font-size: 10;
        }

/* The content element */
DIV.content {
        width: 640px;
        height: auto;
        position: absolute;
        left: 130px;
        top: 130px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top : 10px;
        padding-bottom : 5px;
        font-family :  "Arial;
       }

