/* 
 *  Style sheet specifications for Tier1 pages for HTSC.net web pages
 *  date of creation: 07/19/01
 *  creator: Jim H"
 *
 ************************************************************************************************/


/* p tag determin the general font for the web settings */
P { font-family:verdana,arial,helvetica; }

/* A.mainnav is the link style for main content area */
A { text-decoration:none;  font-family:verdana,arial,helvetica; }
A.mainnav:link{ color: blue; }     
A.mainnav:hover{ color: red; }	
A.mainnav.visited{ color: blue; }

/* A.sidenav is the link style effect for the side window, please note this effect won't work 
   with the popup effect for the tier1/2 front pages */
A.sidenav:link{ color: white; font-size: 10pt;}
A.sidenav:visited{color: white;	text-decoration: none; font-size: 10pt;}
A.sidenav:hover{ color: red; font-size: 10pt;}	

/* A.centerbox is the link style for the boxes in the middle of the content page */
A.centerbox:link{color : blue;}
A.centerbox:visited{color : blue;}
A.centerbox:hover{color: red;}

/* .linkon3 and .linkoff3 are used in the old mainstyle.css.  These are the link effects used in the main pages
    that is for the side navigation bar, and will be replaced by the A.sidenav styles */
.linkon3 { text-decoration:none;
	color:yellow;
	font-family:arial,tahoma,helvetica;}
	
.linkoff3 { text-decoration:none;
	color:white;
	font-family:arial,tahoma,helvetica;}

/* this .Men style is for the "inline frame" element in the html which enables the pop up window effect */
.Men {
      border:solid 3; 
	  border-color:gainsboro dimgray dimgray whitesmoke; 
	  background-color:lightgrey; position:absolute; 
	  visibility:hidden; 
	  z-index:2;
	  }





