diff --git a/skins/UabVector.php b/skins/UabVector.php
index 8dcf5f550bb54cbb6e0eea2c1c7994aa473f84c6..488df684c97b66fa8bfebcd96d6ae0e137a8873c 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -33,6 +33,21 @@ class SkinUabVector extends SkinTemplate {
 		// Append skin-specific styles
 		$out->addStyle( 'uabvector/main-rtl.css', 'screen', '', 'rtl' );
 		$out->addStyle( 'uabvector/main-ltr.css', 'screen', '', 'ltr' );
+		
+		// UAB style sheets
+		//
+		// In current use on  http://www.uab.edu/home/research as of 2011-11-29
+		//
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/normalize.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/menus.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/basic.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/positional.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/functional.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/white_ct.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/tan_sb.css', 'screen', '', 'ltr' );
+		$out->addStyle( 'https://www.uab.edu/brand/styles/3.0/css/image_none_bg.css', 'screen', '', 'ltr' );
+
+
 		// Append CSS which includes IE only behavior fixes for hover support -
 		// this is better than including this in a CSS fille since it doesn't
 		// wait for the CSS file to load before fetching the HTC file.