body {
    padding: 0px;
    margin: 0px;
    background-color: #c7f787;
}

#header {
    background: url(GCU_Online-header.gif) 0px 0px no-repeat;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 780px;
    height: 109px;
}

#header h1 {
    text-alight: right;
    color: white;
    position: absolute;
    top: 50px;
    right: 20px;
    font-size: 20pt;
}

* html #header h1 {
    top: 65px;
}

#sidebar {
    background-color: #89bd3f;
    width: 151px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #000000;
    position: absolute;
    left: 0px;
    top: 111px;
}

#sidebar a {
    color: #ffffff;
}

#sidebar p {
    margin: 5px;
}

#sidebar ul {
    padding: 0px;
    margin: 5px;
    }

#sidebar li {
    padding: 5px;
    }

#content {
    width: 450px;
    position: absolute;
    left: 151px;
    top: 111px;
    padding: 10px;
}
#footer {
    text-align: center;
}

#content p {
    font-size: 12pt;
    font-family: verdana;
}

ul {
    list-style-image:   
        url(arrow.gif);
}

#banner {
    position: absolute;
    top: 120px;
    left: 640px;
}
