body    {
        margin: 0 auto;
        padding: 0;
        font: 100% "Courier New";
        font-size: 30px;
        font-weight:bold;
        background-color: #000000;
        background: #000000 url(images/bg.jpg) top center repeat-y;
        }
div {
    padding: 10px;
}

#container {
    width: 870px;
    margin: 0 auto;
}

#primary {
    float: left;
    width: 180px;
    background-color: #336600;
    height: 500px;	
}

#content {
    width: 870px;
}

#secondary {
    float: left;
    width: 180px;
    background-color: #333399;
    height: 500px;
}

#footer {
    background-color: #333;
    overflow: hidden;
    color: #ffffff;
    margin: 50px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
    clear: both;
    width: 868;	
}

ul {
    list-style-type: none;
    margin: -10px -10px -10px -10px;
    padding: 0;
    width: 200px;
    background-color: #666666;
}

li a {
    display: block;
    color: #000;
    padding: 8px 0px 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
li a:hover {
    background-color: #555;
    color: white;
}

.active {
    background-color: #333399;
    color: white;
}


/* Table formatting */
.formtable {
    background-color: #339900;
}

/* Login Status formatting */
.status {
    color: green;
    font-size: 16px;
}
