body {
    margin: 0px;

}

#table{
    border-width:1px;
    width:900px;

}

#top {
    background-color: #036fab;
    color: white;
    padding: 10px;
    margin: 0px 0px 10px 0px;
    height: 80px;
    width: 900px;
    border: #036fab;
    border-bottom-right-radius: 100pt;

}



#bottom {
    background-color: #c2dfef;
    padding: 12px;
    height: 20px;
    width: 900px;border: #c2dfef;
}

#left {
    background-color: #ece3a5;
    padding: 10px;
    width: 150px;
    vertical-align: top;
}

#right {
    background-color: #ece3a5;
    padding: 10px;
    width: 150px;
    vertical-align: top;
}

#content {
    background-color: #dddddd;
    padding: 10px;
    vertical-align: top;
    height: 450px;
    width: 900px;
    border: #dddddd;

}

#top a:link, #top a:visited {
    color: white;
    font-weight : bold;
    text-decoration: none;
}

#top a:link:hover, #top a:visited:hover  {
    color: black;
    font-weight : bold;
    text-decoration : underline;
}

.col1{width: 35%}
.col2{width: 65%}
.colx{width:30%}
