body
{
    margin: 0;
    padding: 0;
    font-family: geneva,arial,sans-serif;
    font-family: georgia,times,serif;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: #2e3436;
    background-color: #eeeeec;
}

#container
{
    min-width: 400px;
    border: 1px solid #888a85;
    margin: 1em 5%;
    background-color: #d3d7cf;
}

#banner
{
    border-bottom: 1px solid #888a85;
    background-color: #b4c8e1;
}

#banner h1
{
    margin: 0;
    padding: 0.5em;
}

#banner img
{
    margin: 0px 0px 0px 0px;
    border: none;
}

#breadcrumb
{
    border-bottom: 1px solid #888a85;
    color: #eeeeec;
    background-color: #888a85;
    padding: 0.25em 1em 0.25em 1em;
    font-size: 11px;
}

#breadcrumb a
{
    color: #e9b96e;
    text-decoration: none;
    text-align: center;
    text-decoration: none;
}

#breadcrumb a:hover
{
    color: #fffffe;
    text-decoration: underline;
}

#nav
{
    background-color: #d3d7cf;
    float: left;
    min-width: 130px;
    padding: 2em 0 1em 1em;
}

#nav img
{
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
    border: none;
}

#nav p
{
    margin-top: 0;
}

#nav a
{
    color: #2e3436;
    text-decoration: none;
}

#nav a:hover
{
    color: #555752;
    text-decoration: underline;
}

#content
{
    min-height: 600px;
    border-left: 1px solid #888a85;
    background-color: #ffffff;
    margin: 0 0 0 170px;
    padding: 0.25em 1em 1em 1em;
    text-align: justify;
}

#content a
{
    color: #3465a4;
    text-decoration: none;
    font-weight: bold;
}

#content a:hover
{
    color: #204a87;
    text-decoration: underline;
}

#content h1
{
    font-family: georgia,times,serif;
    padding: 0.25em 0 0 0;
    color: #33322e;
}

#content h2
{
    font-family: georgia,times,serif;
    color: #33322e;
    padding: 0.25em 0 0 0;
}

#content h3
{
    font-family: georgia,times,serif;
    color: #33322e;
    padding: 0.25em 0 0 0;
}

#content h4
{
    font-family: georgia,times,serif;
    color: #33322e;
    padding: 0.25em 0 0 0;
}

#content h5
{
    font-family: georgia,times,serif;
    color: #33322e;
    padding: 0.25em 0 0 0;
}

#content h6
{
    font-family: georgia,times,serif;
    color: #33322e;
    padding: 0.25em 0 0 0;
}

/* http://www.w3schools.com/Css/pr_gen_content.asp */
/* http://www.w3schools.com/Css/pr_pseudo_after.asp */

/*
.arrow-link a:hover:after
{
    font-size: smaller;
    content: " >>";
    color: green;
}
*/

/* http://www.w3.org/Style/Examples/007/figures */
/* http://www.w3.org/Style/Examples/007/center */

.figure-centre
{
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    padding: 5px 0px 5px 0px;
}

.figure-centre img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.figure-right
{
    float:right;
    text-align: center;
    font-style: italic;
    font-size: smaller;
    text-indent: 0;
    padding: 10px 10px 10px 10px;
}

/* http://www.w3schools.com/CSS/css_float.asp */

.figure-right img
{
    float: right;
    margin: 10px 0px 10px 10px;
    border: none;
}

/* http://www.w3schools.com/CSS/pr_text_white-space.asp */
/* http://www.w3schools.com/CSS/css_border.asp */

#content pre
{
    margin-left: 10px;
    margin-right: 10px;
    background: #eeeedd;
    border-width: 2px;
    border-style: dotted;
    border-color: #cccccc;
    padding: 5px 5px 5px 5px;
    white-space: pre-wrap;
}

#footer
{
    border-top: 1px solid #888a85;
    padding: 0.5em 1em 0.5em 1em;
    clear: both;
    color: #eeeeec;
    background-color: #555753;
    text-align: left;
    font-size: 11px;
}

#footer img
{
    vertical-align: middle;
    margin: 0px 3px 0px 3px;
    border: none;
}

#footer a
{
    color: #e9b96e;
    text-decoration: none;
}

#footer a:hover
{
    color: #fffffd;
    text-decoration: underline;
}
