body {
   color: #333333;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
}

#container {
   margin: 0px auto;
   text-align: left;
}

#banner {
   display: none;
}

#banner h1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   margin: 3px;
   padding: 10px 16px;
   color: #888888;
}

#nav {
   display: none;
}

#content {
   padding: 4px 8px 4px 8px;
   width: 100%;
   background: #ffffff;
}

#content p {
   font-size: 11px;
   margin-top: 4px;
   padding: 5px 0px 0px;
}

#content p.header, p.headerLarge {
   font-size: 13px;
   color: #ff0000;
   font-weight: bold;
   text-align: center;
}

#content p.headerLarge {
   font-size: 16px;
   color: #0000ff;
   margin-bottom: 0px;
}

#content p.footnote {
   font-size: 9px;
   text-align: center;
   color: #777777;
}

#copyright {
   margin-left: 8px;
   margin-top: 4px;
   clear: both;
   background: #ffffff;
   padding-top: 4px;
   padding-bottom: 0px;
   width: 100%;
   height: 13px;
   text-align: right;
   border-top: 1px solid #676767;
   font-size: 10px;
   color: #777777;
}

#footer {
   background: #ffffff;
}

#copyright a {
   color: #777777;
   text-decoration: none;
}

a {
   color: #333333;
   text-decoration: none;
}

input, select, button {
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

input {
   display: block;
   margin-bottom: 2px;
}

button {
   float: right;
}

td.plain {
   font-size: 11px;
}

fieldset {
   width: 251px;
   padding: 5px;
   border: 1px solid #cccccc;
}

legend {
   color: #333333;
}

#status {
   display: none;
}

#status span {
    font-weight: bold;
}

.downloads {
   display: none;
}
