/* home.css - APRIL 2010: stub while replan and redevelop site*/

body{font-family: Verdana, Arial, Helvetica, sans-serif;}

#SiteID{}                                      /* User identifies this site */
h1{ text-align: left;}
.SiteName{
  font-size: xx-large;
  vertical-align: text-bottom;
}
.Tagline{
  font-size: small;
  font-weight: lighter;
  vertical-align: top;
  padding: 1em;
}

#PgSum{}                                       /* User identifies this page */
h2{                                                     /* Web page heading */
 text-align: center;                                    
 font-size: x-large;
}
h3{                                      /* Page summary with links to Text */
 text-align: left;  /* TO DO: indent both sides! */
 font-size: large;
}

#PgDoc{                               /* Documents this webpage; navigation */
 clear: both;
 border-top-style: dashed;  border-top-width: thin; 
}
#PgDoc p{text-align: center;}

