/*CSS by Ryan Eagy and two79.com*/
/*Feel free to learn from this CSS, but this specific design combination, colors, and graphics are copyrighted. Thank you*/
/*included CSS for contact.cfm page*/

#contactcontainer {
		background-color:#FFFFFF;
		margin:0 auto;
		padding:0px;
		border: .25px solid white;
		border-left:1px solid black;
		border-right:1px solid black;
		width:902px;
		text-align:left;
		}

#personnel	{
		width:862px;
		margin-left:20px;
		margin-right:20px;
		padding-bottom:20px;
		text-align:left;
		}

#personnel a {
		text-decoration:none;
		color:#990000;
		}
	
#personnel tr {
		font-size:.75em;
		}
	
#contact {
		margin-left:20px;
		margin-right:20px;
		padding-bottom:20px;
		text-align:left;
		border-bottom:2px solid #990000;
		width:400px;
		}
	
#contact a {
		text-decoration:none;
		color:#990000;
		}
	
