/*
 * http://www.notchers.co.uk
 */

body {    
    background-color: #FFFFFF;
}

#hd {
    margin: 1em 0 0 0;
    background: url("/img/header.png") no-repeat center ;
    font-weight: bold;
    color: #FFFFFF;
    height: 128px;
    width: 100%;
    text-align: center;
}

#bd {
    /* color: #B82E00; */
    color: #333333;
    background-color: #FFFFFF;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 108%;
    font-family: Verdana, Tahoma, sans-serif;
}

#ft {
    border-top: solid 1px #FFAE33;
}



#ft, h2, h3, h4, h5, h6 {
    /* color: #FFAE33; */
    color: #B82E00;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: bold;
    text-align: left;
    margin-top: 1em;
    margin-bottom: 0em;
}

h1 {
    font-family: Tahoma, Verdana, sans-serif;
    text-align: center;
    color: #FFAE33;
    margin-top: 0em;
    margin-bottom: 1em;
}

a, a:hover, a:active, a:visited {    
    /* color: #CC3300; */
    color: #B82E00;
}

p {
    line-height: 150%;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
}

table, td, th {
    vertical-align: top;
    text-align: center;
}

h1  {
    font-size: 197%;
    line-height: 120%;
    margin-bottom: 1em;
}

h2  {
    font-size: 167%;
}

h3  {
    font-size: 138.5%;
}

a, a:visited {
    text-decoration: none;
    border-bottom: 1px solid #FFAE33;
}

a:visited {
    border-bottom: 1px solid #FFAE33;
}

a:hover {
    border-bottom: 1px solid #FFAE33;
}

a img {
    border: none;
}

a:hover img {
    border: 1px solid #FFAE33;
}

img {
    background: transparent ! important;
}

hr {
    height: 1px;
    border: 0;
    color: #FFAE33;
    background-color: #FFAE33;
    width: 100%;
}

tt, pre, code {
    font-family: "Courier New", Courier, "Andale Mono", mono, monospace;
}

strong, b {
    font-weight: bold;
}

em, i  {
    font-style: italic;
}

.hide {
    display: none;
}

.strike {
    text-decoration: line-through;
}

.centered {
    text-align: center;
}

blockquote {
    font-style: italic;
    margin: 1em 2em 1.5em 2em;
}

dt  {
    margin: 0 5em 0 0;
}

dd  {
    text-align: justify;
    margin: 0 2em 0.5em 2em;
}

ul, ol {
    margin: 0.5em 1em 1em 2em;
    padding: 0;
}

li {
    line-height: 150%;
}

ul li {
    list-style-type: square;
}

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

ul ul ul li {
    list-style-type: circle;
}

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

ol ol li {
    list-style-type: lower-alpha;
}

ol ol ol li {
    list-style-type: lower-roman;
}
