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