/*the following definitions are necessary because of a bug in internet explorer which interpretsanything on the first line before the doctype, IE6 will switch into "quirks" mode. this causesthe close button's container to extend beyond the viewable area. the first definition compensates for microsoft's bug, the second undefines it, for standards compliant browsers.*/#closebutton {	margin-right: 39px;}td>#closebutton {	margin-right: 0;}/* -- end fix of microsoft bug -- */#content .innernav a,#content .innernav a:visited,#content .innernav a:hover {	color: #002C5D;}#photoTour {	width: 452px;	text-align: center;}#photoTour img,#photoTour div.caption {	border: 1px solid #ccc;}#photoTour img {	vertical-align: center;}#photoTour div.caption {	font-size: 11px;	padding: 3px 6px;	margin-bottom: 1px;}
