/*
 * pov.lt colours:
 *   dark blue:     #134d73;
 *   light blue:    #869abf;
 *   reddish brown: #b22222;
 *   purple:        #800080;
 *   black:         #000000;
 *   gray:          #808080;
 *   light gray:    #cccccc;
 *   white:         #ffffff;
 *
 * page elements:
 *   body
 *     div.links
 *     div.logo
 *     div.main
 *     div.footer
 *
 * size of pov logo: 88x56 px
 *
 */

body {
    margin-left: 74px;
    max-width: 50em;
    font: 90% Verdana, Helvetica, Arial, sans-serif;
    background: #ffffff;
    color: black;
}

div.links {
    color: black;
    line-height: normal;
    margin-left: 30px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-left: 0;
    padding-bottom: 6px;
}
div.links a {
    padding: 0em 1em;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    text-transform: lowercase;
    border: none;
}
div.links a,
div.links a:visited {
/*  color: gray; */
/*  color: #869abf; */
    color: #134d73;
}
div.links a:active,
div.links a:hover {
    color: #b22222;
}
div.links {
/*  border-bottom: 1px solid #cccccc; */
/*  border-bottom: 1px solid #134d73; */
    border-bottom: 1px solid #869abf;
}

div.logo {
    padding: 0;
    margin-left: 30px;
    height: 0;
}
div.logo img {
    position: relative;
    left: -92px;
    top: -40px;
}

div.main {
    margin-top: 50px;
}

h1 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #134D73;
    font-weight: normal;
    border-bottom: none;
}
h2 {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    color: #134D73;
    font-weight: normal;
}
a {
    color: #869ABF;
}
a:visited {
    color: purple;
}
a:active, a:hover {
    color: #B22222;
}
span.key {
    border: 1px outset gray;
    padding: 0px 3px;
}
em.pov {
    font-weight: normal
}
a.footnote {
    font-size: x-small;
    vertical-align: top;
    line-height: normal;
    margin: 0px 1px;
    text-decoration: none;
}
p.footnote {
    margin-left: 2em;
    margin-right: 2em;
    font-size: small;
}
p.footnote sup {
    font-size: x-small;
    vertical-align: top;
    line-height: normal;
    margin: 0px 1px;
    text-decoration: none;
}

div.footer {
    margin-top: 5em;
    font-size: x-small;
    color: gray;
    margin-left: 2em;
    margin-right: 2em;
    clear: both;
    /* text-align: center; */
}
div.footer a {
    color: gray;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px dotted gray;
}
div.footer a:visited {
    color: gray;
}
div.footer a:active,
div.footer a:hover {
    color: #b22222;
}

img.link {
    border: none;
}

img.right {
    float: right;
    margin: 0 1em 1em 1em;
    border: 1px solid #134d73;
}

img.rightNoBorder {
    float: right;
    margin: 0 1em 1em 1em;
    border: none;
}

img.leftNoBorder {
    width: 150pt;
    clear: both;
    float: left;
    margin: 1.7em 1em 1em 1em;
    border: none;
}

h2.clear {
    clear: both;
}

div.signature {
    padding-left: 28em;
    font-style: italic;
}

table.logos {
    border-style: none;
}

table.logos td {
    text-align: center;
    padding: 5px 10px;
    width: 25%;
    border-style: none;
}
