	
	/*ID AND CLASS BASED STYLES */ 
	#primNav {
		width:900px;
		height:24px;
		background-image:url(../images/styleElements/navBg.jpg); 
		background-repeat:no-repeat; 
	}
		
		#navPadding180 {
			float:left; 
			width:180px;
			height:24px;
		}
		
		.primNavPoint {
			float:left;
		}
		
		#dottedLineBottomNav {
			position:relative; 
			top:0px;
			left:0px;
			width:900px;
			height:3px;
			background:none;
			background-image:url(../images/styleElements/topDotLine.gif);
			background-repeat:repeat-x;
		}
		
		#primNavPointIndicator {
			position:relative;
			top:-2px;
			left:181px;
			width:100px; 
			height:5px; 
			background-color:#F5C201;
		}
		
	
		
	
	#secNav {
		width:180px;
		height:115px;
		padding:20px 0 20px 0;
		background-color:#009CA5;
		float:left;
	}
	
		.secNavPoint {
			width:160px;
			padding:0 0 0 20px;
			color:#FFFFFF; 
		}
		
		
		.secNavPointActive {
			width:160px;
			padding:0 0 0 20px;
			color:#FFFFFF; 
			background-image:url(../images/styleElements/secNavIndicator.gif); 
			background-repeat:no-repeat; 
		}
			
			.secNavPoint a, .secNavPointActive a {
				color:#FFFFFF;
				font-size:11px; 
				line-height:14px;
			}
	
	
	#tertiaerNav {
		float:left;
		width:201px;
	}
		
		.dottedLineTertiaerNav {
			position:relative; 
			top:0px;
			left:0px;
			width:179px;
			height:1px;
			background:none;
			background-image:url(../images/styleElements/topDotLine.gif);
			background-repeat:repeat-x;
		}
		
		#tnHeadline {
			width:177px;
			height:28px;
			padding:0 0 0 2px;
			line-height:28px; 
			font-weight:bold;
		}
		
		#tnNPGroup {
			width:179px;
			padding:8px 0 8px 0;
		}
		
		.tnNavPoint {
			width:170px; 
			padding:0 0 0 9px;
			background-image:url(../images/styleElements/tertiearNavIndicator.gif); 
			background-repeat:no-repeat; 
		}
		
			.tnNavPoint a {
				font-size:11px;
				line-height:15px;
			}
	
	#bottomNav {
		width:484px;
		margin:20px 0 0 180px;
	}
		
		#bottomNavGroup {
			font-size:10px;
			text-align:center; 
		}
		
		.dottedLineBottomNav {
			position:relative; 
			top:1px;
			left:0px;
			width:484px;
			height:1px;
			background:none;
			background-image:url(../images/styleElements/topDotLine.gif);
			background-repeat:repeat-x;
		}