body {
    margin: 0;
    padding: 0;
    color: #cccccc;
    font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    background-color: #ffffff;
}

#navibar {
    font-size: 12px;
    font-weight: bold;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    float: left;
    background-color: #635a52;
    color: #f3f0e0;
}

#navibar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

#navibar a {
    padding: 2px;
    display: block;
    padding: 6px 30px;
    height: 20px;
    text-decoration: none;
}

#navibar a:hover, a:focus {
    color: #f0f0b8;
}

#navibar ul a:active {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}

#footer {
    margin-top: 350px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    vertical-align: bottom;
    width: 100%;
    text-align: center;
    color: #3E3535;
    position: absolute;
}

#intro ul {
    list-style-type: none;
}

#indented {
    padding-left: 15pt;
    padding-right: 15pt;
}

a:link, a:visited {
    font-weight: lighter;
    text-align: center;
    text-decoration: none;
    color: #f3f0e0;
}

a:hover {
    font-weight: bolder;
    color: #f3f0e0;
}

.active {
    font-weight: lighter;
    font-size: 16px;
    text-decoration: underline;
    color: #635a52;
    border-bottom: 1px;
}

.darknav {
    color: #635a52;
}

.darknavactive {
    color: #635a52;
}

table {
    padding: 10px;
    margin-left: 250px;
    height: 90%;
    width: 80%;
    font: normal 14px "Tacoma";
    color: #3E3535;
    /**background-color: #ccd1ce;**/
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.imageBorder {
    border: 2px solid #55613F;
}

.leftBorder {
    padding: 15px;
    border-left: 1px solid #323B2A;
    font-size: 14px;
}

#form {
    font: normal 14px "Tacoma";
    color: #3E3535;
}

#form .row {
    margin-bottom: 10px;
    margin-right: 20px;
    /**background-color: #ccd1ce;;**/
    color: #635a52;
}

#form .label .txt {
    margin-bottom: 3px;
    background-color: #ccd1ce;;
    border: 1px solid #323B2A;
    color: #635a52;
}

#form textarea {
    padding: 15px;
    /**background-color: #ccd1ce;;**/
    border: 1px solid #323B2A;
    width: 300px;
    height: 100px;
    color: #635a52;
}

#form input {
    /**background-color: #ccd1ce;;**/
    border: 1px solid #323B2A;
    font: normal 14px "Tacoma";
    color: #635a52;
}

#form #button {
    background-color: #ccd1ce;;
    border: 1px solid #323B2A;
    font: normal 14px "Tacoma";
    color: #635a52;
}