
* {
    margin: 0;
    padding: 0;
    border-width: 0;
    outline-width: 0;
}

body {
    background-color: #c8d0d4;
    color: black;
    font-family: Vardana, Tahoma, Arial, Sans-Serif;
    line-height: 150%;
}

a:link, a:visited {
    color: #336699;
    text-decoration: none;
    border-bottom: 1px dotted #777;
}

a:link:hover, a:visited:hover {
    border-bottom: 1px solid #336699;
}

img {
    vertical-align: text-bottom;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 90%;
    margin: .5em 0;
    font-family: Georgia, Times, Serif;
    font-variant: small-caps;
    border-bottom: 1px solid #777;
}

p, ul, ol {
    margin-bottom: 1em;
}

ul, ol {
    padding-left: 2em;
}

acronym {
    cursor: help;
    border-bottom: 1px dotted #383838;
}

p {
	text-align: justify;
}

/* END GENERAL, START SPECIFIC */

div#bpeu {
    position: fixed;
    display: block;
    width: 440px;
    left: -440px;
    top: 0px;
    overflow: hidden;
    z-index: 100;
    background-color: #d0d4d8;
    border-bottom: 1px dotted #444;
    border-right: 1px dotted #444;
    letter-spacing: .2em;
}

div#bpeu ul {
    padding: 1px 28px 1px 1px;
    margin: 0;
}

div#bpeu ul li {
    list-style-type: none;
}

div#bpeu a {
    display: block;
    border: 1px solid transparent;
    font-weight: bold;
    color: black;
    padding: .2em;
}

div#bpeu a:hover {
    color: #336699;
    border: 1px solid #6688aa;
    background-color: #ccd4dc;
}

div#bpeu a.bpeu-this {
    font-weight: normal;
}

div#bpeu a#bpeu-hide {
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    background-color: #f0d0d0;
    color: #f00;
    text-align: center;
    font-weight: bold;
}

img#bpeu-img {
    position: fixed;
    top: 0px;
    left: 1px;
    width: 440px;
    cursor: pointer;
    z-index: 3;
    color: white;
}

div#heh a {
    border: none;
}

div#heh {
    position: fixed;
    top: 0px;
    right: 0px;
}

div#footer {
    margin: 1em 0;
    border-top: 1px solid #888;
}

div#footer ul {
    text-align: center;
    border-top: 1px solid white;
    padding: .5em;
}

div#footer ul li {
    display: inline;
    margin: 0 1ex;
}

div#menu-before {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
    background-color: #446688;
    border-bottom: 1px solid #888;
    height: 90px;
}

div#menu-before h1 {
    font-size: 30px;
    line-height: 30px;
    font-variant: normal;
    font-style: italic;
    color: #88aacc;
    border: none;
    padding-top: 55px;
    vertical-align: bottom;
    margin: 0;
    font-weight: normal;
}

div#menu {
    position: fixed;
    top: 91px;
    width: 100%;
    border-top: 1px solid white;
    background-color: #d0d0d0;
    border-bottom: 1px solid #888;
    height: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    margin-left: -1px;
    padding-right: 1px;
    font-size: 14px;
}

div#menu a {
    display: block;
    float: left;
    height: 24px;
    z-index: 2;
    border-left: 1px solid white;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #888;
    color: black;
    padding: 2px 5px;
    background: repeat-x url(button.png) #ddd;
    background-position: 0px 0px;
}

div#menu a:hover {
    color: #246;
    background-color: #d8dde4;
    background-position: 0px -28px;
}

div#content {
    margin-top: 121px;
    border-top: 1px solid white;
    padding: 1em;
}

body div#content a.dload {
    display: block;
    border: 1px solid #2a2;
    padding: 1em;
    margin: .5em;
    color: black;
    background-color: #0f0;
    width: 30em;
    text-align: center;
}

body div#content a.dload:hover {
    display: block;
    border: 1px solid #080;
    padding: 1em;
    margin: .5em;
    color: black;
    background-color: #5f5;
    width: 30em;
    text-align: center;
    text-decoration: underline;
}
