#sidebar {
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
    height: 700px;
    background: #f3f0e7 url("/images/navside_bg.jpg") no-repeat top left;
    padding: 0;
}
#sidebar h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 14px;
    color: #1d67af;
}
#sidebar ul.inline {
    margin: 0 auto;
}
#sidebar li.inline {
    display: inline;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}

#authlinks {
    color: black;
    background: #ffffff;
    margin: 5px 10px 0 10px;
    border: 1px dashed #888888;
    font-family: 'Times New Roman', serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
}
#authlinks p {
    text-align: center;
}
#authlinks a, #authlinks a:link, #authlinks a:visited {
    color: blue;
    font-family: 'Comic Sans MS',cursive;
    text-decoration: underline;
}
#authlinks a:hover {
    color: red;
    text-decoration: none;
}
#authlinks h3 {
    font-size: 11pt;
    font-family: 'Trebuchet MS','Times New Roman',serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background: #666666;
    color: #f3f3ff;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
    padding: 3px;
    margin: 0;
}
