	
		body {
			background-repeat: repeat-y;
			font-family:tahoma;
			font-size:90%;
			margin: -1px 0 0 -1px;
			padding: 0 0 0 0;
		}
		
		#mainTable {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
		}
		
		
		/* Navigation Bar Menu Items (Left column)*/
		a.navItem {
			font-size:100%;
			color:lightgoldenrodyellow;
			text-decoration:none;
			display:block;
			border-style:1px solid #000;
			width:120x;
			/* internal margins: top, right, bottom, left */
			padding: 1px 0 1px 4px;
			margin: 10px 0 0 0;
			text-align: left;
					
		}
		
		a.navItem:hover {
			border:0px outset lightgoldenrodyellow; text-decoration:none;
			background-color:lightblue;
			color:crimson
		}
		
		a {
			text-decoration:none;
		}
		
		a:hover {
			text-decoration:underline;
			color:navy;
		}
		
		/* Logo & Phone Info */
		#HTPCell {
			color:#400040;
			font-family:Tahoma, sans-serif;
			font-size:120%;
			font-weight:bold;
		}
		.small_links {font-size:100%; font-family:tahoma;color:#0033FF;}
		
		.HTP_standard_links {font-size:100%; font-family:tahoma;color:#0033FF;}