

body {
    font-size: 0.75em;
    /*background: #ded4ba url(__bg.gif) repeat-y center top;*/
    background: #630 url(bg.gif) repeat-y center top;
    margin: 0px auto;
    font-family: Verdana, Tahoma, Sans-Serif;
}
h1 {
    font-size: 2em;
    color: #630;
    font-family: Arial, Helvetica, Verdana, Tahoma;
    text-align: left;
    line-height: 1.2em;
    margin-top: 0px;
}
h2 {
    font-size: 1.1em;
    line-height: 1.2em;
    text-align: left;
    color: #888;

    margin: -10px 0px 20px;
}
h3 {
    font-size: 1em;
    margin: 10px 0px 5px;
}
a {
    color: #4a412e;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0px;
}
p {
    margin: 10px 0px;
}
#wrap {
    background: #fff;
    margin: 0px auto;
    width: 760px;
    color: #303030
}
#header {
    clear: both;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: #666 4px solid;
    height: 120px;
    text-align: center
}
#logo {
    margin: 10px;
}
#path {
    margin-bottom: -5px;
    color: #0093d0;
    text-align: left;
}
#path a {
    text-decoration: none
}
#path a:hover {
    text-decoration: underline
}
#left {
    clear: left;
    float: left;
    margin: 0px 0px 10px;
    width: 150px;
}
#left ul {
    margin: 0px 0px 20px;
    padding: 0;
    width: 150px;
    list-style-type: none;
}
#left li {
    margin-bottom: 4px
}
#left li a {
    display: block;
    padding-left: 10px;
    font-weight: bold;
    border-left: #663300 5px solid;
    color: #663300;
    padding-top: 6px;
    padding-bottom: 6px;
    height: 20px;
    background-color: #ded4ba;
    text-decoration: none;
}
#left li a:hover {
    border-left: #888 5px solid;
    background-color: #ddd;
}
#left li a.active {
    border-left: #333 5px solid;
    color: #333;
    background-color: #c0b69c;
}
#left li a.active:hover {
    border-left: #333 5px solid;
    color: #333;
    background-color: #c0b69c;
}
#content {
    margin: 0 10px 20px 160px;
    line-height: 1.6em;
    text-align: justify;
}
#footer {
    vertical-align:bottom;
    clear: both;
    padding-right: 0px;
    border-top: #666666 4px solid;
    padding-left: 0px;
    font-size: 0.9em;
    padding-bottom: 20px;
    margin: 0px auto;
    color: #888;
    padding-top: 10px;
}
#footer a {
    font-weight: bold;
    color: #888;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline
}
#footer .left {
    float: left
}
#footer .right {
    float: right
}
ul.actions {
    padding: 0px;
    display: block;
    margin: 0px;
    list-style-type: none;
}
ul.actions li {
    padding: 0px;
    display: block;
    margin: 0px;
    list-style-type: none;
}
ul.actions li {
    float: left;
    width: 9em;
    margin-right: 5px;
}
ul.actions li a {
    padding: 5px 0px;
    display: block;
    font-weight: bold;
    font-size: 1em;
    width: 9em;
    color: #555;
    background-color: #ddd;
    text-align: center;
    text-decoration: none;
}
ul.actions a:hover {
    color: #555;
    background-color: #ccc;
    text-decoration: none;
    /*border-left: 5px solid #888;*/
}
ul.actions a.active {
    color: #fff;
    background-color: #888;
    /*border-left: 5px solid #ccc;*/
}
ul.actions a.active:hover {
    color: #fff;
    background-color: #888;
    /*border-left: 5px solid #ccc;*/
}
.box {
    border: 1px solid #ccc;
    display: block;
    padding: 10px;
    background-color: #ffc;
}
.item-link {
    font-weight: bold;
    margin: 20px 0px 5px;
    border-bottom: #ccc 1px solid;
}
.item-link a {
    text-decoration: none
}
/*
.item-link a:hover {
    text-decoration: none
}
*/
.item-name {
    font-weight: bold;
    margin: 20px 0px 5px;
    /*border-bottom: #666 4px solid;*/
}
.item-date {
    margin-bottom: 5px;
    font-style: italic;
    /*
    font-weight: bold;
    color: #959594;
    */
}
.item-data {
    /*clear: both;*/
    clear: right;
    margin-left: 30px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px;
}
.item-desc {
    margin-bottom: 10px;
    /*font-style: italic;*/
    font-size: 1.2em;
}
/*
.item-data table {
    border: 2px dashed #f0f;
}
*/
.item-docs {
    margin-top: 5px
}
.item-image {
    border: 1px solid #ccc;
    float: right;
    margin: 0px 0px 10px 10px;
}
.form-box {
    border: 1px solid #ccc;
    background-color: #eee;
    padding: 5px 8px;
}

#collage {
    margin: 5px 0px;
}

div.pub-image {
    float: left;
    /*border: 3px solid #f0f;*/
}

