	body {
		font: normal 76%/1.7em Arial, Helvetica, sans-serif;
		color: #5E5E5E;
	}

	#site-container { font-size: 1.1em; }

	a {
		text-decoration: none;
		color: #FD8402;
	}

	a:hover { text-decoration: underline; }

	a img { border: none; }

	.clear { clear: both; }

	h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	}

	h1 {
		margin: .65em 0;
		padding: 0 0 .25em 0;
		font: normal 32px/38px trebuchet ms, sans-serif;
		color: #212F87;
	}

	h2 {
		margin: .65em 0;
		padding: .5em 0 .25em .25em;
		font: normal 1.2em/1.2em trebuchet ms, sans-serif;
		background: transparent url(/images/site/h2-bg.gif) repeat-x bottom left;
	}
	
	h3, .h3 {
		margin: 0 0 .5em 0;
		padding: 0;
		display: block;
		font-size: 1.25em;
		font-weight: bold;
	}

	h4, .h4 {
		margin: .65em 0;
		padding: 0;
		font: normal 1.1em/1.3em trebuchet ms, sans-serif;
		color: #FD8402;
		font-weight: bold;
	}
	footnote, .footnote {
		margin: .65em 0;
		padding: 0;
		font: normal 0.9em/1.1em trebuchet ms, sans-serif;
		color: #5E5E5E;
	}

	ul, ol, dl {
	}

	/* MIKE */

	ul.side-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	ul.side-menu li {
		font-size: .9em;
		margin-bottom: .5em;
		padding: 0 1em 0 1em;
		border-bottom: 1px solid #E3E3E3;
	}

	ul.side-menu a {
		color: #232323;
	}
	
	ul.content-menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	ul.content-menu li {
		background: transparent url(/images/site/bullet-plus.gif) no-repeat 0 50%;
		padding-left: 20px;
	}

	.bio {
	}

	.bio td {
		vertical-align: top;
	}

	.bio td h2 {
		padding: 0;
		margin: 0 0 1em 0;
	}

	.bio td p {
		padding: 0;
		margin: 0 0 1em 0;
	}

	.bio-photo {
		float: left;
		margin: 0 15px 15px 0;
	}

	.caption {
		font-size: .9em;
		line-height: 1.1em;
	}
	
	.callout {
		font-size: 1.2em;
		color: #212F87;
	}

	/*
	** sIFR related styles
	*/

	/* These are standard sIFR styles... do not modify */
	
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	
	.sIFR-replaced {
		visibility: visible !important;
	}
	
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	
	/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
	.sIFR-flash + div[adblocktab=true] {
	  display: none !important;
	}
	
	/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
	
	.sIFR-hasFlash h1 {
		visibility: hidden;
	}

	/*
	.sIFR-hasFlash h2 {
		visibility: hidden;
		letter-spacing: -9px;
		font-size: 55px;
	}
	*/

	.sIFR-hasFlash h3 {
		visibility: hidden;
		letter-spacing: -6px;
		font-size: 25px;
	}

	/*
	.sIFR-hasFlash h4 {
		visibility: hidden;
		letter-spacing: -5px;
		font-size: 21px;
	}
	*/

	.sIFR-hasFlash h5 {
		letter-spacing: -4px;
		visibility: hidden;
		font-size: 24px;
	}

	.answer {
		display: none;
	}
	
	.leadership .title {
		padding-bottom: 5px;
		font-size: .8em;
		line-height: 15px;
		color: #AAA;
	}