/*                                                                      */
/* main.css      Main Cascading Style Sheets for EGS                    */
/*                                                                      */
/* 12/21/07 - updated comments                                          */
/*                                                                      */
/* styles are:                                                          */
/*   default  - default class                                           */
/*      p                                                               */
/*      div                                                             */
/*      h1                                                              */
/*      h2                                                              */
/*      a img                                                           */
/*      a:link                                                          */
/*      a:visited                                                       */
/*      a:hover                                                         */
/*      a:active                                                        */
/*   page_header  - for title under the crumb trail                     */
/*      p                                                               */
/*      div                                                             */
/*   table  - for making table entries the same as default font         */
/*      td                                                              */
/*   navigator  - left hand navigator menu                              */
/*      p                                                               */
/*      div                                                             */
/*      ul                                                              */
/*      li                                                              */
/*      li ul                                                           */
/*      li li                                                           */
/*      td                                                              */
/*   special  - for testing at this point                               */
/*      a:link                                                          */
/*      a:visited                                                       */
/*      a:hover                                                         */
/*      a:active                                                        */
/*                                                                      */                      
a img {
	border: none; 
	}
p, div {
	font-size: 1.25em;
   font-family: Times New Roman, Arial, Helvetica, Georgia, sans-serif;
   font-style: normal;
   font-weight: normal;
   color: black;
	}
H1 {
	font-size: 2em;
   font-family: Georgia, Arial, Helvetica, sans-serif;
   font-weight: normal;
	font-style: italic;
   color: black;
   }
H2 {
   font-family: Verdana, sans-serif; 
   color: red; 
   font-size: 200%;
   }
   
a:link {
	color: #6633cc; 
	}
a:visited {
	color: #996600;
	}
a:hover {
	background: silver;
	color: black;
	}
a:active {
	color: black;
	}

p.page_header, div.page_header{
 /*	font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
	font-style: italic;
	font-size: 2em;
	color: green;
	}
.menu td {
	font-size: 1.25em;
   font-family: Times New Roman, Arial, Helvetica, Georgia, sans-serif;
   font-style: normal;
   font-weight: normal;
   color: black;
	}
	 
.table td {
	font-size: 1.25em;
   font-family: Times New Roman, Arial, Helvetica, Georgia, sans-serif;
   font-style: normal;
   font-weight: normal;
   color: black;
	}

.navigator p, div{
 /*	font-family: Arial, Helvetica, sans-serif; */
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	color: black;
	}
.navigator ul { 
	margin-top: 0px ;
	}
.navigator li { 
   border-bottom: 1px dotted gray;
   list-style: none;
   margin-left: -2em;
   padding-top: 4px;
   padding-bottom: 4px;
   color: black;
   }
/*    lower levels; anything deeper inherits correct settings */
.navigator li ul {
	padding-top: 4px;
	}
.navigator li li {
	margin-left: -1.5em;
   padding-top: 2px;
   padding-bottom: 4px;
   border-bottom: none;
   } 
.navigator td {
	background-color: #99ccff;
	}
	
a.special:link {
	color: fushia;
	}
a.special:visited {
	color: aqua; 
	}
a.special:hover {
	background: yellow;
	color: black;
	}
a.special:active {
	color: yellow;
	}	
div.chged {
	color: dark hard red;
	}
