
/*this determines the text style for body copy*/
body {
     background-color: white;
      font-family: "Arial", "Helvetica", sans serif;
      color: #333333;
      font-size: 10pt;    
}

/*this determines placement for each of the rollover buttons */
   #casemgmtbutton {
      position:absolute;
      top: 400px;
      left: 25px;
      height: 58px;
      width:117px;  
}
   #techbutton {
      position:absolute;
      top: 400px;
      left: 146px;
      height: 58px;
      width:117px;  
}   
   #revsystbutton {
      position:absolute;
      top: 400px;
      left: 267px;
      height: 58px;
      width:117px;  
}   
     #revservbutton {
      position:absolute;
      top: 400px;
      left: 388px;
      height: 58px;
      width:117px;  
}   
     #staffbutton {
      position:absolute;
      top: 400px;
      left: 509px;
      height: 58px;
      width:117px;  
}   
     #storebutton {
      position:absolute;
      top: 400px;
      left: 630px;
      height: 58px;
      width:117px;
}  

/* this determines placement of the partner links*/ 
     #bottomlinks1 {
     position: absolute;
      top: 460px;
					 left: 230px;
      color: #333333;   
     }
 #bottomlinks2 {
     position: absolute;
      top: 480px;
					 left: 140px;
      color: #333333;   
     }
 #bottomlinks3 {
     position: absolute;
      top: 500px;
					 left: 360px;
      color: #333333;   
     }
