body {height: 100%; margin: auto; width: 990px; font-family: sans-serif, 'Lucida Sans Unicode', 'Microsoft Sans Serif', sans-serif;  font-size: 13px;}
/*em {font-family: 'Arial Unicode MS', 'Lucida Sans Unicode', sans-serif;}*/
a {color: #0066CA; text-decoration: none;}
a:hover {text-decoration: underline;}

#header {
    border-bottom: solid 2px #FFCC50;
    margin:  10px 0;
    padding: 10px 0;
    height: 90px;
}
#header #mainlogo {
    width: 255px;
    margin: 20px 0;
    text-align: center;
}
#header #toplogo {
    float: right;
}
#footer {
    border-top: solid 2px #FFCC50;

}
#footer #copyright {
    padding: 10px;
    float: left;
}
#footer #counters {
    padding: 10px;
    float: right;
    text-align: right;
}
.page-nav {
    text-align: center;
}

#nav-pages {list-style: none; clear: both; padding: 0 0 25px 25px;}
#nav-pages li {float:left; white-space: nowrap; margin: 0 1px;}
#nav-pages li a {color: #295C99;}
#nav-pages li a, #nav-pages li em {border:1px solid #DDD; text-decoration: none; padding: 1px 4px; font-size:0.88em;}
#nav-pages em {color:#000; font-style:normal; font-weight:bold; border: 0 !important;}
#nav-pages span {text-align: center; border: 1px solid black;}

#author {
    margin: 0 0 0 5px;
    height: 52px;
}

#author .authors,
#author .line1,
#author .line2 {
    border-left: 2px solid #FFCC50;
    border-right: 2px solid #FFCC50;
    background: #FAFAFA;
}
#author .line1 {
    margin: 0 2px;
    background: #FFCC50;
}
#author .line2 {
    margin: 0 1px;
}

/* ----------------------------------------------  */
#documentAd {
    margin: 5px 0 5px 0;
    border: 1px solid #E0E0E0;
    padding: 5px 10px;
    font-size: 11px;
}
#documentAd .title {
    text-align: right;
    margin: 0 -8px -5px 0;
}
#documentAd a {
    color: #004080;
}
#documentAd ul {
    margin-left: 10px;
}
#documentAd p {
    margin: 3px;
}

.html_links_text, .html_links_text a, .html_links_text a:hover {
  color: #000000 !important;
}

.html_links_url, .html_links_url a, .html_links_url a:hover {
  color: #006600 !important;
}

.html_links_header, .html_links_header a, .html_links_header a:hover {
  color: #000066 !important;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}
