body {
    background-color: #5D5D5D;
    background-image: url(/images/background.jpg);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    font-family: verdana, arial, sans-serif;
    font-size: 0.7em;
}

a {
    color: #FFAE00;
    font-weight: bold;
}

h3 {
    display: block;
    border-bottom: 1px dotted #252669;
    color: #252669;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 1.0em;
}

p {
    line-height: 1.6em;
}

img {
    display: block;
    border: 0;
}

#container {
    position: absolute;
    width: 950px;
    left: 50%;
    margin-left: -475px;
}

#left {
    float: left;
    width: 190px;
    background-color: #D9D9D9;
    margin-top: 24px;
}

#right {
    width: 760px;
    float: right;
    background-color: #FFFFFF;
}

#logo {
    height: 190px;
    width: 190px;
    background-image: url(/images/logo.jpg);
}

#menu {
    margin: 0 1px;
    list-style: none;
    padding: 0;
}

#bottomspacer {
    height: 135px;
    background-color: #D9D9D9;
    margin: 0px;
}

#toplinks {
    height: 24px;
    line-height: 24px;
    text-align: right;
    padding-right: 10px;
}

#banner {
    width: 760px;
    height: 190px;
}

#main {
    background-image: url(/images/fauxbg.jpg);
    background-repeat: repeat-y;
}

#content {
    float: left;
    padding: 20px;
    width: 530px;
}

#quicknav {
    width: 160px;
    float: right;
    padding: 20px 15px;
}

#quicknav span {
    font-weight: bold;
}

#quicknav ul {
    margin: 5px 0 25px 0;
    padding: 0;
    list-style-type: none;
}

#quicknav li {
    line-height: 25px;
}

#footer {
    clear: both;
    width: 740px;
    height: 25px;
    background-image: url(/images/footerbg.jpg);
    background-repeat: repeat-x;
    line-height: 25px;
    font-size: 0.8em;
    padding-left: 20px;
    color: #5D5D5D;
}

.nomargin {
    margin: 0;
}

.infoblock {
    width: 150px;
    margin-right: 40px;
    float: left;
}

.button {
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: right;
    height: 24px;
    padding-left: 15px;
    line-height: 24px;
    font-weight: bold;
}

.mainbutton {
    background-image: url(/images/mainbuttonbg.jpg);
    background-color: #FFFFFF;
}

.mainbutton a {
    color: #FFAE00;
    font-size: 1.1em;
    text-decoration: none;
}

.subbutton {
    background-image: url(/images/subbuttonbg.jpg);
    background-color: #F5F5F5;
    padding-left: 30px;
}

.subbutton a {
    color: #000000;
    text-decoration: none;
}

.submenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.submenu_wrapper {
    display: none;
}
