html {
    min-height: 100%; margin-bottom: 1px;
}

body {
    padding: 0px;
    margin: 0px;
    background-image: url(images/greenPaperBg.jpg);
}

#containingBox {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 774px;
    padding: 0px;
}

#header {
    text-align: center;
}

#navigation {
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-top: -10px;
}

#homeContent {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    text-align: center;
}

#content {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
}

#rightContent {
    float: right;
    width: 200px;
}

#leftContent {
    width: 460px;
}

#clear {
    clear: both;
}

#footer {
    height: 70px;
    line-height: 100%;
    font-size: 10px;
    text-align: center;
    padding-bottom: 10px;
}

#footer p{
    line-height: 100%;
    font-size: 10px;
    text-align: center;
}

h1, h2, p, form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 24px;
    color: black;
    margin: 0;
}

h2 {
    padding-top: 18px;
    font-size: 18px;
    color: black;
    margin: 0;
}

h3 {
    padding-top: 18px;
    font-size: 14px;
    color: black;
    margin: 0;
}

p {
    font-size: 13px;
    color: black;
}

hr {
    border-bottom: 1px solid black;
    width: 65%;
}

.quote {
    font-size: 12px;
    font-style: italic;
    color: brown;
}

.question {
    font-size: 14px;
    font-weight: bold;
}

img {
    border: none;
}

form.contact label {
    font-size: 13px;
    font-weight: bold;
    color: black;
}

form.contact label.fixedWidth {
    display: block;
    width: 120px;
    float: left;
}
