/*
  The main style for ateacher.org, 
*/

a {
    color: #999;
    text-decoration: none;
}

a:visited {
    color: #888;
}

a:hover {
    color: black;
    text-decoration: none;
}

body {
    background-color: white;
    padding-top: 0px;
    margin: auto;
    color: black;
    text-align: left;
}

img {
    border: none;
}

td {
    padding-top: 5px;
    padding-left: 10px;
    vertical-align: top;

}

/* ID's */
div#user {
background: white;
color: black;
width: 20%;
float: right;
padding: 0px 10px 0px 10px;
margin: 0px;
}

div#footer {
    border-top-style: ridge; 
    border-top-width: 2px;
}

div#footer_right {
    width: 40%;
    margin-left: 200px;
    text-align: right;
}

div#header {
    padding-top: 50px;
    padding-left: 75px;
    background: #fc0;
    color: white;
    border-bottom-style: ridge; 
    border-bottom-width: 2px;
}

div#main {
    background-color: white;
    width: 50%;
    margin-left: 200px;
    padding: 20px 10px 5px 5px;
    /* border: 1px dotted; */
    vertical-align: top;
    border-collapse: collapse;
    text-align: left;
}

div#nav {
    float: left;
    width: 100px;
    margin-left: 75px;
    //    border-right: 0.5px ridge;
    text-align: left;
}

div#right {
float: right;
}

table#tight {

}

table#tight td {
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
}


