#projectTitle {
         position:absolute;
	top:-32px;
         color:#404040;
	font-family:Arial;
	}
h1 {
         font-family:Century Gothic;
	font-size:12pt;
	font-weight: 400;
	}
a img {border:0;}

a.highlight {
         color:#ee9523;
         text-decoration:none;
	}
a.highlight:hover {
         text-decoration:underline;
	color:#ee9523;
	}
a.noHighlight {
         color:#404040;
         text-decoration:none;
	}
a.noHighlight:hover {
         text-decoration:underline;
	color:#ee9523;
	}

ul li a#navHome {
      	position:absolute;
  	display:block;
  	text-decoration:none;
  	height:23px;
         width:21px;
	border:0px solid #000;
	top:-3px;
         left:-36px;
	background-image: url('/images/nav/HomeIconSprite.png');
         background-position:0px 0px;
	z-index:500;
	}
ul li a#navHome:hover {
         background-position:0px 23px;
	}



span.whiteText {color:#fff;}