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

/* Copyright 1997-2005 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: home.css,v 2.22 2005/05/16 15:59:14 slesch Exp $ */
/* Modifications 8-27-07  CLM			*/
/* Changing colors, codes going from 3 to 6     */

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

html, body {
   background: #ffffff;  /* white */
   color: #003300;   /* forest green */
}

html, body, h2, h3, h4, div, p, ul, li, input {
   font-family: Arial, Helvetica, sans-serif;
}

#logo, #slogan {
   text-align: center;
   margin: 0;
   padding: 0;
   margin-bottom: 0.3em;
}

#slogan {
   background: #ffffff; /* white  */
   color: #003300;    /* was coriander blue: 4d8cba   now forest gr */
   font-family: Times, "Times New Roman", serif;
   font-style: italic;
   font-weight: bold;
   margin-top: -6px;
}

.date {
   padding-right: 0.3em;
}

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

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

.copyright {
   margin-top: 0;
   margin-bottom: 0;
}

.hide {
   visibility: hidden;
   background: #fff;
   color: #fff;
   clear: both;
   margin: 0;
}

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

a:link {
   background: #fff;   /* links are brown text */
   color: #663300;
}

a:visited {
   background: #fff;    /* brigher yellow   */
   color: #cccc99;   /*stone or olive  could later make this dk red?  */
}

a:active {
   background: #660000;     /* dk red  on pale yellow  to pick up nav spots */
   color: #cccc99;
   text-decoration: none;
}

a    {  color:#993300;}

a:hover { background-color:#663300;   /* lt yellow */
          color:#cc9933;}       /* dark red */

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 */
   }
}

