/* EXTERNAL CSS FILE - BROWSER BUGS AND QUIRKS LIST:
1. Explorer 5.0 displays Hover, but Netscape 4.7 ignores it. 
   "Hover" causes a link to change to a new color when the 
   cursor is over the link.
2. The <P> works on both Explorer 5.0 and Netscape 4.7.
   "CLASS=classname" works on Explorer 5.0, but Netscape 4.7 ignores it.
   "ID=idname" works on Explorer 5.0, but Netscape 4.7 ignores it. 
   Both the CLASS and ID commands can create custom paragraph command sets. 
3. The "font-weight:" overrides and disables the <B> <I> tags in Netscape 4.7, 
   but the tags work normally in Explorer 5.0.
4. The "line-height:" works ok in Explorer 5.0, and displays correctly in Netscape 4.7,
   but a printout of the page causes infinite printer pages. 
5. If a "BACKGROUND:" is used, ALL displayed element tags MUST contain the statement, 
   otherwise "boxes" will appear around the elements.  Both Explorer 5.0 and Netscape 4.7
   show this behavior.
6. The "letter-spacing:length" works in Explorer 5.0, but Netscape 4.7 ignores it.
7. The "text-indent:value" works in Explorer 5.0, but Netscape 4.7 has ragged indents.
8. The "text-decoration:blink" works in Netscape 4.7, but Explorer 5.0 ignores it.
9. The "text-transform:capitalize,uppercase,& lowercase" selections work in Netscapr 4.7,
   but Explorer 5.0 ignores them. 
*/ 

/* INDIVIDUAL PAGE CSS COMMANDS - BROWSER BUGS AND QUIRKS LIST:
   Note: Some commands - mostly IMG (image control commands) must be used on each 
   individual page.  The commands are within <STYLE TYPE="text/css"> </STYLE> tags, 
   which must be inside the <HEAD> </HEAD> area of the page.
1. The IMG "position:absolute & relative" commands work with Explorer 5.0, but IMG is 
   ignored by Netscape 4.7.  A work around is to create a "class" for the image data
   and put the image in a paragraph. <P CLASS="  "> </P>, this works with both browsers.
2. The IMG "float:left & right" commands work with the #1 workaround.  Note: This causes a 
   blank white space above the text next to the image.
*/

/* REVISION HISTORY - CHANGES AND UPDATES:
1. Added info on some alternate type fonts / sizes for use with fancy typeface on webpages
   for Trebucket and Tahoma font faces.
*/
 

A:link {background:transparent;
        color:blue;
		text-decoration:underline;
		text-underline: single;}
A:visited {background:transparent;
           color:purple;
		   text-decoration:underline;
		   text-underline: single;}
A:active {background:transparent;
          color:red;
		  text-decoration:underline;
		  text-underline: single;}
A:hover {background:transparent;
         color:green;
		 text-decoration:underline;
		 text-underline: single;}

