body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    line-height: 1.4em;
}

body {
    background-color: #7b7b7b;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    color: #404040;
}

#page {
    background: white url("../page-background.png");
    position: relative;
    width: 926px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    clear: right;
}

#header {
    background: url("../header.png") no-repeat;
    height: 168px;
    width: 926px;
    padding: 0;
    margin: 0;
}

#footer {
    background: url("../footer.png") no-repeat;
    height: 34px;
    width: 926px;
    padding: 0;
    margin: 0;
}

#copyright {
    background: #7b7b7b;
    font-size: 10pt;
    text-align: center;
    color: #c3c2c2;
}

#navigation {
    background: black url("../nav-background.png") repeat-x;
    display: block;
    font-size: 12px;
    margin-left: 30px;
    margin-right: 36px;
    min-height: 17px;
    border-top: black 1px solid;
    border-right: black 1px solid;
}

#navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    position: relative;
    border: none;
}

#navigation li {
    position: relative;
    float: left;
    margin: 0;
    height: 2em;
    line-height: 2em;
    width: 9em;
    display: block;
    border-width: 0;
    border-right: 1px solid #b7b7b7;
    border-left: 1px solid #1b1b1b;
    border-bottom: 3px solid black;
    color: white;
    text-align: center;
    font-family: "Lucida Grande", Verdana, Sans Serif;
    text-shadow: -1px -1px #6A6A6A;
}

#navigation li a {
    color: white;
    text-decoration: none;
    display: block;
}

#navigation .inactiveNav {
    border-bottom: 3px solid orange;
}

#navigation .activeNav {
}

#navigation .activeNav a:hover {
    color: white;
    border-bottom: 3px solid #48d900;
}

#content {
    padding-right: 90px;
    padding-left: 60px;
    padding-bottom: 2em;
    min-height: 400px;
}

h1 {
    color: #666666;
    margin-top: 1.5em;
    margin-bottom: 0.6em;
}

h2 {
    color: #f09000;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid rgb(228, 228, 228);
}

h3 {
    color: #f09000;
    margin-top: 1.5em;
}

a:link {
    color: #bf7300;
}

a:visited {
    color: #bf7300;
}

a:active {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

h2 > a {
    text-decoration: none;
    color: #f69400;
}

a > img {
    border: inherit; /* Firefox tweak */
}

h2 > a:visited {
    text-decoration: none;
    color: #f69400;
}

h2 > a:hover {
    text-decoration: underline;
    color: #f69400;
}

li > h4 {
    margin-bottom: 0.25em;
    color: #333333;
}

li {
    line-height: 1.3em;
}

ul {
    padding-left: 2em;
}

strong {
    font-weight: bold;
}

.tagline {
    font-style: italic;
}

.inline-media {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    border: 1px solid #666666;
}

.inline-media-with-border {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    border: 1px solid;
}

.break {
    clear: both;
}

em {
    font-style: italic;
}

.code {
    font-family: monospace;
    display: table;
    background-color: #ededed;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.3em;
    border: 1px solid;
}

.code-fill {
    font-family: monospace;
    display: block;
    background-color: #ededed;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.3em;
    border: 1px solid;
    overflow: auto;
}

.code-inline {
    font-family: monospace;
    display: inline;
}

.box {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.3em;
    background: #ededed;
    border: 1px solid;
}

.author {
    font-size: small;
    font-style: italic;
    display: block;
}

hr.author {
    background: 1px #cccccc;
    border: 1px #cccccc;
    color: #cccccc;
    height: 1px;
    margin-top: 2em;
    padding: 0;
}

.formHint {
    font-size: small;
}

.formAlert {
    color: #c37e00;
}

.imageBorder {
    border: 1px gray solid;
}

.layout {
    border: none;
}

table {
    border-collapse: collapse;
}

table, th {
    border: 1px solid #bbb;
}

td {
    padding: 1px;
}

tr .odd {
    background: #eee;
}
