body {
    margin: 0 auto;
    padding: 0;
    font: 10pt Verdana, Arial, sans-serif;
    background: #f0f0f0;
}

:link { color: rgb(51,51,127); text-decoration: none; }
:visited { color: rgb(51,51,127); text-decoration: none; }
a:active { color: rgb(51,51,127); text-decoration: underline; }
a:hover { text-decoration: underline; }

#main {
    background: #ffffff;
    margin: 0 auto;
    min-width: 200px;
    max-width: 75em;
    line-height: 1.0;
}

#title {
    margin: 0 0 1ex 15em;
    padding: 1ex 0 1ex 1em;
    border-left: 1px solid #f0f0f0;
    clear: right;
    background: #f0f0f0;
}

#title h1 {
    line-height: 1.3;
    text-align: left;
}

#leftpane {
    clear: left;
    float: left;
    width: 12em;
    margin-top: 2ex;
    margin-right: 1em;
    margin-bottom: 0;
    margin-left: 1em;
    padding: 0 1em 0 0;
}

#leftpane ul {
    list-style: none;
    margin-top: 3ex;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0 0 0 0;
}

#leftpane li {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 0 0 0;
    display: inline;
}

#leftpane li a {
    font-weight: bold;
    text-decoration: none;
    color: #505050;
    display: block;
    padding: 1ex 0 1ex 1em;
    background: rgb(255,249,225);
    border-left: 4px solid rgb(255,235,165);
    margin: 0 0 4px 0;
}

#leftpane li a:hover {
    background: rgb(255,242,195);
    color: rgb(51,51,102);
    border-left: 4px solid rgb(255,235,165);
}

.newsitem {
    padding: 0.5ex 1em 0.5ex 1em;
    margin-top: 2ex;
    color: #505050;
    background-color: #f4f4f4;
    line-height: 1.2;
}

.newsitem :link { color: #505050; text-decoration: none; }
.newsitem :visited { color: #505050; text-decoration: none; }
.newsitem a:hover { text-decoration: underline; }

#leftpane p {
    font-size: smaller;
}

#rightpane {
    float: right;
    line-height: 1.5;
    width: 12em;
    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 14em 0 15em;
    padding: 0 1em 0 1em;
    border-left: 1px dotted #BF4F4F;
    border-right: 1px dotted #BF4F4F;
}

h2 {
    margin: 0 0 0.5em 0;
    border-bottom: 2px solid #BF4F4F;
}

h3 {
    margin: 0 0 0.5em 0;
}

p.abstract {
}

p.abstract em {
    font-style: italic;
}
p.authors {
    text-align: center;
}

p.authors .author-name {
    font-weight: bold;
    color: rgb(51,51,127);
}

p.authors .author-name :link { color: rgb(51,51,127); text-decoration: none; }
p.authors .author-name :visited { color: rgb(51,51,127); text-decoration: none; }
p.authors .author-name a:active { color: rgb(51,51,127); text-decoration: underline; }
p.authors .author-name a:hover { text-decoration: underline; }

p.notes {
    font-style: italic;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding: 1ex 1em 2ex 1em;
    border-top: 2px solid #BF4F4F;
    width: 90%;
    color: #808080;
    font-size: smaller;
}

#footer a {
    color: #808080;
    text-decoration: underline;
}

.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.hide {
    display: none;
}

table.normal {
    border: solid;
	border-color: rgb(208,208,208);
	border-width: 1px;
	margin: 1ex 1em 1ex 1em;
}

table.normal th {
    background-color: rgb(240,240,240);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1ex;
    padding-bottom: 1ex;
    font-weight: bold;
}

table.normal td {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1ex;
    padding-bottom: 1ex;
}

img {
    border: 0;
}

pre {
    font-size: smaller;
    background-color: #F0F0F0;
}
