body{
                  margin: 0px;
                    left: 0px;
                     top: 0px;
}
#header {
	       
	      background: url("http://s-goodman.com/NOAM/Styles/mc_header3.jpg");
     background-position: 0%, 0%;
   background-attachment: scroll;
       background-repeat: no-repeat;
        background-color: transparent;
                   width: 100%;
                  height: 555px;
                  margin: 0px;
		     padding: 0px;
                    left: 3px;
                     top: 0px;
	        text-align: center;
                 z-index: 0px;
        
}

#headerTable{
               position: absolute;
                    top: 5px;
                   left: 145px;
                  width: 75%;
}

#mainRow{
                 height: 49px;
             text-align: Left;
                   font: bold 16px verdana;
                
    
}
#subRow{
                 
                   font: bold 11px verdana;
                  color: white;
             text-align: center;
                 height: 40px;               

}
#adminRow{
                 
                   font: bold 10px verdana;
                  color: blue;
             text-align: right;
                 height: 12px;               

}


#mainTable{
               position: absolute;
                    top: 115px;
                   left: 50px;
                 height: 440px;
                  width: 675px;
                   font: bold 12px arial;

}

#mainTableHeader{
              font: bold 14pt arial;
             color: orange;
}


#footer{

                   width: 95%;
                  height: 10px;
		  margin: 0;
		 padding: 0;
                    left: 25%;
	      text-align: center;
                 z-index: 2;
}
.anylinkcss{
		position: absolute;
	      visibility: hidden;
		  border: 1px solid black;
     border-bottom-width: 0;
		    font: normal 12px Verdana;
	     line-height: 18px;
		 z-index: 100;
	background-color: #E9FECB;
		   width: 205px;
}

.anylinkcss a{
		   width: 100%;
		 display: block;
	     text-indent: 3px;
	   border-bottom: 1px solid black;
		 padding: 1px 0;
	 text-decoration: none;
	     font-weight: bold;
	     text-indent: 5px;
}

.anylinkcss a:hover{
         /*hover background color*/
	background-color: black;
		   color: white;
}
}