
		/* _____________For home page - index.php - content formatting______________ */
		
			.logo
						{
							position:				absolute;
							top:					10px;
							left:					338px;
							width:					304px;
							height:					72px;
							border:				thin none #ff0000;
						}
				
			.wasc
						{
							position:			absolute;
							top:				5px;
							left:				848px;
							width:				100px;
							height:				70px;
							color:				#000044;
							text-decoration:	none;
							text-align:			center;
							background-color:	transparent;
							border:			thin none #00ff00;
						}
			.tabText
						{
							font-size:				10pt;
							color:					#000055;
							text-align:				center;
							font-weight:			bold;
							background-color:		transparent;
						}
									
			ul
						{
							position:				absolute;
							top:					25px;
							left:					0px;								
							width:					250px;
							text-align: 			left;
							background-color:		transparent;
						 	border: 			thin none #880000;
							margin-left:			20px;
						}
						
			li
						{
							font-size:				12pt;;
							color:					#000066;
							font-family:			arial, Serif;
							margin: 				12px 0px 0px 0px;
							background-color:		transparent;
						}
						
			/* Pseudo-element properties */
			
			#exclaim:first-letter
						{
							float:					none;
							color:					#770000;
							font-family:			serif;
							font-size:				20pt;
						}
