@charset "UTF-8";/* CSS Document */body  {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.3em;	background: #666666;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #000000;}.twoColHybLtHdr #container {	width: 90%;	margin: auto; /* the auto margins (in conjunction with a width) center the page */	border: thin solid black;	text-align: left;	background-color: #FEFCC3;} .twoColHybLtHdr #header {	padding: 10px 10px 10px 20px;	background-color: #AAE372;	border-bottom: solid 2px;	font-size: 1em;} .twoColHybLtHdr #header h1 {	margin: 0; 	padding: 10px 0; 	letter-spacing: 4px;	display:inline;	font-size: 1.6em;}/* navigation vertical bar */.twoColHybLtHdr #navcontainer {	float:left;}.twoColHybLtHdr #navbar {	padding: 0 1px 1px 10px;	margin-left: 0;	font: bold 0.7em Arial, Helvetica, sans-serif;	background-color: #FEFCC3;	width: 14em;}.twoColHybLtHdr #navbar li {	list-style: none;	margin: 0;	border: 1px solid black;	text-align: right;}.twoColHybLtHdr #navbar li a {	display: block;	padding: 0.25em 0.5em 0.25em 0.75em;	border-left: 1em solid #AAB;	background-color: #F0FFC1;	text-decoration: none;}.twoColHybLtHdr #navbar li a:link { color: #448; }.twoColHybLtHdr #navbar li a:visited { color: #667; } .twoColHybLtHdr #navbar li a:hover {	border-color: #AAE372;	color: #FFF;	background-color: #666666;}.twoColHybLtHdr #mainContent {	margin: 0 20px 0 14em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */	font-size: 0.8em;} .twoColHybLtHdr #mainContent p {	text-indent: 20px;	text-align: justify;}.twoColHybLtHdr #mainContent a { text-decoration: none; }.twoColHybLtHdr #mainContent a:link { color: #448; }.twoColHybLtHdr #mainContent a:visited { color: #667; }.twoColHybLtHdr #mainContent a:hover { color:#0000CC; }/* very similar to #mainContent used in 313census */ .twoColHybLtHdr #mainContentTable {	margin: 0 20px 0 13em;	font-size: 0.9em;	text-align: left;} .twoColHybLtHdr #mainContentTable table {	text-align: center;	font-size: 0.7em;	background-color:#F0FFC1;	border: thin solid;}.twoColHybLtHdr #mainContentTable th {	font-size: 1.2em;}.twoColHybLtHdr #mainContentTable td {	border: thin solid;}.twoColHybLtHdr #mainContentTable a { text-decoration: none; }.twoColHybLtHdr #mainContentTable a:link { color: #448; }.twoColHybLtHdr #mainContentTable a:visited { color: #667; }.twoColHybLtHdr #mainContentTable a:hover { color:#0000CC; }.twoColHybLtHdr #footer {	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background-color:#EAEAEA;} .twoColHybLtHdr #footer p {	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */}.twoColHybLtHdr #footer a { 	text-decoration: none;	font-size: 0.7em;}.twoColHybLtHdr #footer a:link { color: #448; }.twoColHybLtHdr #footer a:visited { color: #667; }.twoColHybLtHdr #footer a:hover {	font-weight:800;	color:#0000CC; } /* class stamptable is used in theIssue.html */.stamptable {	margin:0; padding:0;    overflow:hidden; /* Clears the floats */    width:100%; /* IE and older Opera fix for clearing, they need a dimension */    list-style:none;	text-align:center;}.stamptable li {	float:left;	display:inline; /* For IE so it doesn't double the 1% left margin */	width:22.8%;	margin:0 0 10px 1%;	padding:10px 0;	height:93px; /* Height of img (85) + 2 times 3px padding + 2 times 1px border = 93px */	position:relative; /* This is the key */	border: solid green thin;}.stamptable li:link { color: #448; }.stamptable li:visited { color: #667; }.stamptable li:hover {	border:solid black thin;	background-color:#F0FFC1; }/* Miscellaneous classes for reuse */.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin: 10px 10px 10px 10px;}.fltrtsmall { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin: 1px 1px 1px 1px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin: 10px 10px 10px 10px;}/* scott catalog number color change */.scottnum {	color: #006600;	font-weight: bold;}.smallfont {	font-size: 0.7em;	text-align:center;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}