body {
    margin:0;
    margin-right:1em;
    color:black;
    line-height:1.4em;
    background-color:white;
    font-family:Arial,Geneva,Helvetica,sans-serif;
}

h1 {
    margin-top:0;
    font-size:large;
    font-weight:bolder;
    background-color:#EFEFF7;
    padding:0.6em;
}

h1.welcome {
    font-size:x-large;
    font-weight:bold;
    text-align:center;
}

h2 {
    font-size:large;
}

div.right {
    margin-left:12em;
}

table.list td {
    vertical-align:top;
    padding-bottom:1em;
}

table.list tr td:first-child {
    font-weight:bolder;
    padding-right:1em;
}

table.contact td {
    padding-top:1em;
    vertical-align:top;
}

td.mandatory, span.mandatory {
    color:red;
}

div.header {
    font-size:large;
    font-weight:bolder;
    background-color:#E8E8F4;
    line-height:200%;
    padding-left:0.6em;
}

div.header img {
    vertical-align:middle;
}

div.header a:link, div.header a:visited, div.header a:hover, div.header a:active {
    text-decoration:none;
    color:#0000D0;
    margin-left:1.5ex;
}

div.header a.active:link, div.header a.active:visited, div.header a.active:hover, div.header a.active:active {
    color:navy;
}

div.welcome {
    font-size:x-large;
    font-weight:bold;
    line-height:200%;
    text-align:center;
}

div.links {
    line-height:1.5em;
    margin-left:1ex;
}

nav {
    float:left;
}

nav ul {
    list-style:none;
    padding:0;
    margin:0;
}

nav > ul {
    border-top:1px solid black;
    border-bottom:1px solid black;
    border-right:1px solid black;
    width:11em;
    background-color:#EFEFF7;
}

nav ul li {
    font-weight:bold;
    margin-left:0.5em;
    margin-top:0.5em;
    margin-bottom:1em;
}

nav > ul li.single {
    border-bottom:1px solid black;
    padding-top:4px;
    padding-left:2px;
}

nav ul li ul li {
    border-bottom:1px solid black;
    font-weight:normal;
    margin-top:0;
    margin-bottom:2px;
    padding-top:4px;
    padding-left:2px;
}

nav ul a {
    display:block;
    color:black;
    text-decoration:none;
}

nav ul li a:visited {
    color:#666666;
}

nav ul li ul li a:hover, nav > ul > li a:hover {
    background-color:#DFDFF7;
}

img.border {
    border-width:1px;
    border-style:solid;
}

.error {
    color:red;
}

fieldset {
    display:inline;
    border:1px dotted gray;
    margin-top:3em;
    margin-bottom:3em;
}

legend {
    font-style:italic;
}

article, section, aside, hgroup, nav, header, footer, figure, figcaption {
    display:block;
}
