html, body {
    height:98%;
    font-size:.95em;
}

#topmenu {
    float: right;
}

#topmenu a {
    background: #BE5163;
    border-bottom: 1px solid black;      
    border-left: 1px solid #cccccc;
    border-right: 1px solid black;                      
    border-top: 1px solid #cccccc;
    padding: 1px;
    width: 150px;
    float: right;
    text-align: center;
    text-decoration: none;
    font: normal .7em Verdana;
    color: white;
}
#topmenu a:hover {
    background: #6677cc;
}

#borderContainer {
    width: 100%;
    height: 100%;
}

#header {
    background: white;
    border: solid black 1px;
}

div#mainmenu {
    height: 1.5em;
    width: 100%;
    border-top: solid black 1px;
    border-bottom: solid black 1px;
    background-color: #6677cc;
}

div#mainmenu ul {
    margin: 0px;
    padding: 0px;
    height:100%;
    color: white;
}

div#mainmenu li {
    height:100%;
    list-style-type: none;
    display: inline;
    float:left;
    width: 16.6%;
    text-align:center;
    border: none;
}

div#mainmenu li a, div#mainmenu li a:visited {
    border-left: 1px solid black;
//    border-right: 0px solid black;
    float:left;
    width:100%;
    height:100%;
    text-decoration: none;
    color: white;
    font: normal 1em Verdana;
}

div#mainmenu li:hover {
    background-color: #BE5163;
}

#sidebarleft {
    border-right: 1px solid black;
    background-color: black;
}

#sidebarright {
    border: 1px solid;
    padding: 5px;
    float:right;      
}
div#footer {
    height: 1em;
    width: 100%;
    border-top: solid #cccccc 1px;
    border-bottom: solid black 1px;
    background-color: #BE5163;
}

div#footer ul {
    margin: 0px;
    padding: 0px;
    height:100%;
    color: white;
}

div#footer li {
    height:100%;
    list-style-type: none;
    display: inline;
    float:left;
    width: 33.3%;
    text-align:center;
}

div#footer li a, div#footer li a:visited {
    float:left;
    width:100%;
    height:100%;
    text-decoration: none;
    color: white;
    font: normal .7em Verdana;
    border-left: 1px solid black;
}

div#footer li:hover {
    background-color: #6677cc;
}

