@import url(style_base.css);

/*----- Global / Page-Level -----*/
body 
{ background: #C1C6A4 url("/images/bg-textured.gif") repeat; 
  margin-top: 0px; 
  text-align: center; 
}

body, td
{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 19px; color: #666666; }

h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; color: #ABB082; 
    margin-bottom: 15px;
    font-weight: normal; line-height: 16px; letter-spacing: 2px; }

h1.gbTitle {color: #848957; margin-top:5px;}

h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 17px; font-weight: normal; 
    margin-bottom: 10px;
    font-variant: normal; color: #969B62; line-height: 16px; }

#page        
{ margin-top:10px; border: 1px solid #666666; width:750px; background-color: #FBF7EC; }

/* ---------- Banner -------- */
#banner      
{ height:80px; padding: 0px; background-image: url(/images/banner7.jpg); }

/* ---------- Menu ---------- */
#menu        
{ text-align: left; height:19px; padding-bottom:1px; background-color: #DFE4E8; 
  background-image: url(/clipart/menu/menu1.jpg); 
}
.menuCell
{ font-size: 10px; font-family: verdana, arial; color: #663333; cursor:default; 
  height:20px; padding: 0 12px 0 10px; border-right: solid 1px #bFc4c8;
}
.menuActive
{ font-size: 10px; font-family: verdana, arial; color: #333333; cursor:default; 
  height:20px; padding: 0 12px 0 10px; border-right: solid 1px #bFc4c8;
  background-image: url(/clipart/menu/menu1_active.jpg);
}
.menuHover
{ font-size: 10px; font-family: verdana, arial; color: #333333; cursor:hand;
  height:20px; padding: 0 12px 0 10px; border-right: solid 1px #bFc4c8;
  background-image: url(/clipart/menu/menu1_hover.jpg);
}

