a:link, a:visited{ 
    color: #b45706;
    font-weight: normal;
    text-decoration: none;
}
.test{
    color: #820303;
}	
a:hover{
    color: #888888;
    font-weight: normal;
    text-decoration: none;
}
a.header:link, a.header:visited{
    color: #666666;
    font-weight: bold;
    text-decoration: none;
    font-size: 11pt;
}
a.header:hover{
    color: #aaaaaa;
    font-weight: bold;
    text-decoration: none;
    font-size: 11pt;
}
td.mainLogo{
    border-width: 1px;
    border-style: solid;
    border-color: #907c5e;
    background-color: #faf2bf;
    background-image: url("background_content.jpg");
    height: 80px;
}
td.mainMenu{
    border-width: 1px;
    border-bottom-width: 0;
    border-top-width: 0;
    border-style: solid;
    border-color: #907c5e;
    background-color: #faf2bf;
    background-image: url("background_content.jpg");
    height: 25px;
}
td.mainContent{
    border-width: 1px;
    border-top-width: 0;
    border-style: solid;
    border-color: #907c5e;
    background-color: #faf2bf;
    background-image: url("background_content.jpg");
}
td.mainContentLeft{
    border-width: 0px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #907c5e;
    background-color: #faf2bf;
    background-image: url("background_content.jpg");
}
td.mainContentCenter{
    border-width: 0px;
    border-style: solid;
    border-color: #907c5e;
    background-color: #faf2bf;
    background-image: url("background_content.jpg");
}
td.mainContentRight{
    border-width: 0px;
    border-left-width:1px;
    border-style: solid;
    border-color: #907c5e;
    background-color: #faf2bf;
    background-image: url("background_content.jpg");
}
td.mainContentCenter{
    border-width: 0px;
    border-style: solid;
    border-color: #907c5e;
    background-color: #faf2bf;
    background-image: url("background_content.jpg");
}
td.mainStatus{
    border-width: 1px;
    border-top-width: 0px;
    border-style: solid;
    border-color: #907c5e;
    background-color: #e0e0e0;
    background-image: url("background_status.gif");
    height: 25px;
}
td.author{
    text-align: right;
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    color: #222222;
}
a.author:link, a.author:visited, a.author:hover{
    text-align: right;
    font-family: Arial, Verdana, sans-serif;
    font-size: 8pt;
    color: #222222;
}
td.buttonClass{
    border-color: #72613b;
    border-style: solid;
    border-width: 1px;
    background-color: #72613b;
    color:#fff;
    font-weight: bold;
    font-family: Arial, Verdana, sans;
    font-size: 10pt;
    text-align: center;
    text-transform: uppercase;
}	
td.buttonClassHover{
    border-color: #72613b;
    border-style: solid;
    border-width: 1px;
    background-color: #72613b;
    color: #888888;
    font-weight: bold;
    font-family: Arial, Verdana, sans;
    font-size: 10pt;
    text-align: center;
    text-transform: uppercase;
}
td.contentTop{
    height: 25px;
    background-image: url("background_content.gif");
    padding-left: 5px;
}
.header{
    color: #72613b;
    font-size: 12pt;
    font-weight: bold;
}
.motto{
    font-size: 18pt;
    font-weight: bold;
    font-variant: small-caps;
}
.mottoFirstLetter{
    font-size: 22pt;
    font-weight: bold;
    font-variant: small-caps;
}
img.publication {
    border-width: 1px;
    border-color: #666666;
    border-style: solid;
}
.button {
    border-width: 1px;
    border-color: #72613b;;
    border-style: solid;
    background-color: #72613b;
    color: #fff;
}
.textbox {
    border-width: 1px;
    border-color: #72613b;;
    border-style: solid;
    background-color: #faf2bf;
    color: #5a5a5a;
}
.error {
    color: #b00;
    font-weight: bold;
}
.success {
    color: #080;
    font-weight: bold;
}

div.leftList {
    width:196px;height:260px;padding-left:4px;overflow:auto;
}

div.LeftList ul {
    padding:0px;
    margin:0px;
}

div.LeftList ul li {
    display:block;
    overflow:hidden;
/*    white-space: nowrap;*/
}

div.publicationImages {
    width:100%;
    text-align:center;
}

div.publicationImages img {
    border: 1px solid black;
    margin:2px;
}


