/* -----------------------------------
 * sitemap.css 
 * ----------------------------------- */
#main{ border-top:1px solid #c7c7c7; }  

/* generic box definitions */
.box ul li p{ color:#555; padding:0; font-size:80%; margin:0 0 0.7em 0; }
.box ul li p.last{ margin:0; }
.box ul a{ font-size:1em; }

/* custom box definitions */
#tutee{ background:#AB000B; width:23.5em; }
#tutee a, #tutee a:visited{ color:#AB000B; }  
#tutee a:hover{ color:#fff; background:#AB000B; }

#tutor{ background:#F2BE31; width:23.5em; margin-left:1em; }
#tutor .height{ height:21.5em; }
#tutor a, #tutor a:visited{ color:#F2BE31; }  
#tutor a:hover{ color:#fff; background:#F2BE31; }

#resources{ background:#555; width:15.3em; margin-top:1em;}
#resources a, #resources a:visited{ color:#555; }  
#resources a:hover{ color:#fff; background:#555; }

#help{ background:#777; width:15.3em; margin:1em 0 0 1em;;}
#help a, #help a:visited{ color:#777; }  
#help a:hover{ color:#fff; background:#777; }

#about{ background:#999; width:15.3em; margin:1em 0 0 1em; }
#about a, #about a:visited{ color:#999; }  
#about a:hover{ color:#fff; background:#999; }







 



