/* CSS Document *//* print styles */BODY {	color: #000;	font-size: 12pt;	background: white;	font-family: Arial, Helvetica, sans-serif;	}A:link, A:visited { 	color: #520; 	text-decoration: underline;    font-weight: bold;	}H2, H3 {	background: white; 	color: black; 	padding-bottom: 1px;    border-bottom: 1px solid gray;	}#navigation {	display: none;	}/* try this#rightContainer  {	background: white;	color: black;	float: none !important;	padding-left: 410px;	}	* html #rightcontainer {	display: inline;	margin-left: -200px;	}	*/#rightContainer  {	display: none;	}#leftContainer  {	color: black;	font-family: Arial, Helvetica, sans-serif; 	background: transparent;	width: auto;	border: 0;	margin: 2.5em 5%;	padding: 0;	float: none !important;	}#leftContainer h1 {	color: black;	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	} #logo {	background: white;	height: 3em;	display: block;	}	/* .transparent	 {	margin-left: 10%;	padding-top: 1em;	border-top: 1px solid #000;	display: block;		}*/	#logo img { 	height: 56px; 	width: 450px; 	}		#mainWrapper {background: white;	display: block;	}/* LEFT CONTAINER LIST STYLES */.left {	text-align: left;	font-size: 11px;	color: #000;}  /* If li position is left static, Internet Explorer disables hyperlinks in the list in all but the final column.This rule will be processed only by Internet Explorer because only IE believes that theres a level above HTML: */* html ol li{	position: static;	list-style-type: none;}      /* horizontal position of each column */li.column1 { margin-left: 0em; }li.column2 { margin-left: 18em; }/* Bring the first item of each column back up to the level of item 1.Vertical return = items * height.Here, 5 items * 1.2em line-height = 6em */li.reset{  margin-top: -18em;}/* separate the list from surrounding elements */ol{	margin: 0 0 1em 2em;	padding: 0;	list-style-type: none;}ol li{	/* Stipulate the height of each item so that   vertical return = items * height */  line-height: 1.2em;	/* Clear the default margins and padding   so we can style the list from scratch */  margin: 0;	padding: 0;	list-style-type: none;	color: #333333;}/* anchor styling */ol li a{  display: block;  width: 7em;  text-decoration: none;}ol li a:hover{  color: #FFF; /* white */  background-color: #A52A2A; /* brown */}#copy {	color: black;	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	}