/*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 about.cfm page*/

#aboutuscontainer {
		background-color:#FFFFFF;
		margin:0 auto;
		padding:20px 0 20px 0;
		border-left:1px solid black;
		border-right:1px solid black;
		width:902px;
		height:450px;
		text-align:center;
		}
		
#missionstatement{
		width:902px;
		text-align:left;
		padding::0 20px 0 20px;
		}

#missionstatement p, #missionstatement h3, #missionstatement h2 {
		padding:5px 10px;
}
		
#aboutus {
		text-align:left;
		width:862px;
		min-height:450px;
		margin-left:20px;
		margin-right:20px;
		}
		
#aboutus p {
		padding:5px 0 5px 0;
		}
		
#personnel {
		width:862px;
		margin-left:20px;
		margin-right:20px;
		text-align:left;
		}
		
#personnel tr {
		font-size:.75em;
		}
