  @charset "utf-8";
/* CSS Document */

/*Gray outline Corners*/
.bl {background: url(/dotAsset/690841.jpg) 0 100% no-repeat; width: 750px;}
.br {background: url(/dotAsset/694831.jpg) 100% 100% no-repeat;padding:10px;}

/*Sinlge pixel border (used in tabs on admissions and labs page*/
.t {background: url(/dotAsset/694843.jpg) 0 0 repeat-x; width: 750px; }
.b {background: url(/dotAsset/694843.jpg) 0 100% repeat-x}
.l {background: url(/dotAsset/694843.jpg) 0 0 repeat-y}
.r {background: url(/dotAsset/694843.jpg) 100% 0 repeat-y} 

/*Solid Blue Corners*/
.blc {background: url(/dotAsset/732262.jpg) 0 100% no-repeat;}
.brc {background: url(/dotAsset/732256.jpg) 100% 100% no-repeat;}
.tlc {background: url(/dotAsset/732250.jpg) 0% 0% no-repeat;}
.trc {background: url(/dotAsset/732244.jpg) 100% 0% no-repeat;}

/*Solid Tan Corners*/
.tblc {background: url(/dotAsset/734698.jpg) 0 100% no-repeat;}
.tbrc {background: url(/dotAsset/734704.jpg) 100% 100% no-repeat;}
.ttrc {background: url(/dotAsset/734710.jpg) 0% 0% no-repeat;}
.ttlc {background: url(/dotAsset/734716.jpg) 100% 0% no-repeat;}


/*navigation on tax conf pages*/

#taxConf {
margin:0;
padding:0;
}

#taxConf li {
display:inline;
padding:0;
margin:0;

}

#taxConf a:link,
#taxConf a:visited {
padding:4px 15px 4px 15px;
width:auto;
font-size:1.15em;
}

#taxConf a:hover {
color:#678DCA;
}?