BODY {
    background: #ccc;
    color: black;
    padding:0px;
    font-size: 13px;
    line-height: 18px;
    font-family: Verdana;
}

.left_toolbar {
    background:#fff;
    font-size:13px;
    margin-left:3px;
}

.left_toolbar ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    margin-left: 10px;
}

.left_toolbar_title {
    background-color:#4899c4;
    color:#fff;
    font-size:12pt;
    font-weight:bold;
    margin:0px;
    padding:0px;
    margin-right:10px;
    padding-left:10px;
}

.left_toolbar A:link {color: blue;}
.left_toolbar A:visited {color: blue;}
.left_toolbar A:active {color: blue;}
.left_toolbar A:hover {color: blue;}

.no_frills A:link {text-decoration: none; color: blue;}
.no_frills A:visited {text-decoration: none; color: blue;}
.no_frills A:active {text-decoration: none; color: blue;}
.no_frills A:hover {text-decoration: none; color: grey;}

.footer {
    border:1px solid;
    background:#ccc;
    width:800px;
    margin:0px;
    padding:0px;
}

.body_content {
    margin-right:5px;
}
