@charset "utf-8";
/* CSS Document */


/*using this combination of styles for 
image rollover navs allows user to see 
dotted lines if  tabbing through page 
for accesibility, but point and click 
will see no lines to mess up  visual impact*/

a:active { outline-style:none;
outline-width:0;
}
a:hover { outline-style:none;
outline-width:0;
}

/* --------- end combo  ---------------- */

.aboutUs
{
	line-height: 18px;
}

