/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Seeding */
FONT.X1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.0pt;
  color: #000000;
}

/* The following section of font information is NOT editable by the client via Diamond Cutter */

/* For Dictionary */
FONT.X2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 25.0pt;
  color: #000000;
}

/* The following are global conditions for all pages, and are NOT editiable by the client via Diamond Cutter, for this version. */

A.M:VISITED {
  color: #bb1111;
  text-decoration: none;
}

A.M:LINK {
  color: #bb1111;
  text-decoration: none;
}

A.M:HOVER {
  text-decoration: underline;
}

A:VISITED {
  color: #bb1111;
  text-decoration: none;
}

A:LINK {
  color: #990000;
  text-decoration: none;
}

A:HOVER {
  text-decoration: underline;
}

BODY {
  background-color: #fffad6;
}

#MyCompany {
display:none;
} 
.content {
	padding-right: 25px;
	padding-left: 25px;
}

	
/* --------------------------------------------------------------------------------------------- Main Menu
(Fixed Width Menu Items)
*/
}

.hotBtn a {color:#EBDEB6; font-size: 9px;font-weight: bold; }

#mainMenu {
width:335px;
height: 79px;

   
}
#mainMenu A {display: block; float: left; clear: none;}

#mainMenu A#menu-home{

width: 96px ;
height: 79px;
    background:url('../images/menuBG.jpg')  no-repeat top left ;
   
    
    }
    
    
    #mainMenu #menu-list{
   
    width: 96px ;
       height: 79px;
    background:url('../images/menuBG.jpg')  no-repeat top center;
    
    
    }
    
    
    
    #mainMenu #menu-calc{
    
   width: 96px ;
height: 79px;
    background:url('../images/menuBG.jpg')  no-repeat top right;
    
    
    }
    
    
    #mainMenu  A#menu-home:hover  { background-position: left bottom;}
    #mainMenu  A#menu-list:hover  { background-position: center bottom;}
    #mainMenu  A#menu-calc:hover  { background-position: right bottom;}



