/* Form Elements */	select.dispatch {	/*used for dispatch nav dropdown boxes*/	font: 10px Arial,sans-serif;	font-style: normal;	font-weight: normal;	color: #711112;	}	/* Titles */h5 {	/*story subtitles*/	font: 10px Arial,sans-serif;	font-style: normal;	font-weight: normal;	text-transform: uppercase;	letter-spacing: .15em;	color: #711112;	margin: 10px 0 20px 0;	}/* Body Text *//* ----------------------------------------------------- *//* main body text is defined in global body tag */.pullquote {	/*bold and italics are added as HTML wrappers*/	font: 16px/21px Georgia,Times,serif;	text-align: center;	color: #711112;	margin: 10px 60px 10px 60px;	}.caption {	/*used globally for image captions*/	font: 11px/13px "Trebuchet MS",Arial,sans-serif;	color: #000;	margin-top: 5px;	}.sidebar {	font: 12px/14px "Trebuchet MS", Arial, sans-serif;	margin: 1.0em 5px 0 5px;	color: #000;}	.pageNav {	font: 10px Arial,sans-serif;	font-style: normal;	font-weight: normal;	text-transform: uppercase;	color: #711112;	margin: 10px 0 20px 0;	}.name{	font-family: 'Trebuchet MS', Arial, sans-serif;	font-size: 16px;	line-height: 18px;	font-weight: bold;	color: #000;	margin: 0 0 2px 0;}.job{	font: 10px/12px Arial, sans-serif;	margin: 0;	text-transform: uppercase;}.bio{	font: 12px/15px "Trebuchet MS", Arial, sans-serif;	font-weight: normal;	color: #000;	margin-top: .75em;}.smallText { 	font: 11px/18px Arial,sans-serif;	}	.q{	font: 10px Arial, Helvetica, sans-serif;	text-transform: uppercase;	letter-spacing: .15em;	color: #711112;	margin: 0;}.question{	font: 12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;	color: #711112;	margin-bottom: 10px;}.a{	font: 10px Arial, Helvetica, sans-serif;	text-transform: uppercase;	letter-spacing: .15em;	color: #000;	margin: 0;}.answer{	font: 12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;	color: #000;	margin-bottom: 10px;}.sideText1{	font-family: Georgia, Times, serif;	font-size: 20px;	line-height: 24px;	color: #603;	margin: 0 0 0 0;}.sideText2{	font-family: Georgia, Times, serif;	font-size: 27px;	line-height: 24px;	color: #603;	margin: 0 0 0 0;}.sideText3{	font-family: Georgia, Times, serif;	font-size: 18px;	line-height: 27px;	color: #603;	margin: 0 0 0 65px;}.sideText4{	font-family: Georgia, Times, serif;	font-size: 28px;	line-height: 35px;	color: #603;	margin: 0 0 0 0;}.sideText5{	font-family: Georgia, Times, serif;	font-size: 14px;	line-height: 24px;	text-align: right;	color: #603;	margin: 0 0 0 0;}.sideText6{	font-family: Georgia, Times, serif;	font-size: 20px;	line-height: 24px;	color: #603;	margin: 0 0 0 0;}.sideTextMain{ 	/* Justified text in right sidebar of Bridge page*/ 	font: 12px/20px Georgia,Times,serif;	color: #300;	text-decoration: none;	text-align: justify;	margin: 0;}/* Images *//* ----------------------------------------------------- *//*Globally images are set to have no borderIf a border is needed, it must be defined below*/.thumbGallery {	/*Photo Gallery Thumbnails*/	border: 1px solid #000;	}	/* Anchors *//* ----------------------------------------------------- */a{	color: #930;	text-decoration: underline;}a:visited{	text-decoration: underline;	color: #930;}a:hover{ 	color: #f30;}a:active{	color: #f30;}.breadCrumb{	font-family: 'Trebuchet MS', Arial, sans-serif;	font-size: 12px;	line-height: 18px;	font-weight: bold;	color: #fff;}a.breadCrumb:link{	font-family: 'Trebuchet MS', Arial, sans-serif;	font-size: 12px;	line-height: 18px;	font-weight: bold;	text-decoration:underline;	color: #fff;}a.breadCrumb:visited {	font-family: 'Trebuchet MS', Arial, sans-serif;	font-size: 12px;	line-height: 18px;	font-weight: bold;	text-decoration:underline;	color: #fff;}a.breadCrumb:hover{ 	color: #603; }a.breadCrumb:active{	color: #603;}a.smallText:link{	text-decoration: underline;	color:#000;}a.smallText:visited{	text-decoration: underline;	color:#000;}a.smallText:hover { color: #603; }a.smallText:active { color: #603; }