body {
    margin: 0;
    background-color: #fbeee2;
    font-family: Georgia, "Times New Roman", Times, serif;
}

a:link, a:active, a:visited, a:hover {
    color: #660000;
}

a:hover {
    color: #FF9900;
    text-decoration: none;
}

.heading {
    width: 100%; 
    background-image: url('/images/heading-bg.gif');
    background-repeat: repeat-y;
    background-color: #f1bc87; 
    text-align: center; 
    margin: 0;
    height: 120px;
}

.banner {
    width: 924px; 
    height: 120px;
    background-color: #f1bc87; 
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.subheading {
    width: 100%; 
    background-image: url('/images/nav-bg.gif');
    background-repeat: repeat-x;
    background-color: #990000; 
    text-align: center;
    margin: 0;
    height: 38px;

}

.nav {
    width: 924px; 
    height: 38px;
    background-image: url('/images/nav-bg.gif');
    background-repeat: repeat-x;
    background-color: #990000; 
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.body {
    width: 100%;
    text-align: center;
    background-color: #fbeee2;
    margin: 0;
}
.main {
    margin: 4px auto;
    width: 924px;
    text-align: left;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    color: #000000;
    background: #fbeee2;
}
.main_leftimgs {
    float: left;
    margin: 0;
    width: 154px;
    text-align: left;
}
.main_leftimgs img {
    margin: 4px;
}
.main_content, .main_content_top, .main_content_bottom, .main_content_middle {
    width: 770px;
    margin: 0;
    float: left;
}
.main_content_middle {
    background-image: url('/images/main_bg.gif'); 
    background-repeat: repeat-y;
}
.pane_left {
    width: 462px;
    float: left;
    background: none;
    line-height: 1.5;
}
.pane_right {
    width: 308px;
    float: left;
    background: none;
    line-height: 1.5;
}
.column {
    margin-left: 24px;
    margin-right: 24px;
}
.footer, .footer a {
    color: #fff;
}
.footer {
    clear: both;
    width: 100%;
    text-align: center;
    background-color: #660000;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 6px 0 0 0;
    line-height: 1.2;
    border-top: 1px solid #000;
    padding: 4px;
}

h1 {
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #660000;
    text-transform: uppercase;
    line-height: 1.0;
}

h2 {
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #660000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.0;
}

h3 {
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #660000;
    font-weight: bold;
    line-height: 1.0;
}

.error {
    margin: 12px;
    padding: 12px;
    background-color: #990000;
    color: #FFFFFF;
    border: 1px solid #000000;
}

input, textarea {
    border: 1px solid #B39374;
}

input.submit {
    color: #FBEEE2;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color:#660000;
    border: 1px solid #660000;
}

input.submit-hover {
    color: #FBEEE2;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-color:#990000;
    border: 1px solid #990000;
}

strike, del, .cancel {
    text-decoration: line-through;
}
