
#HeaderTitle {
   width: 800px;
   height: 100px;
   background: #fff url(Images/CU31banner.gif) top left no-repeat;
   }
   
#main {
	border: 1px solid #666;
	clear: both;
	background: #dddece;
	padding-top: 20px;
}

/************************************/
/******    TABS   *******************/
/************************************/



#HeaderTabs ul#primary a,#HeaderTabs ul#primary span,#HeaderTabs ul#primary a.current {
	width: 9em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #333;
	background:#fff url(images/tab.gif) top right no-repeat;
	border-bottom: none;
	border-right: none;
	border-top: none;
	
}

#HeaderTabs ul#primary span,#HeaderTabs ul#primary a.current,#HeaderTabs ul#primary a.current:hover {
	border-bottom: none;
	border-right: none;
	border-top: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
	background:#fff url(images/tab_on.gif) top right no-repeat;
}

#HeaderTabs ul#primary a {
	/*background: #FFFAE1;*/
	/*border: 1px solid #AAA;*/
	border-bottom: none;


}

#HeaderTabs ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	/*background: #FFF7CD;*/
	padding-bottom: 6px;
	background:#fff url(images/tab_on.gif) top right no-repeat;
}

#HeaderTabs ul#primary a.currentwide {
	width: 14em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	color: #333;
	background:#fff url(images/tab.gif) top right no-repeat;
	border-bottom: none;
	border-right: none;
	border-top: none;
	
}

