
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    margin: 0px;
    color: #000000;
    background-color: #883300;
    text-align: center;
    background-image: url(../images/bodybg.png);
}

img {
    border: none;
}

h1 {
    font-size: large;
    font-weight: 900;
    line-height: 3;
}

h2 {
    font-size: medium;
    font-weight: 900;
    line-height: 3;
}

h3 {
    font-size: small;
    font-weight: 900;
    line-height: 3;
}

p {
    margin-bottom: 8px;
}

hr.styled {
    border: 0;
    width: 90%;
    color: #000000;
    background-color: #000000;
    height: 1px;
    text-align: center;
}

.pageBody {
    width: 780px;
    margin: 20px auto;
    background-color: #ffffcc;
    text-align: left;
    padding: 0px;
    border: thin solid #333333;
}

.pageMenu {
    background-color: #999966;
    width: 780px;
    height: 30px;
    border-top: thin solid #333333;
    border-bottom: thin solid #333333;
}

.pageMenu p a, .pageMenu p a:link {
    line-height: 2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: 900;
    color: #333333;
    margin: 0px 20px;
    text-align: left;
    text-decoration: none;
}

.pageMenu p a:visited {
    color: #333333;
    text-decoration: none;
}

.pageMenu p a:hover {
    font-size: small;
    color: #990000;
    text-decoration: underline;
}

.pageMenu p a:active {
    color: #660000;
    text-decoration: none;
}

.pageContent {
    font-size: x-small;
    margin: 16px;
}

.pageTop {
    width: 780px;
}

.imgBorder {
    border: 1px solid #333333;
}

.imgFloatLeft {
    display: inline;
    clear: both;
    margin: 0px 10px 0px 0px;
    float: left;
}

.imgFloatRight {
    display: inline;
    clear: both;
    margin: 0px 0px 0px 10px;
    float: right;
}

.pageBottom {
    clear: both;
    width: 780px;
    margin: 10px auto;
    text-align: center;
}

.clearAll {
    clear: both;
}

.pageContentLeft {
    width: 510px;
    float: left;
    margin: 2px;
}

.pageContentRight {
    width: 230px;
    float: left;
    margin: 2px;
}
