@media print  {
  h4 {
    padding-right:5px;
  }

  #download {
    border:none;
    margin:0;
  }

  #download #unofficial {
    font-weight:700;
    border:1px solid maroon;
    display:block;
    padding:10px;
  }

  #navInternal,#download p,#footer {
    display:none;
  }

  #container,#content {
    width:100%;
    margin:0;
  }

  * html #container {
    margin-top:0;
  }
}

fieldset {
  color:#000;
  background:none;
  padding:0;
}

label {
  display:block;
  float:left;
  width:7em;
  text-align:right;
}

label,input,select,textarea {
  margin:3px;
}

input:hover,textarea:hover {
  border:2px inset #999;
}

input:focus,textarea:focus {
  background-color:#efe;
}

.txtBox,.dattim,.numBox,.mustEnter,.curBox,.chkBox {
  width:250px;
}

.txtArea {
  width:400px;
  height:7em;
}

.chkBox {
  margin:5px;
}

.noDisplay {
  display:none;
}

.ruler {
  width:95%;
  background:#fff;
  margin:5px;
}

.ruler th,table.recbaseChild th {
  border:1px solid #999;
  font-weight:700;
  background:#FFE5E5 url(images/quoteBack.jpg) no-repeat top right;
  text-align:center;
  color:#000;
}

table table.recbseChild th {
  border:none;
}

.ruler td {
  border:1px solid maroon;
  height:2em;
  padding:5px;
}

.hilite {
  color:maroon;
  background: #eee;
}

.rowSelected {
  background-color:#eff;
  font-weight:700;
}

.hasMarker {
  cursor:pointer;
}

.total {
  color:maroon;
  font-weight:700;
  text-align:right;
}

.int {
  width:70px;
  text-align:right;
}

.strShort {
  width:100px;
}

.str {
  min-width:150px;
}

.dat {
  width:75px;
  text-align:center;
}

.num {
  color:#000;
  text-align:right;
  width:1em;
  padding:0;
}

.cur {
  text-align:right;
  width:100px;
}

.sect0_head {
  clear:left;
  font-size:120%;
  background-color:#eee;
  margin:0 0 10px;
  padding:10px 25px;
}

.sect1_head {
  font-size:100%;
  clear:both;
  margin:10px;
}

.sect2_head {
  font-size:80%;
  border:none;
  background:transparent;
  clear:both;
  margin:10px;
  padding:5px 15px;
}

body,h2,h3,h4,ol,ul,dl,div,p {
  margin:0;
  padding:0;
}

body {
  font-size:90%;
/*  background:#840000 URL(images/background.jpg) no-repeat top center;*/
  background:#840000 URL(images/bar.jpg) repeat-y top center;
}

a {
  text-decoration:none;
  border-bottom:1px dashed #CCC;
  color:blue;
}

a img {
  border:0;
  margin:1px;
}

a:hover {
  color:red;
}

a:hover img {
  border:1px dashed gray;
  margin:0;
}

ol {
  list-style-type:lower-alpha;
}

ol ol {
  list-style-type:decimal;
}

acronym {
  cursor:help;
  color:maroon;
} 

#container {
  width:760px;
  margin:10px auto 0;
  padding:70px 5px 5px 5px;
  position:relative;
  background:transparent url(images/logo2.gif) top left no-repeat;
}

#content h5 {
  font-weight:700;
  font-size:90%;
  margin:5px;
}

#content h4 {
  font-weight:700;
  font-size:94%;
}

#content h3 {
  text-align:center;
  text-decoration:underline;
  line-height:25px;
  font-size:95%;
  font-weight:700;
  margin:0 0 15px;
  padding:0;
}

#content {
  width:437px;
  margin:0px 320px 0 0;
}

#content ol,ul {
  margin:0 5px 5px 30px;
  padding:0 0 0 30px;
}

#content ol p,ul p {
  margin:0;
}

#content ul {
  list-style-type:disc;
  font-size:98%;
  padding:0 0 5px 30px;
}

#content ul,ol li {
  margin:5px 0;
}

#content h2 {
  line-height:25px;
  background:transparent URL(images/headerH2b.gif) no-repeat top left;
  font-size:100%;
  margin:10px 0 15px 5px;
  padding:0 0 0 5px;
}

#content p {
  margin:0 0 15px 10px;
}


#nav {
  position:absolute;
  top:94px;
  right:0;
  width:300px;
}
#nav dd {
  margin:0 5px 5px 9px;
}

#nav dt {
  border:1px dashed gray;
  font-weight:700;
  font-size:98%;
  color:maroon;
  background:transparent URL(images/header.gif) repeat-x top left;
  padding:2px;
}

#nav #navRight {
  font-size:80%;
  width:47%;
  float:right;
}

#nav #navLeft {
  font-size:80%;
  width:47%;
}

#error {
  color:red;
  font-weight:700;
  display:block;
}

#footer {
  clear:both;
  font-size:50%;
  border:1px dashed gray;
  background-color:#fff;
  color:gray;
  margin:5px;
  width:420px;
  padding:9px;
}

#download {
  border-top:1px dashed gray;
  border-bottom:1px dashed gray;
  margin:5px;
  padding:5px;
}

#unofficial {
  font-size:90%;
  color:maroon;
}

ul#fileViewFiles {
  float:right;
  list-style:none;
}

ul#fileViewFiles li {
  margin:5px;
}

ul#fileViewDirectories {
  list-style-image:url(images/folder.gif);
  float:left;
}

* html #container {
  margin-top:210px;
}

* html #content {
  margin-top:0;
}