html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0;
}

form {
    padding: 0px;
    margin: 0px;
}

p {
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

canvas {
    display: none !important;
}

.cornercanvas {
    display: none !important;
}

/*================================================================ */
/* Header */
#header h1 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.7em;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

/*================================================================ */
/* Header Navigation */

#headernav img {
    display: none;
}

#headernav h2 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

#headernav ul {
    display: none;
}

/*================================================================ */
/* Wrapper/Container/Sidebar/Content Layout */

#wrapper {
    width: 100%;
}
#wrapper:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
* html #wrapper {height: 1%;}

#container {
    width: 100%;
}
#container:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
* html #container {height: 1%;}

#sidebar {
    display: none;
}

#content {
    margin: 0px;
}

/*================================================================ */
/* Seconary Content/Main text/Supports Layout */

#content2 {
    width: 100%;
}
#content2:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    font-size: 0px;
}
* html #content2 {height: 1%;}

#maintext {
    height: auto !important;
}
#maintext:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
* html #maintext {height: 1%;}

#supports {
    clear: both;
    height: auto !important;
}
#supports:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
* html #supports {height: 1%;}

/*================================================================ */
/* Footer */

#footer {
    position: static;
    margin: 0px;
    font-size: 0.7em;
    color: #000000;
}
#footer a {
    color: #000000;
    text-decoration: underline;
}

/*================================================================ */
/* Main Content Area */

#mt_head h3 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin: 0px 0px 1em 0px;
}

#mt_inner {
    font-size: 0.9em;
}

#mt_inner_page {
    font-size: 0.9em;
}

#mt_inner h4, #mt_inner_page h4 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #26619E;
    padding: 0px 0px 1.0em 0px;
    margin: 0px;
}

#mh_pagenav {
    display: none;
}

#mt_foot {
    clear: both;
}

#mf_pagesel {
    display: none;
}
#mf_pagenav {
    font-size: 0.8em;
}

#mf_pagenav img {
    display: none;
}

/*================================================================ */
/* Supports Content Area */
.sp_content {
    display: none;
    font-size: 0.9em;
    position: static !important;
}
.sp_content:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
* html .sp_content {height: 1%;}

.sp_head h3 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin: 1.0em 0px 1.0em 0px;
}


.sp_inner h4 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #F67B00;
    padding: 0px;
    margin: 0.5em 0px 1.0em 0px;
}

.sp_inner .headrule h4 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #000000;
    padding: 0px;
    margin: 0.5em 0px 0.1em 0px;
}
.sp_inner .headrule .note {
    font-size: 0.8em;
    margin: 0px 0px 1.0em 0px;
}

.sp_close {
    display: none;
}

/*================================================================ */
/* Buttons */

.button1 {
    display: none;
}

.button2 {
    display: none;
}

.button3 {
    display: none;
}

.buttonag {
    display: none;
}

.buttonprint {
    display: none;
}

.buttonleft {
    display: none;
}

.buttonright {
    display: none;
}


/*================================================================ */
/* Image/Caption Layout */

.imgleft {
    float: left;
    margin: 0px 7px 0px 0px;
}

.imgcaption {
    background: #FFFFFF;
    font-size: 0.9em;
    color: #000000;
    text-align: left;
    padding: 3px;
    margin: 2px 0px 2px 0px;
}

/*================================================================ */
/* Inline Items and Literary Devices */

.pulldown {
    font-size: 0.9em;
    background: #FFFFFF;
    border: 1px solid #000000;
    padding: 0px;
}

.glossword {
    color: #000000;
    text-decoration: underline;
}

.actlink {
    color: #F67B00;
    text-decoration: underline;
}

.ld {
    display: none;
}

/*================================================================ */
/* Feedback 'Window' */

.feedback {
    display: none;
    position: static !important;
    font-size: 0.9em;
    clear: both;
}

.feedback .fs_caret {
    display: none;
}

/*================================================================ */
/* Margin Icons */

.icons {
    display: none;
}

/*================================================================ */
/* MISC */

#rwDrag {
    display: none !important;
}

.clearboth {
    height: 0px;
    font-size: 0px;
    clear: both;
}