BODY {background-image:url("yellow_pattern.jpg");
	  background-color:#FFE7C6;}

IMG.center {position:relative;left:0;border:0;align:center;vertical-align:middle;clear:both;}

IMG.left {position:relative;left:0;border:0;align:left;vertical-align:middle;clear:both;}

IMG.right {position:relative;left:0;border:0;align:right;vertical-align:middle;clear:both;}
	  
H1 {background:transparent;
	white-space:normal;
	font-size:20pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:normal;}
H2 {background:transparent;
	white-space:normal;
	font-size:18pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:normal;}
H3 {background:transparent;
	white-space:normal;
	font-size:16pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:normal;}
H4 {background:transparent;
	white-space:normal;
	font-size:14pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:normal;}
H5 {background:transparent;
	white-space:normal;
	font-size:10pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:normal;}

H1.center {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:20pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H2.center {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:18pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H3.center {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:16pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H4.center {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:14pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H5.center {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:10pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
	
H1.left {text-align:left;
	background:transparent;
	white-space:normal;
	font-size:20pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H2.left {text-align:left;
	background:transparent;
	white-space:normal;
	font-size:18pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H3.left {text-align:left;
	background:transparent;
	white-space:normal;
	font-size:16pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H4.left {text-align:left;
	background:transparent;
	white-space:normal;
	font-size:14pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
H5.left {text-align:left;
	background:transparent;
	white-space:normal;
	font-size:10pt;
	color:black;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}

P.navy1 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:20pt;
	color:navy;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.navy2 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:18pt;
	color:navy;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.navy3 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:16pt;
	color:navy;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.navy4 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:14pt;
	color:navy;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.navy5 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:10pt;
	color:navy;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
	
P.red1 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:20pt;
	color:red;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.red2 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:18pt;
	color:red;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.red3 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:16pt;
	color:red;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.red4 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:14pt;
	color:red;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
P.red5 {text-align:center;
	background:transparent;
	white-space:normal;
	font-size:10pt;
	color:red;
	font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
	font-style:normal;
	font-weight:bold;}
	
P {text-align:left;
	font-size:12pt;
	font-family:"times new roman","serif";
	font-style:normal;
	color:black;
	background:transparent;
	white-space:normal;}
	
P.red {text-align:left;
	font-size:12pt;
	font-family:"times new roman","serif";
	font-style:normal;
	font-weight:bold;
	color:red;
	background:transparent;
	white-space:normal;}
	
P.navy {text-align:left;
	font-size:12pt;
	font-family:"times new roman","serif";
	font-style:normal;
	font-weight:bold;
	color:navy;
	background:transparent;
	white-space:normal;}
	
P.space {text-align:left;
	font-size:12pt;
	font-family:"times new roman","serif";
	font-style:normal;
	font-weight:bold;
	color:#c6eff7;
	background:transparent;
	white-space:normal;}
	
P.link {text-align:center;
			font-size:10pt;
			font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
			font-style:normal;
			font-weight:bold;
			background:transparent;
			white-space:normal;}
			
P.footer {text-align:center;
			font-size:10pt;
			font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
			font-style:normal;
			background:transparent;
			font-weight:bold;
			white-space:normal;}
			 
P.email {text-align:center;
			font-size:11pt;
			font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
			font-style:italic;
			background:transparent;
			font-weight:bold;
			white-space:normal;}
	
P.photo	{text-align:left;
			font-size:11pt;
			font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
			font-style:normal;
			background:transparent;
			white-space:normal;}	
P.subtext {text-align:center;
			font-size:11pt;
			font-family: trebuchet, "trebuchet ms", verdana, geneva, arial, sans;
			font-style:normal;
			background:transparent;
			white-space:normal;}		
P.pagetitle {text-align:center;
			font-size:14pt;
			font-family:Tahoma,"no serif";
			font-style:normal;
			background:transparent;
			font-weight:bold;
			white-space:normal;}

P.topfeature {text-align:left;
			font-size:12pt;
			font-family:Tahoma,"no serif";
			font-style:normal;
			background:transparent;
			font-weight:bold;
			white-space:normal;}

P.pagesubtitle {text-align:center;
			font-size:12pt;
			font-family:Tahoma,"no serif";
			font-style:normal;
			background:transparent;
			font-weight:bold;
			white-space:normal;}
P.pagebodyitalic {text-align:center;
			font-size:12pt;
			font-family:"times new roman","serif";
			font-style:italic;
			background:transparent;
			font-weight:normal;
			white-space:normal;}	
P.resume {text-align:center;
			font-size:11pt;
			font-family:"times new roman","serif";
			font-style:italic;
			background:transparent;
			font-weight:normal;
			white-space:normal;}				
			
OL.ctr {list-style:decimal outside;
	font-size:12pt;
	font-family:"times new roman","serif";
	font-weight:bold;
	white-space:normal;}
	
UL.ctr {list-style:disc outside;
	font-size:12pt;
	font-family:"times new roman","serif";
	font-weight:bold;
	white-space:normal;}

ul li.itempop {
			font-size:12pt;
			font-family:Tahoma,"no serif";
			font-style:normal;
			background:transparent;
			font-weight:bold;
			white-space:normal;}

			 

