 /* overall body styles */
body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10pt;
    margin: 0 auto;
    padding: 150px 0 0 0;
    text-align: center;
}

/* line breaks and horizontal rules */
br {line-height: 1em;}
hr {
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    margin: 50px 0;
}

/* small text and strong text */
em {font-style: italic;}
small {font-size: 9pt;}
strong {font-weight: bold;}

/* form styles */
input, textarea {
    background-color: #F9F9F9;
    border: 1px solid #666677;
    font-size: 10pt;
}
input.button {
    background-color: #EEEEEE;
    font-family: Verdana, Arial, sans-serif;
}

/* default link styles */
a {
    color: #CC0000;
    text-decoration: none;
}
a:hover {
    color: #CC0000;
    text-decoration: underline;
}

/* image styles */
img {
    border: 0;
    max-width: 100%;
}

/* floats */
.left {
    float: left;
    margin: 0 30px 15px 0;
}
.right {
    float: right;
    margin: 0 0 15px 30px;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
}

/* header and paragraph styles */
h1 {
    font-weight: normal;
}
h2 {
    border-bottom: 1px solid #CCCCCC;
    color: #CC0000;
    font-size: 15pt;
    font-weight: normal;
    margin: 0 0 30px 0;
}
h3 {
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    color: #CC0000;
    font-size: 11pt;
    font-weight: normal;
    margin: 20px 0 30px 0;
}
h4 {
    color: #999999;
    font-size: 9px;
    font-weight: bold;
}
p, blockquote {
    margin: 1em 2em 1em 3em;
    text-align: justify;
}
blockquote {
    background: url('../img/bg-quote.gif') top left no-repeat;
}

/* list styles */
ul {
    list-style: disc;
    margin: 2em 0 2em 6em;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
}

#header {
    margin: 0;
    position: fixed;
        top: 0;
        right: 0;
        left: 0;
    text-align: center;
    width: 100%;
    height: 115px;
}

    #title {
        background-color: #EEEEEE;
        font-size: 26px;
        letter-spacing: 1px;
        margin: 0 auto;
        padding: 50px 0 5px 0;
        text-align: right;
        width: 800px;
    }
    #title a {
        color: #50391e;
        display: block;
        margin: 0 5px 0 0;
        text-decoration: none;
    }
    
    #menu {
        background-color: #876e52;
        border-bottom: 15px solid #CCCCCC;
        color: #FFFFFF;
        margin: 0 auto;
        padding: 0;
        text-align: left;
        width: 800px;
        height: 28px;
    }
    

#container {
    margin: 0;
    overflow: auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

#content {
    clear: both;
    margin: 0 auto 50px auto;
    text-align: left;
    width: 750px;
}
    #content .right p {
        font-size: 9pt;
        margin: 5px 10px 0 10px;
        text-align: right;
        width: 380px;
    }
    
    /* to fix anchors in the fixed header layout */
    #content p a.anchor {
        display: block;
        margin: -130px 0 0 0;
        padding: 130px 0 0 0;
        width: 1px;
        height: 1px;
    }


#footer {
    clear: both;
    border-top: 10px solid #CCCCCC;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    width: 800px;
}

    #copyright {
        font-size: 8pt;
        margin: 0 20px;
        text-align: left;
    }