@import url("home-import.css");

/* $Id: home.css,v 2.14 2002/12/05 15:00:01 slesch Exp $ */

/* ******************  body  *************** */

html, body {
   background: #fff;
   color: #000;
   margin: 0;
   padding: 0;
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Times New Roman;
}


h1 {
   margin-top:  0;
   color:       990000;
   font-size:   1.7em;
   
}


div.header {
  background-image: url("/images/top-banner.png");
}



#logo, #slogan {
   text-align: left;
   margin: 0;
   padding: 0;
}

#slogan {
  text-align: left;
   color: #000;
   /*font-family: Times, "Times New Roman", serif;*/
   /*font-style: italic;*/
   font-weight: normal;
   font-size: 10px;
   margin-top: -0.8em;
}

.date {
   font-style: italic;
}

.small, .archive, .copyright {
   font-size: small;
}

.invisible, .invisible a {
   display: none;
   background: #fff;
   color: #fff;
}

.copyright {
   display: run-in;
   text-align: center;
   margin-top: 4px;
   margin-bottom: 0;
   clear: both;
}


.copyright a{
  text-decoration: none;
}

.hide {
/*   visibility: hidden;*/
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0px;
   border: none;
   padding: 0px;
   height: 0px;
   width: 0px;
   font-size: 0px;
   line-height: 0px;
}

hr.hide {
  width:100%;
}

.whiteout {
   background: #fff;
   color: #fff;
}

a:link {
   color: #820000;
}

a:visited {
   color: #720000;
}

a:hover {
   color: #c50000;
}

a:active {
   color: #900;
   text-decoration: none;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

.bottomLinks {
  font-size: small;
  text-align: center;
}

.bottomLinks a {
  text-decoration: none;
}
