		#table{
			width:775px;
			height:auto;
			margin-left:auto;
			margin-right:auto;
			background-color:#F0F1F4;
			border:7px groove navy;
			padding-bottom:15px;
		}
		
		#contact{
			width:700px;
			height:auto;
			border:2px black solid;
			margin-left:auto;
			margin-right:auto;
			margin-bottom:15px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11pt;
			font-weight:normal;
			color:navy;
			border-collapse:collapse;
			
		}
		
		#contact th{
			font-size:13pt;
			font-weight:bold;
			font-style:italic;
			text-decoration:underline;
			color:black;
		}
		
		#contact .name{
			text-align:left;
			width:175px;
			padding:3px 3px 3px 3px;
			font-weight:bold;
		}
		
		#contact .job{
			width:425px;
			text-align:center;
			font-weight:bold;
		}
		
		#contact .ext{
			width:75px;
			text-align:center;
			font-weight:bold;
			font-style:italic;
		}
		
		#contact .email{
			width:175px;
			text-align:center;
		}
		
		#contact .email a{
			font-style:italic;
			font-weight:bold;

			text-decoration:none;
			color:navy;
		}
		
		#contact .email a:hover{
			text-decoration:underline;
			color:maroon;
		}