body {
	background-color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:12pt;
	margin:0 .25in;
}

#wrapper-outer {
	background: none; /* Removes background. */
	width:100%;
	}
	
#floatwrapper {
	float: left; /* Moves div to the left, creating a large column to the left of #features that will then be further divided. */
	width: 450pt; /* Sets width to 80 percent of the window. */
	/* width: 6.5in; /* Sets width to 80 percent of the window. */
	position: relative; /* Because of MacIE's faulty positioning and float models, all floated objects will overlap the background and borders of the fixed footer. Adding position: relative and a smaller z-index than the footer to all the floats fixes this. */
	z-index: 100; /* See note above. */
	}	
#contentwrapper {
	float: right; /* Moves content column to the right of the secondary nav column. */
	width: 330px; 
	z-index: 100; /* See note above. */
	}

#center_header_column {
	margin-top:0px;
	text-align:center;
	}

/* Left column for the secondary navigation. */
#left_header_column{
	float: left; /* Moves column to the left of #contentwrapper. */
	width: 264px; /* Sets width to 25 percent of #floatwrapper, which equates to 20 percent of the window, because .25 x .8 = .2 */
	position: relative; /* Because of MacIE's faulty positioning and float models, all floated objects will overlap the background and borders of the fixed footer. Adding position: relative and a smaller z-index than the footer to all the floats fixes this. */
	z-index: 100; /* See note above. */
	}

/* Right column for feature items, news, etc. */
#right_header_column{
	float: right; /* Moves column to right side of window across from #floatwrapper. */
   text-align:right;
	padding-right:50px;
	width: 1px; 
	padding-top: 1px; /* Sets gap between top border of #wrapper-inner and top of column. */
	position: relative; /* Because of MacIE's faulty positioning and float models, all floated objects will overlap the background and borders of the fixed footer. Adding position: relative and a smaller z-index than the footer to all the floats fixes this. */
	z-index: 100; /* See note above. */	
	}
	
#banner_title p{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#990000;
	font-size:20pt;
}


/* Individual page styles  */
	
#resume #header{
	width:8in;
}

#resume h1{
	color:#888844;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

#resume h2{
	font-size:12pt;
	text-decoration: underline;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif; 
	margin:.9em 0 .8em
}

#resume h3{
	font-size:12pt;
	text-decoration: underline;
	font-weight:normal;	
	margin:.9em 0 .8em
}

#resume #honors{
	margin-top:2.4em;
	margin-left:2em;
}

#coaching h1{
	font-size:1.3em;
	margin:1em 0;
}

#coaching h2{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:2.5em;
	font-size: 1em;
}

#table{
	margin-top:0;
}

/*#table{
	margin-left:0;
	width:7.5in;
}
*/

#honors p{
	font-size:1em;
}

.brclear { /* Use a break with this class to clear float containers */
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}

.noprint {
	display: none;
}

#bottom_nav{
	display:none;
}

#social_media_links{
	display:none;	
}

#back_to_top_link{
	display:none;	
}

#cemetary{
 display:none;		
}

#testimonials{
	display:none;
}

#contact a{
	font-weight:bold;
	color:#999999;
}

#print_email_address a{
	font-weight:bold;
	color:#999999;
}

#three_columns{
	margin:0;
}

