body {
    font-family: "droid-sans-1","droid-sans-2", sans-serif;
    font-size: 12pt;
    line-height: 16pt;
    background: url(/site_media/static/img/background.png) repeat-x #999;
}

a, a:visited {
    color: #093;
}

a:hover {
    color: #6C6;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 20pt;
}

ul {
    list-style: disc;
}

li {
    margin-left: 2em;
}

h1, h2, ul, p {
    margin-bottom: 0.8em;
}

div.abstract {
    color: #444;
    font-size: 16pt;
    line-height: 20pt;
}

section {
    margin-top: 2em;
}

section h1 {
    font-size: 20pt;
    font-weight: normal;
    color: #333;
}

section h2 {
    margin-top: 1em;
    font-size: 16pt;
    font-weight: normal;
    color: #333;
}

#container {
    margin: 30px auto;
    width: 920px;
    background: #FFF;
    padding: 20px 30px 40px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

header {
    margin: -30px -30px 40px;
    padding: 20px 30px;
    background: url(/site_media/static/img/header.png) #000;
    color: #999;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    text-shadow: #000 0px -1px 0px;
}

header h1 {
    font-family: "aviano-sans-1","aviano-sans-2", sans-serif;
    font-weight: normal;
    font-size: 32pt;
    line-height: 28pt;
    margin-bottom: 0;
}

header h2 {
    font-family: "aviano-sans-1","aviano-sans-2", sans-serif;
    font-size: 14pt;
    font-weight: normal;
    margin-bottom: 8px;
}

header a {
    text-decoration: none;
    color: #999;
}

header a:hover {
    color: #093;
    text-shadow: #093 0px 0px 5px;
}

div.note {
    margin: 20px 0;
    padding: 4px 12px;
    background: #DDD;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

blockquote {
    font-family: Georgia;
    font-style: italic;
    margin: 0 40px 20px;
    padding: 4px 12px;
    background: #DDD;
    border: 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.jm {
    margin-top: 0;
    margin-left: 10pt;
    font-size: 22pt;
    letter-spacing: 3px;
}