#pageOutLine    {position: relative;
                width: 900px;
                min-height: 300px;
                margin-left: auto;
                margin-right: auto;
                }
#pageTopBorder      {position: relative;
                 width:900px;
                 height: 10px;
                 background-color: #ffffff;
                }         
#pageBottomBorder   {position: relative;
                 width:900px;
                 height: 5px;
                 background-color: #ffffff;
                }  
#pageBody       {position: relative;
                 width:900px;
                 min-height: 300px;
                 background-color: #ffffff;
                } 
#layer1Header   {position: relative;
                 width: 900px;
                 height: 112px;
                }
#layer1Logo     {position: absolute;
                 height: 110px;
                 width: 875px;
                 left: 12px;
                 top: 2px;
                 background-image: url(images/logo.jpg);
                 background-repeat: no-repeat;
                 }
#layer1Body     {position: relative;
                 width: 900px;
                 min-height: 300px;
                 z-index: 0;
                 overflow: auto;
                 font-family: Verdana;
                 font-size: 8pt;
                 color: #6f7372;
                } 
#layer1Body1    {float: left;
				 display: inline;
				 margin-left: 20px;
                 width: 656px;
                 min-height: 472px;
                 z-index: 0;
                 background-color: #f4f4f4;
                }
#layer1Body1Prod    {float: left;
				 display: inline;
				 margin-left: 20px;
                 width: 656px;
                 min-height: 472px;
                 z-index: 0;
                 background-color: #ffffff;
                 border: 2px;
                 border-style: solid;
                 border-color: #f4f4f4;
                 padding: 10px;
                 }
#layer1Body1 table {font-family: Verdana;
                    font-size: 8pt;
                    color: #6f7372;
                   }
#layer1Body1 table tr td b {font-family: Verdana;
                    font-size: 11pt;
                    color: #6f7372;
                   }
#layer1Body2    {float: left;
				 display: inline;
				 margin-left: 15px;
				 padding-left: 0px;
				 padding-right: 0px;
                 width: 180px;
                 min-height: 200px;
                 z-index: 0;
                }
#layer1Nav      {position: relative;
                 width: 900px;
                 height: 30px;
                 z-index: 50;
                }
#layer2Nav      {position: relative;
                 margin-left: 40px;
                 width: 850px;
                 height: 30px;
                }
.menu           
                {float: left;
                 z-index: 50;
                }        
#subMenu1       {position: absolute;
                 top: 24px;
                 height: 125px;
                 visibility: hidden;
                 z-index: 50;
                 background-color: #ffffff;
                 opacity: 0;
                 filter: alpha(opacity=0);
                }
#subMenu2       {position: absolute;
                 top: 24px;
                 height: 75px;
                 visibility: hidden;
                 z-index: 50;
                 background-color: #ffffff;
                 opacity: 0;
                 filter: alpha(opacity=0);
                }
#subMenu3       {position: absolute;
                 top: 24px;
                 height: 125px;
                 visibility: hidden;
                 z-index: 50;
                 background-color: #ffffff;
                 opacity: 0;
                 filter: alpha(opacity=0);
                }
#layer1Footer   {position: relative;
                 width: 900px;
                 height: 100px;
                }
#layer1ProdBan  {position: absolute;
                 height: 83px;
                 width: 875px;
                 left: 12px;
                 top: 2px;
                 background-image: url(images/productbanner.jpg);
                 background-repeat: no-repeat;
                 }                 
    
body		{background-image: url(images/bg.jpg);
             background-repeat: repeat;
             }

#legend {font-family: Verdana;
         font-size: 8pt;}
          
    		 
    		 
#instInfo	{visibility: hidden;
		 position: absolute;
		 padding: 10px;
		 border: 1px solid black;
		 background-color: #bbbbbb;
		 top: 0px;
		 left: 10px;
		 font: 8pt Verdana;
		}

.popUpText a span {display: none;}
.popUpText a:hover span {display: inline;
			 position: absolute;
		 	 top: 0px;
			 left: 0px; }
