body {
    background-color: #333333;
    color: #FFFFFF;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
}

a:active, a:hover, a:link, a:visited {
    color: #990000;
    text-decoration: none;
}

a:hover {
    color: #000099;
    text-decoration: underline;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

input {
    border: 1px solid #990000;
    background-color: #E4CDA2;
    font-size: 12px;
}

.navcat {
    border-top-color: #990000;
    border-top-style: solid;
    border-top-width: 1px;
}

.topbar {
    background-color: #990000;
    color: #FFFF00;
    padding-right: 5px;
}

.topbar a:link, .topbar a:hover, .topbar a:active, .topbar a:visited {
    color: #FFFF00;
}

.altrow {
    background-color: #E4CDA2;
    color: #000000;
}

.inline {
    display: inline;
}

.box {
    background-color: #F6EFC4;
}

#main {
    background-color: #F5DEB3;
    color: #000000;

    width: 750px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
}

#main td {
  color: #000000;
}

#banner {
    height: 100px;
}

#nav {
    border-right-color: #990000;
    border-right-style: solid;
    border-right-width: 1px;

    border-left-color: #990000;
    border-left-style: solid;
    border-left-width: 1px;

    border-bottom-color: #990000;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    width: 120px;
    height: 600px;
}

#content {
    padding: 5px;

    height: 600px;

    border-bottom-color: #990000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#sidead {
    border-left-color: #990000;
    border-left-style: solid;
    border-left-width: 1px;

    border-right-color: #990000;
    border-right-style: solid;
    border-right-width: 1px;

    border-bottom-color: #990000;
    border-bottom-style: solid;
    border-bottom-width: 1px;

    width: 120px;
    height: 600px;
}

#footer {
    font-size: 11px;
}

#footer a:active, #footer a:hover, #footer a:link, #footer a:visited {
    color: #FF0000;
    text-decoration: none;
}

#footer a:hover {
    color: #6666FF;
    text-decoration: underline;
}

