@font-face { font-family: 'Gentium'; src: url('/Gentium-R.ttf'); }
html {
    overflow-y: scroll;
}
body {
    text-align:center;
    /*background: #afddff;*/
    background:white;
    font-family: Helvetica, Verdana, Arial, serif;
    line-height: 1.3em;
    margin:0;
}

a, a:visited {
    /*color: #d27;*/
    color:#ab0000;
}

.content {
    margin: 0px auto 80px auto;
    width: 600px;
    text-align:left;

}
.left {
    text-align:left;
}
.right {
    text-align:right;
}

.quote {
    display:none;
    line-height:1.1em;
    font-size: 20pt;
    font-family: Georgia, Times, serif;
    margin: 2em 1.5em;
    color: #444;
    padding: 12px;
    background: #eff;
    z-index:5;
}
.quote .q {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 60pt;
    z-index:1;
    float:left;
    margin-top:-30px;
    margin-left:-30px;
    color: #888;
}

.quote em {
    /*color: #d27;*/
    color:#ab0000;
    font-style: italic;
}

h1 {
    font-weight:normal;
    font-size: 29pt;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.1em;
}
h1 em {
    /*color: #d27;*/
    color: #d50000;
    font-style: normal;
    font-size: 33pt;
    font-family: Georgia, Times, serif;
}

/*
.text p {
    margin:0;
}
    */

.helpen {
    margin-top: 2em;
    background:white;
}
.helpen h2 {
    /*font-family: Palatino, Garamond, Times, serif;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size:1.4em;
    margin:0;
    color:#772121;
}
.helpen h3 {
    /*font-family: Palatino, Garamond, Times, serif;*/
    font-family: Helvetica, Arial, sans-serif;
    font-size:1.2em;
    color:#772121;
}
.helpen li {
    list-style-type:none;
    margin-top: 12px;
    font-size: 11pt;
}
.helpen p {
    font-size: 11pt;
}
.helpen ul {
    padding-left:0;
}

.helpen ul.normal {
    padding-left:25px;
}
.helpen ul.normal li {
    list-style-type:disc;
    margin-top: 12px;
    font-size: 11pt;
}

.footer {
    font-size:9pt;
    color: #555;
    margin-top:12px;
    text-align:center;
}

h2.title {
    font-family: Helvetica, Verdana, sans-serif;
    margin: 0;
    padding:0;
    font-size: 1.6em;
}

h2 a {
    color: black;
    background: inherit;
    text-decoration: none;
}
h2 a:hover, h2 a:active, h2 a:visited {
    color: black;
    background: inherit;
}
.byline {
/*  color: #666;*/
    color:#ab0000;
  font-size: 0.9em;
  font-family: sans-serif;
  padding-top:4px;
}
.topbar {
    background:black;
    color:white;
    margin-bottom:12px;
    margin:0;
}
.topbar {
    color:white;
}
.topbar td {
    color:white;
}

.content ol li {
    list-style-type: decimal;
}

.content ul li {
    list-style-type: disc;
}

.entry {
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-top: 4em;
    background:white;
    padding: 12px;
    font-size:11pt;
}

.menubar {
/*    color: #d27;*/
    color: blue;
    text-transform: uppercase;
    margin-top:16px;
}
.menubar a {
    color: black;
    margin-right: 45px;
    font-weight:bold;
    text-decoration:none;
}
.menubar a.current {
    /*color: #d27;*/
    color: #ab0000;
}
a.small {
    color: #ab0000;
    font-weight:bold;
    font-size: .8em;
}

