body {
    text-align: center;
    min-width: 950px;
    max-width: 1240px;
    margin: 0px;
    padding: 0px;
}

div#page {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div#leftside {
    float: left;
    width: 350px;
    margin: 45px 5px 0px 5px;
    padding-right: 5px;
    border-right: 1px solid navy;
    text-align: center;
}

div#leftside_narrow {
    float: left;
    width: 200px;
    margin: 45px 5px 0px 5px;
    padding-right: 5px;
    border-right: 1px solid navy;
    text-align: center;
}

div#rightside {
    float: right;
    width: 200px;
    margin: 45px 5px 0px 5px;
    border-left: 1px solid navy;
    padding-left: 5px;
}

div#contents {
    margin-left: 360px;
}

/*contents for page with narrow left sidebar */
div#contents_sub {
    margin-left: 210px;
}

div#header {
    height: 169px;
    margin: 0;
    padding: 0;
    background-image: url('images/header_middle.png');
    height: 169px;
    width: 100%;
}

div#header_left {
    margin: 0;
    padding: 0;
    float: left;
    background-image: url('images/header_left.png');
    background-repeat: no-repeat;
    height: 169px;
    width: 140px;
    display: inline;
}

div#header_right {
    margin: 0;
    padding: 0;
    float: right;
    background-image: url('images/header_right.png');
    background-repeat: no-repeat;
    height: 169px;
    width: 336px;
    display: inline;
}

div#topmenu {
    position: absolute;
    top: 135px;
    left: 140px;
    width: 600px;
}

div#footer {
    clear: both;
    margin: 0;
    padding: 0;
    background-image: url('images/footer_middle.png');
    height: 88px;
    width: 100%;
}

div#footer_left {
    margin: 0;
    padding: 0;
    float: left;
    background-image: url('images/footer_left.png');
    background-repeat: no-repeat;
    height: 88px;
    width: 113px;
}

div#footer_right {
    margin: 0;
    padding: 0;
    float: right;
    background-image: url('images/footer_right.png');
    background-repeat: no-repeat;
    height: 88px;
    width: 203px;
}

div.footer_ad {
    float: left;
    text-align: center;
    height: 100px;
    width: 33%;
}


p, ul, ol {font: 10pt Arial; color: navy}
h3 {font: 14pt Arial; color: navy}
h2 {font: 18pt Arial; color: navy}
h1 {font: 20pt Arial; color: #dd0033; font-weight: bold}
h4 {font: 12pt Arial; color: navy; font-weight: bold}
.small {font: 8pt Arial; color: navy}
.body {font: 10pt Arial; color: navy}
.note {font: 11pt Arial; color: navy; font-weight: bold}
.note2 {font: 11pt Arial; color: #dd0033; font-weight: bold}
.subhead {font: 14pt Arial; color: navy}
.bigblue {font: 18pt Arial; color: navy}
.bigred {font: 20pt Arial; color: #dd0033; font-weight: bold}

div#header ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: navy;
    line-height: 30px;
    white-space: nowrap;
}

div#header li {
    list-style-type: none;
    display: inline;
}

div#header li a {
    text-decoration: none;
    padding: 7px 10px;
    color: navy;
}

div#header li a:link {
    color: navy;
}

div#header li a:visited {
    color: #FF0000;
}

div#header li a:hover {
    font-weight: bold;
    color: navy;
    background-color: white;
}

div#footer_top {
    margin-left: 120px;
    margin-top: 0px;
    padding-top: 17px;
    width: 600px;
}

div#footer_top ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: navy;
    line-height: 20px;
    white-space: nowrap;
}

div#footer_top li {
    list-style-type: none;
    display: inline;
}

div#footer_top li a {
    text-decoration: none;
    padding: 4px 10px;
    color: navy;
}

div#footer_top li a:link {
    color: navy;
}

div#footer_top li a:visited {
    color: #FF0000;
}

div#footer_top li a:hover {
    font-weight: bold;
    color: navy;
    background-color: white;
}

div#footer_bottom {
    margin-left: 150px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*	width: 800px; */
    padding: 0px;
}

div#footer_bottom ul {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: white;
    line-height: 30px;
    white-space: nowrap;
}

div#footer_bottom li {
    list-style-type: none;
    display: inline;
    color: white;
}

div#footer_bottom li a {
    text-decoration: none;
    padding: 7px 10px;
    color: white;
}

div#footer_bottom li a:hover {
    font-weight: bold;
}



