body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

div#myslidemenu {
    padding: 0;
    border-top: 1px solid #778;
    height: 29px;
    position: absolute; left: 170px; bottom: 0px;
}

div#breadcrumb {
    color: white;
    font-weight: bold;
}
div#breadcrumb a {
    padding: 2px;
    color: white;
    text-decoration: none;
}

div#breadcrumb a:hover {
    text-decoration: underline;
}


div#top {
    background-color: #CC9900;
    color: #000099;
    border-bottom: 3px solid #000099;
    width: 100%;
    height: 113px;
    position: relative;
}

div#content {
    padding: 2px;
    background: url(img/gradient.jpg) top right repeat-y;

}

#sidebar {
    float: right;
    width: 193px;
    margin: 0;
    padding: 0;
}

#sidebar-content {
    margin: 0;
    padding: 0.5em 1em;
    text-align: center;
}

#main {
    margin: 0 193px 0 0;
    padding: 0;
}

#main-content {
    margin: 0;
    padding: 0.5em 1em;
    font-size: 100%;
}

hr.cleaner {
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

h1#toptitle {
    text-align: center;
    padding-top: 10px;
    margin-top: 0;
}

div#footer {
    background-color: #CC9900;
    color: white;
    width: 100%;
    height: 40px;
    border-top: 3px solid #000099;
    border-bottom: 3px solid #000099;
}

img.logolink {
    margin: 10px;
    border: 0;
}
