/* BASIC HTML ELEMENTS */
BODY {
padding: 0mm;
margin: 0mm;
background: none;
}
ul {
list-style-image: none; /* overrule image from screen.css */
list-style-type: disc;
}
A:link, A:visited {
font-family: Times New Roman, Times, serif;
font-size: 12pt;
font-style: normal;
text-decoration: none;
color: #0033FF;
}
/* DEFINITION OF CLASSES */
div.home,
div.top-nav,
div.left-menu,
div.left-copyright {
display: none; /* Hide Top and Left navigation panes */
}
div.footer p {
clear: both;
margin-top: 15mm;
padding: 0mm 0mm 7mm 0mm;
border-top: solid #808080 1px;
}
div.scroll {
}
div.sitemap {
padding: 10mm;
margin: 0mm 0mm 10mm 0mm;
}
div.sitemap .ul,
div.sitemap .ul .li,
div.sitemap .li {
list-style: none;
}
div.sitemap .button {
height: 30px;
border: none;
}
div.sitemap a,
div.sitemap a img {
background: #cccccc;
border: none;
}
div.textbox {
float: right;
border: solid #404040 1px;
margin: 0mm 0mm 5mm 8mm;
padding: 2mm;
color: #404040;
overflow: auto;
}
/* DEFINITION OF SPECIFIC DIVs */
div#mainframe {
}
div#main {
}
div#mission {
float: right;
width: 45mm;
margin: 0mm 0mm 5mm 7mm;
}
div#footnote {
clear: both;
margin-top: 15mm;
padding: 0mm 0mm 7mm 0mm;
border-top: solid #808080 1px;
}