body {
    margin: 0 auto;
    padding: 0;
    font: 10pt Verdana, Arial, sans-serif;
    background: #e0f0e0;
}

:link { color: rgb(51,102,51); text-decoration: none; }
:visited { color: rgb(51,102,51); text-decoration: none; }
a:active { color: rgb(51,102,51); text-decoration: underline; }
a:hover { text-decoration: underline; }

#main {
    background: #ffffff;
    margin: 0 auto;
    min-width: 750px;
    max-width: 70em;
    line-height: 1.0;
}

#title {
    margin: 0 0 1ex 0;
    padding: 1ex 0 1ex 1em;
    border-left: 1px solid #e0f0e0;
    clear: right;
    background: #e0f0e0;
}

#title h1 {
    line-height: 1.3;
    text-align: center;
}

#rightpane {
    float: right;
    line-height: 1.5;
    width: 16em;
    padding: 0 1em 0 1em;
}

#rightpane p {
    font-size: smaller;
}

#rightpane ul {
    font-size: smaller;
    padding-left: 2em;
    margin-left: 0;
}

#rightpane h2 {
    font-size: larger;
}

#rightpane h3 {
    font-size: smaller;
}

#content {
    line-height: 1.3;
    text-align: justify;
    margin: 0 18em 0 1em;
    padding: 0 1em 0 1em;
    border-right:  2px dotted rgb(105,155,225);
}

h2 {
    margin: 0 0 0.5em 0;
    border-bottom: 2px dotted rgb(105,155,225);
}

h3 {
    margin: 0 0 0.5em 0;
}

p.authors {
    text-align: center;
}

p.authors .author-name {
    font-weight: bold;
    color: rgb(79,116,169);
}

p.authors .author-name :link { color: rgb(79,116,169); text-decoration: none; }
p.authors .author-name :visited { color: rgb(79,116,169); text-decoration: none; }
p.authors .author-name a:active { color: rgb(79,116,169); text-decoration: underline; }
p.authors .author-name a:hover { text-decoration: underline; }

p.affiliation {
    text-align: center;
    line-height: 1.0;
    margin-top: 0;
    margin-bottom: 0;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding: 1ex 1em 2ex 1em;
    border-top: 2px dotted #c0c0c0;
    width: 90%;
    color: #808080;
    font-size: smaller;
}

#footer a {
    color: #808080;
    text-decoration: underline;
}

img {
    border: 0;
}

.sc {
    font-variant: small-caps;
}

div.figure {
    text-align: center;
}

div.figure p.caption {
    font-size: smaller;
    font-weight: bold;
}
