/*******************************************************************
** Reset CSS
************/
body, h1, h2, p, div, ul, li {
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-size: 100%;
    font-weight: normal;
}
/*******************************************************************/


/* ******************************************** */
/* Main style
**************/
body {
    font-family: Arial, sans-serif;
    background-color: #D9CDB4;
    font-size: 100%; /* 16px */
}

h1 {
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 0.1em;
    border-bottom: 0.1em solid black;
}

h2 {
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 0.1em;
    border-bottom: 0.1em solid #999999;
}

h1, h2 {
    margin-bottom: 0.5em;
}

p, ul {
    line-height: 1.3em;
    text-align: left;
    margin-bottom: 1em;
}

p.position {
    padding-left: 2em;
    padding-right: 2em;
    font-weight: bold;
    font-size: 0.8em;
}

a {
    color: #8F6B26;
    text-decoration: none;
    border-bottom: 1px solid #8F6B26;
    padding-bottom: 0.1em;
    font-weight: bold;
}

ul.compact {
    list-style-type: none;
    padding: 0;
}

ul.compact li {
    line-height: 1.3em;
    padding-left: 0;
    margin-left: 0;
}
/* ******************************************** */



/* ******************************************** */
/* Layout
**********/
#container {
    width: 45em;
    margin: 1em auto;
    padding: 1em;
    background-color: #EDE7DB;
    border: 1px solid #B9A683;
}

#meta {
    float: right;
    text-align: right;
}

#content {
}

#linkToSelf {
    clear: both;
    display: none;
}

#summary {
    width: 29em;
    margin: 1em auto 1em auto;
    background-color: #D9CDB4;
    border: 1px solid #B9A683;
    padding: 0.5em 1em;
    font-weight: bold;
    line-height: 1.3em;
    text-align: left;
}

div.printVersion {
    margin: 1em;
    font-size: 0.8em;
    text-align: center;
}
/* ******************************************** */