* {
    margin: 0;
    padding: 0;
}

html, body {
    background-color: #000;
}

img {
    border:0;
}

h1 {
    font-size: 15px;
    font-weight: normal;
}

#book {

    width: 1000px;
    margin: 0 auto;
    font-family: Helvetica, Arial;
    font-size: 12px;
}

#header {
    
    width: 1000px;
    height: 73px;
    background-image:url(../images/header.gif);

}

#flash {
    
    width: 1000px;
    height: 229px;
    
}

#footer {
    clear: both;
    width: 1000px;
    background-image:url(../images/footer.jpg);
    height:88px;
    text-align: center;
    color: #fff;
    line-height: 1.7;
}

#footer a, #footer a:visited {
    color: #fff;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}

#left {
    width: 347px;
    float: left;
}

#right {
    width: 653px;
    float: left;
    min-height: 738px;
}

.title {
    color: #fff;
    line-height: 2;
    margin-top: 5px;
    display: block;
}

.link {
    margin-left: 111px;
    line-height: 1.4;
}

.link a, .link a:visited {
    color: #6699cc;
    text-decoration: none;
}

.link a:hover, .link a:active {
    text-decoration: underline
}

.link table {
    margin-top: 5px;
    color: #fff;
    font-size:11px;
}

.art {
    width: 518px;
    margin-left: 30px;
}

.arthead {
    font-family: Geneva, Helvetica, Arial;
    font-size: 15px;
    color: #660000;
}

.artbody {
    margin-top: 5px;
    line-height: 1.5;
}

.art a, .art a:visited {
    color: #6699cc;
    text-decoration: none;
}

.art a:hover, .art a:active {
    text-decoration: underline;
}

hr {
    border: 0;
    background-color:#999966;
    height: 1px;
}

#topnav {
    position: relative;
    left: 550px;
    top: 9px;
    width: 225px;
    float: left;
}

#nav {
    position: relative;
    left: 230px;
    top: 20px;
    width: 710px;
}

.tfield {
    width: 140px;
    height: 20px;
    padding-left: 2px;
    padding-top: 2px;
}

.loginhead {
    font-family: Geneva, Helvetica, Arial;
    font-size: 18px;
    color: #660000;
}
#loginleft {
    width: 200px;
    float: left;
    border-right: 1px black solid;
    padding-right: 20px;
}

#loginright {
    width:230px;
    float: left;
    margin-left: 50px;
}

.tfield {
    border: 1px solid black;
}

.artbody ul {

    margin-left: 45px;

}

#content {
    
    background-image:url(../images/back.gif);
    background-repeat: repeat-y;
    clear: both;
    height: 100%;
    margin-top: -3px;
}

.instructor {
    text-align: center;
    width: 250px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rarrow {
    height: 31px;
    overflow: hidden;
    background-image:url(../images/rarrow.gif);
    background-position: 0 0;
    width: 32px;
}

.rarrow:hover {
    background-position: 0 -31px;
}

.larrow {
    height: 31px;
    width: 32px;
    overflow: hidden;
    background-image:url(../images/larrow.gif);
    background-position: 0 0;
}

.larrow:hover {
    background-position: 0 -31px;
}

#lookupID {
    color: #6699cc;
    cursor: hand;
    cursor: pointer;
}
#lookupID:hover {
    text-decoration: underline;
}

#number {
    position: relative;
    left: 111px;
    float: left;
    top: 7px;
}
    