#sidebar {
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -760px; /*Set left margin to -(MainContainerWidth)*/
    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: 2px dotted #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: 'Comic Sans MS',cursive;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background: #cccccc;
    color: #666666;
    border-bottom: 1px dotted #888888;
    padding: 3px;
    margin: 0;
}

