<html> 
<head> 
<style>{  }
/* COMMENTS Generic for all new pages and main pages for subwebs*/


body         { font-family: AvantGarde, Arial, serif; font-size: 10pt; margin-top: 0; margin-bottom: 0;  bgcolor:#F8F7F5 } 
BODY 		{ background-repeat: no-repeat }
p         	 { font-family: Arial; font-size: 10pt; margin-top: 0; margin-bottom: 0; }

a:active     { color: #5A748B; text-decoration:none }
a:link       { color: #5A748B; text-decoration:none}
a:visited	 { color: #5A748B; text-decoration:none }
h1           { font-size: 24pt; text-align:center; color: #800000; margin-top:3; margin-bottom:3 }
h2           { font-size: 18pt; text-align:left; color: #838383; margin-top:3; margin-bottom:3 }
h3			 { font-size: 14pt; text-align:left; color: #838383; margin-top:3; margin-bottom:3 }

A:hover 	 {color: #800000;}
			 

/* nav and header IDs set the background color and margins */
#nav 	{	
			background-color: #B9B1AB;
			margin-top: 0; margin-left: 0;
			h1-font-size: 14pt;
			h2-font-size: 12pt; text-align:left; color: #838383;
			

			}
			
#header 	{
			font-family: AvantGuarde;
			img-url(/images/subwebHeader.gif) usemap="#FPMap0" width="795" height="100";

			background-color: #B9B1AB;
			margin-top: 0; margin-left: 0; margin-bottom: 0
			
			}
			
/* body1 attaches the intranet picture as background to a page */			
#body1 		{ 
				background-image: url('Images/intranet-page-3b-1.jpg');
				background-attachment: fixed;
				background-repeat: no-repeat;
				background-position:  
               center;  
				font-family: AvantGarde;
				font-size: 8Pt
			}

/* submain attaches an AMI Background to the bottom right - used on the first Main page of the Sub Web*/
#submain 		{ 
				
				background-image: url('Images/SubWebBk.jpg'); 
				background-attachment: fixed;
				background-repeat: no-repeat;
				background-position: right bottom;  
				font-family: Arial;
				font-size: Small
				
				}

#tc_header		{ 
				
				background-image: url('Images/AMI_tech_center_header.gif'); 
				background-attachment: fixed;
				background-repeat: repeat-x;
				background-position: left bottom;  
				font-family: AvantGarde, Arial, serif;
				font-size: Small
				
				}

</style>
</head> 


</html>