body {
    font-family: Arial, sans-serif;
    padding: 0;
    margin: 0;
    background-color: white;
    background-image: url("/images/page-background.gif");
    background-repeat: repeat-x;
    background-position: 0 71px;
}

a, :link, a em {
    color: #3D6F3D;
}

:visited, h1 :link, h1 :visited {
    color: #4D894D
}


#top-bar {
    height: 46px;
    background-color: #77AB77;
    background-image: url("/images/top-background.png");
    background-repeat: repeat-x;
}

#top-bar a {
    border: 0px;
}

#top-bar a:hover {
    background-color: transparent;
}

#buttons {
    position: absolute;
    right: 0;
    padding: 4px 4px 0 0;
}

#buttons a {
    display: block;
    margin: 0 0 4px 0;
}

#logo {
    max-width: 900px;
    width: expression(document.body.clientWidth > 900 ? "900px" : "auto");
    text-align: left;
}

#logo img {
    margin: 15px 0 0 10px;
}

#menu-bar{
    background-color: #DFDFDF;
    background-image: url("/images/menu-background.png");
    background-repeat: repeat-x;
    text-align: center;
}

#menu-bar table {
    height: 25px;
    max-width: 900px;
    width: expression(document.body.clientWidth > 900 ? "900px" : true);
    border-left: 1px solid #B6B6B6;
}

#menu-bar td {
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 14%;
    border-right: 1px solid #B6B6B6;
    cursor: pointer;
}

#menu-bar td:hover {
    background-image: url("/images/menu-background-highlight.png");
    background-repeat: repeat-x;
    background-color: transparent;
}

#menu-bar a, #menu-bar a:visited {
    display: block;
    color: #606060;
    text-decoration: none;
    margin: 2px 0 0 0;
    border: 0px;
}

#menu-bar a:hover {
    background-color: transparent;
}

#sidebar {
    margin: 20px 0 0 20px;
    float: right;
    width: 300px;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    background-image: url("/images/sidebar-header-background.png");
    background-repeat: repeat-x;
    border: 1px solid #88B988;
    padding: 6px;
    color: #6C6CA2;
    font-weight: bold;
    font-size: 85%;
}

#sidebar li {
    margin-top: 4px;
    color: Black;
    font-weight: normal;
}

#sidebar li a, #sidebar li a:visited {
    font-weight: bold;
    text-decoration: none;
    color: #555F55;
    border-bottom: 1px dotted #555F55;
}

#content {
    padding: 20px;
    max-width: 950px;
    width: expression(document.body.clientWidth > 900 ? "900px" : true);
    margin: auto;
}

h1 {
    color: #555F55;
    font-size: 140%;
    margin: 0 0 15px 0;
}

h2 {
    color: #55555F;
    font-size: 120%;
    margin: 0 0 7px 0;
}

h3 {
    color: #55555F;
}

h4 {
    color: #55555F;
}

h5 {
    color: #55555F;
}

h6 {
    color: #55555F;
}

p {
    font-size: 90%;
    line-height: 110%;
}

#footer {
    font-size: 90%;
    margin: 30px 0 30px 0;
    clear: both;
}

#footer a, #footer a:visited{
    color: #294A29;
    border: 0px;
    background-color: transparent;
}

#new-ticket-warning {
    border: 2px solid #b90000;
    background-color: #ffadad;
    padding: 8px;
    font-weight: bold;
    margin: 0 0 30px 0;
}


