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

p {
    clear: both;
}

a {
    color: #3333AA;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #6699DD;
}

form {
    padding: 0px;
    margin: 0px;
}
#searchform label {
    display: none;
}

img {
    border: 0;
}

sup {
    font-size: 0.7em;
}

/*
th {
    background: #E9E1E9;
    font-size: 0.84em;
    font-weight: bold;
    text-align: left;
}

td {
    background: #F6F2F6;
    font-size: 0.84em;
    text-align: left;
}
*/

#header {
    display: none;
}
#header h1 {
    display: none;
}
#header h1 span {
    display: inline;
}

#headernav {
    display: none;
}


#topnav {
    display: none;
}

#breadcrumb{
    display: none;
}

#container {
    background: transparent;
    height: 100%;
}
#container:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

#leftnav {
    display: none;
}

#pagetitle {
    border-bottom: 2px dotted #000000;
    padding: 7px 10px 0px 0px;
    margin: 0px 10px 10px 0px;
}
#pagetitle h2 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 1px 0px;
}

#columns {
    margin-left: 0px;
}
#columns:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

#col0 {
    width: 100%;
    float: left;
}

#col1 {
    width: 64%;
    float: left;
}

#main {
    font-size: 0.9em;
    margin: 0px 30px 5px 0px;
}
#main h3 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #889922;
    margin: 0px;
    padding: 15px 0px 0px 0px;
}
#main h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #889922;
    margin: 0px;
    padding: 0px;
}
#main ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style: square;
}

#main .note {
    font-size: 0.84em;
    font-style: italic;
}

#col2 {
    width: 33%;
    float: left;
}

#secondary {
    font-size: 0.8em;
    margin: 0px 10px 5px 0px;
}
#secondary h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #889922;
    margin: 0px;
    padding: 0px 0px 2px 0px;
}
#secondary ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
    list-style: round;
}

#footer {
    display: none;
}

.clearboth {
    clear: both;
}

.caption, .toplink {
    font-size: 0.7em;
}
.caption a, .toplink a {
    text-decoration: underline;
}
.toplink {
    text-align: right;
}

.imgcapleft {
    float: left;
    text-align: left;
}
.imgcapmid {
    float: left;
    text-align: center;
}
.imgcapright {
    float: left;
    text-align: right;
}

.menubreak {
    border-top: 2px dotted #889922;
}
.menubreak span {
    display: none;
}