body {
   background-color: #191919;
   margin: 0px;
   overflow: scroll;
   font-size: 8pt;
   font-family: Arial;
   color: #c0c0c0;
}
a { 
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 { 
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    text-transform: uppercase;
    color: #ffa050;
}
p { 
    margin: 0px 0px;
    padding: 8px 0px; 
    text-align: justify; 
}
hr { 
   border-width: 0px;
   border-top: 1px solid #454545;
   background-color: transparent;
   height: 1px;
}
img { 
    vertical-align: middle;
}
table { 
    border-collapse: collapse;
    margin: 0px;
}
table, td {
    padding: 0px;
}
input, textarea, select { 
    height: 15px;
    padding: 2px;
    margin: 0px;
    background-color: #202020;
    border: 1px solid #454545;
    color: #a0a0a0;
    font-size: 8pt;
    font-family: Arial;
}
input:focus, textarea:focus { 
    color: #ffffff;
    background-color: #050505;
    border-color: #800000;
}
input:hover, textarea:focus { 
    border-color: #a0ff50;
}
textarea { 
    width: 200px;
    height: 50px;
}
select { 
    height: 20px;
}
input[type=submit] { 
    height: 25px;
    background-image: url('/_images/nav_main_bg.gif');
    background-position: bottom center;
    cursor: pointer;
}
input[type=submit]:hover { 
    background-position: top center;
}
input[type=checkbox], input[type=radio] { 
   vertical-align: middle;
}
fieldset { 
    background-image: url('/_images/body_bg.gif');
    border: 1px solid #808080;
}
legend { 
    font-size: 12pt;
    font-variant: small-caps;
    color: #ffffff;
    padding: 0px 10px;
}
acronym { 
   color: #ffffff;
   border-bottom: 1px dotted #808080;
}

#body-content {
   position: relative;
   text-align: center;
   margin: 15px 0px 35px;
}
div#footer-bar {
    position: fixed;
    bottom: 0px;
    background-image: url('/_images/nav_main_bg.gif'); 
    background-repeat: repeat-x;
    border-top: 1px solid #000000;
    text-align: center;
    width: 100%;
    height: 24px;
    z-index: 1;
}
div#banner-sitename { 
    height: 89px;
    width: 530px;
    background-image: url('/_images/banner_sitename02.png');
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer;
}
div#blank { 
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: #000000;
   opacity: 1.0;
   z-index: 3;
   display: block;
}
div#init { 
   margin-top: 20px;
   text-align: center;
}
div.shadow-top { 
   position: absolute; 
   top: 0px;
   width: 100%;
   height: 12px;
   background-image: url('/_images/nav_shadow.png');
   background-repeat: repeat-x;
}
div.shadow-bottom { 
   position: absolute;
   bottom: 0px;
   width: 100%;
   height: 12px;
   background-image: url('/_images/nav_shadow_flip.png');
}

#catbar { 
   position: relative;
   width: 100%;
   height: 42px;
   text-align: center;
   background-image: url('/_images/catbar-bg.png');
   background-repeat: repeat-x;
}
#catbar table#catbar-table { 
   width: 800px;
}
#catbar .catbar-dep, #catbar .catbar-dep-auto { 
   white-space: nowrap;
   padding: 0px 12px;
   width: 80px;
   height: 42px;
   background-image: url('/_images/catbar-dep-bg.png');
   background-repeat: repeat-x;
}
#catbar .catbar-dep-auto { 
   width: auto;
   padding: 0px 4px;
}
#catbar .catbar-text { 
   padding: 0px 8px;
}
#catbar .catbar-spacer { 
   width: 2px;
}

.anthology-content { 
   display: none;
}