A:link { text-decoration:none; color: #0000f0 }
A:visited { text-decoration:none; color: #0000f0 }
A:active { text-decoration: none; color: #0000f0 }

A.greylink:link { text-decoration:none; color: #aaaaaa }
A.greylink:visited { text-decoration:none; color: #aaaaaa }
A.greylink:active { text-decoration: none; color: #0000f0 }
A.greylink:hover { text-decoration: none; color: #0000f0 }


BODY {
    font-family: sans-serif;
}

TD, P, UL {
    font-family: sans-serif;
}

PRE {
    overflow: auto;
}

#sidebar {
    position: absolute;
    right: 0px;
    width: 200px;
    margin-left: 0px;
    margin-right: 10px;
    background-color: #ffffff;
}

#sidebar div.header {
    width: 188px;
    background-color: #333366;
    color: #ffffff;
    text-align: center;
    padding: 7px 6px 7px 6px;
}

#sidebar div.text {
    width: 188px;
    background-color: #bbbbff;
    color: #000000;
    padding: 6px;
}

#sidebar img.logo {
    float: left;
    padding-right: 6px;
    padding-bottom: 3px;
}

#main {
    margin-left: 10px;
    margin-right: 220;
    background-color: #ffffff;
}

#main div.header {
    background-color: #333366;
    color: #ffffff;
    padding: 7px 6px 7px 6px;
}

#main div.header a:link { color: #ffffff; }
#main div.header a:visited { color: #ffffff; }
#main div.header a:active { color: #ffffff; }

#main div.subheader {
    background-color: #ddddff;
    padding: 3px 20px 3px 20px;
}

#main div.text {
    margin: 20px 40px 20px 40px;
    min-height: 100px;
    background-color: #ffffff;
    color: #000000;
}

#main img {
    overflow: auto;
}

#main img.mugshot {
    float: right;
    margin: 0px 0px 15px 15px;
}

#header {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    height: 64px;
    width: 100%;
    background-image: url("images/planitback.gif");
    background-repeat: repeat-x;
}

#header div.logo {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px 0px 0px 0px;
    height: 64px;
    width: 420px;
    /*background-image: url("images/planit2.gif");*/
    background-image: url("images/alumnit.gif");
    background-repeat: no-repeat;
}

#middle {
    position: absolute;
    top: 96px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#footer {
    /*position: relative;*/
    left: 0px;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 64px;
    width: 100%;
    /*
    background-image: url("images/planitback2.gif");
    background-repeat: repeat-x;
    */
    text-align: center;
}

