	@font-face {
		font-family: centurygothic;
		src: url('../fnt/ALGER.ttf');
	}

	.topbar {

	}

	#nameHolder{
		font-family: centurygothic, Times Roman, sans-serif; 
		color: #e7dd40; 
		font-size: 2em; 
		text-align: left; 
		position: absolute; 
		top: 70px; 
		left: 90px;
		font-weight: normal;
		padding: 0;
		margin: 0;
		border: 0 solid red;
	}
	
	
	#staffPagePic{
		width: 100%; 
		float: left;
	}
	
	#staffPageBio{
		float: left; 
		width: 75%; 
		text-align: left; 
		padding-left: 5%; 
		font-size: .8em;
	}
	
	.staffPagePic{
		width: 100%; 
		float: left;
	}
	
	.staffText{
		float: left; 
		width: 75%; 
		text-align: left; 
		padding-left: 5%; 
		font-size: .8em;
	}
	
	.staffName{
		padding-left: 15%; 
		padding-bottom: 3%;
	}
	
	.menuLink {
		text-decoration: none; 
		color: white;
	}
	
	.menuTableCell {
		border: 1px solid #f4f02d; 
		color: white; 
		font-family:  "Century Gothic", "Times Roman", sans-serif; 
		border-top: 0; 
		padding:5px;
		text-align: center;
		width: 25.1%
	}
	
	.fullLengthBar{
		width: 100%; 
		background-color: #4f421f; 
		border: 1px solid #f4f02d; 
		height: 10px;
	}
  
	body {
		padding:0px; 
		margin: 0px; 
		background-color: #f4f0e6;
		font-family: Century Gothic, Times Roman, sans-serif;
		font-weight: bold;
	}
	
	#practicesHolder{
		color: #e7dd40; 
		font-size: 1em; 
		text-align: left; 
		position: absolute; 
		bottom: 67px; 
		padding-bottom: 2%; 
		padding-left: 2%; 
		font-family: Century Gothic, Times Roman, sans-serif; 
		font-weight: normal
	}
  
	#banner{
		background:url('../img/bgTop2.png'); 
		clear: both; 
		height: 314px; 
		width: 100%; 
		position: relative;
	}
  
	#leftSideContainer {
		width: 36%;  
		float: left; 
		position: relative; 
	}
  
	#mainContent {
		float: left; 
		padding-top: 2%; 	
		padding-left: 5%; 
		width: 50%; 
		min-height: 250px; 
		position: relative;
		 font-weight: normal;
	}
  
	#bodyContainer {
		width: 100%;
		float: left;
		text-align: left;
		position: relative;
		background: #8496ac; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiM4NDk2YWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiMyMTRiODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #8496ac 38%, #214b82 77%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#8496ac), color-stop(77%,#214b82)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #8496ac 38%,#214b82 77%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #8496ac 38%,#214b82 77%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #8496ac 38%,#214b82 77%); /* IE10+ */
		background: linear-gradient(to bottom,  #8496ac 38%,#214b82 77%); /* W3C */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8496ac', endColorstr='#214b82',GradientType=0 ); /* IE6-8 */

	}