@import url(layout.css);
body {
        color: #000;
        font-size: small;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-style: normal;
        background-color: #000000;
}
#container {
        width: 760px;
        margin: 0 auto;
        background: #fefefe;
        background-repeat: repeat-y;
}
#masthead {
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
        width: 720px;
        padding: 15px 10px 10px 10px;
        background-color: #eaeaea;
}
#navigation {
        margin-right: 10px;
        margin-left: 10px;
        background-color: #c01000;
        width: 720px;
        padding: 5px 10px 5px 10px;
        overflow: hidden;
}
#column_0 {
        width: 760px;
        padding: 5px 10px 5px 10px;
}
#column_l {
        width: 420px;
        margin: 0 0 0 10px;
        padding: 0 10px 10px 10px;
}
#column_2 {
        width: 720px;
        margin: 0 0 0 0px;
        padding: 0 10px 10px 10px;
}
#column_r {
        width: 193px;
        margin: 0;
        float: right;
        background-color: #ececec;
        position: relative;
        right: 10px;
        padding-right: 5px;
        padding-left: 5px;
}
#myframe {
        padding: 0 0 0 0;
        margin: 0 10px 0 10px;
        overflow: visible;
        height: 460px;
        width: 720px;
}
#footer {
        text-align: center;
        background-color: #c01000;
        margin-right: 10px;
        margin-left: 10px;
        width: 720px;
        overflow: hidden;
        padding: 2px 10px 2px 10px;
}
#logos {
        text-align: center;
        background-color: #fff;
        margin-right: 10px;
        margin-left: 10px;
        width: 720px;
        overflow: hidden;
        padding: 2px 10px 2px 10px;
}
/* Styles for Masthead */
#masthead img {
        float: left;
}
#masthead p {
        color: #000;
        font-size: medium;
        text-align: right;
        margin: 20px 10px 0 10px;
}
/* Styles for Navigation */
#navigation ul {
        list-style-type: none;
        width: 100%;
        margin: 0;
        padding: 0;
}
#navigation li {
        float: left;
}
#navigation a {
        color: #000;
        text-decoration: none;
        margin: 0 1px;
        padding: 5px;
        display: block;
        border: 1px solid #d3d3d3;
}
#navigation a:visited {
        color: #ffffff
}
#navigation a:hover {
        background-color: #999999;
        border: 1px solid #f2f2f2;
}
.currentpage {
        border-bottom-color: black;
        border-bottom-width: thin;
        border-bottom-style: solid;
}

/* Styles for Content */
h1 {
        color: #000000;
        font-size: 2.0em;
}
h2 {
        color: #000000;
        font-size: 1.75em;
}
h3 {
        color: #000000;
        font-size: 1.5em;
}
h4 {
        color: #000000;
        font-size: 1.25em;
}
h5 {
        color: #000000;
        font-size: 0.75em;
}
h6 {
        color: #000000;
        font-size: 0.5em;
}
big {
        color: #000000;
        font-size: medium;
}
#column_r p {
        color: #000;
        font-size: x-small;
        text-align: left;
        margin: 0;
        padding: 5px;
}
#column_r h4 {
        margin-bottom: 0;
}
#column_r ul {
        margin-left: 5px;
        padding-top: 0;
        padding-left: 10px;
}
#column_r ul li {
        font-size: x-small;
        display: list-item;
        list-style-position: outside;
}
/* Styles for Footer */
#footer p {
        color: #fff;
        font-size: x-small;
        margin-top: 2px;
        margin-bottom: 6px;
}
#footer a {
        color: #000000;
        text-decoration: underline;
}
#footer a:visited {
        color: #ffffff;
}
#footer a:hover {
        color: #000;
        text-decoration: none;
}
/* Styles for Links */
a {
        color: #456;
        text-decoration: underline;
}
a:hover {
        color: #965;
        text-decoration: underline;
}
a:visited {
        color: #993333
}
.style_bold {
        font-weight: bold;
}
.style_italic {
        font-style: italic;
}
.style_brands {
        text-align: center;
        width: 120px
}
.table {
        border-style: solid;
        border-width: 5px;
        background-color: #fff;
}