@charset "UTF-8";
/* --------------------- 
STYLES DIRECTORY:
    01. HIDE
    02. RESET
    03. MISCELLANEOUS
 --------------------- */
 
/* ---------- 01. HIDE ---------- */
#topNav, #mainNav, #footer-links, #slides, #iframe-sliders, #footer-logos, #right-column, #usability {
    display: none;
} 
/* ---------- 02. RESET ---------- */
html, body, #wrapper, #header, #logo, #column-wrapper, #left-column, #footer, #footer-left {
    position: static;
    float: none;
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    background: none;
    color: #000;
    text-align: left;
}
/* ---------- 03. MISCELLANEOUS ---------- */
h1, h2, h3, h4, h5, h6 {
    color: #000;
}
a, #footer-text a {
    color: #000;
    text-decoration: underline;
}
#header, #logo, #content {
    padding-bottom: 1em;
}
table {
    border:1px solid #000;
}
/* CODED BY NGJ */
