#sidebar {
    float: left;
    width: 200px; /*Width of left column*/
    margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
    height: 1000px;
    background: 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 h3 {
    font-size: 14px;
    font-family: 'Papyrus','Comic Sans MS',cursive;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    background: #802ccf;
    color: #f3f3f3;
    border-top: 1px solid #c2baf0;
    border-bottom: 1px solid #c2baf0;
    padding: 3px;
    margin: 5px 5px 0 12px;
}
#sidebar ul.inline {
    margin: 0 auto;
}
#sidebar li.inline {
    display: inline;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 auto;
}
#sidebar p {
    background: #ffffff;
    margin: 0 5px 0 12px;
}
#sidebar .widget {
    background: #ffffff;
    text-align: center;
    float: center;
    margin: 0 5px 0 12px;
}
#sidebar .widget a, #sidebar .widget a:link, #sidebar .widget a:visited {
    color: #802ccf;
}
#sidebar .widget a:hover {
    color: #ff0000;
}

#authlinks {
    color: #0a9000;
    background: #ffffff;
    margin: 5px 10px 0 20px;
    border: 1px 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: 'Papyrus','Comic Sans MS',cursive;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    background: #beb3ed;
    color: #ffffff;
    border-bottom: 1px dotted #888888;
    padding: 3px;
    margin: 0;
}
