body {
    font-family: verdana;
    font-size: .9em;
    margin: 0px auto;
}
.splash-bg {
    position: relative;
    left: 50%;
    margin-left: -450px;
    height: 730px;
    width: 850px;
    background: url(../images/splash/splash-bg-v5.jpg) top center no-repeat;
}
.splash-button-container {
    position: relative;
    top: 410px;
}
.splash-button {
    display: block;
    background: url(../images/splash/button.png) top center no-repeat;
    width: 172px;
    height: 40px;
    font-size: 16px;
    line-height: 32px;
    font-family: "times new roman";
    letter-spacing: 2px;
    text-decoration: none;
    text-align: center;
    color: #603500;
}
.splash-button:hover {
    background: url(../images/splash/button-hover.png) top center no-repeat;
}
.splash_nav {
    position: relative;
    top: 350px;
    left: 350px;
    width: 550px;
}
td.splash_left {
    font-size: .8em;
    padding-right: 15px;
    border-right: 1px solid #ccc;
}
td.splash_right {
    padding-left: 15px;
}
.splash_nav a.splash_link {
    display: block;
    text-decoration: none;
    color: #486132;
    padding: 3px 0px 3px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 1.0em;
    border-bottom: 1px solid #ccc;
}
.splash_nav a.splash_link:hover {
    color: #183102;
}
.splash_footer {
    position: relative;
    left: 50%;
    margin-left: -400px;
    width: 800px;
    padding: 10px 0px 0px 0px;
}
.splash_footer p {
    color: #555;
    font-size: .8em;
    margin: 5px 0px 0px 10px;
    padding: 0px 0px 0px 10px;
    border-left: 15px solid #ccc;
}
.splash_footer td {
    padding: 0px 20px 0px 20px;
}
.sf_left {
    border-left: 1px dashed #aaa;
}
.news {
}
.news a {
    text-decoration: none;
    display: block;
    color: #1D1E02;
    font-size: 1.0em;
}
.news div {
    margin: 0px 0px 10px 0px;
    font-size: .75em;
    color: #555;
}
