@charset "UTF-8";body {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 1em;	background: #666666;	margin: 0; 	padding: 0;	text-align: center;	color: #000000;}#loccontainer {	margin:0 0 2px 0;	padding:1px 0 3px 0;	background-color:#99B3CC;	width:544px;	overflow:hidden; /* Clears the floats */	list-style:none;	text-align:center;	font-size: 0.75em;	text-indent: 0px;}#loccontainer li {	display:inline;	background-color:#CCCCCC;	width:18%;	float:left;	margin:3px 3px 0 0;	position:relative;	border:thin black solid;}#loccontainer a {	color:#0000FF;	text-decoration:none;}#loccontainer a:hover {	color:black;	font-weight:600;}#loccontainer li:hover {	color: black;	background: yellow;}#loctext {	font-size: 0.8em;	text-indent: 2em;	padding: 0 5px 0 5px;	text-align: justify;}#coverhtml {	text-align: justify;	vertical-align: top;	text-indent: 1em;}.twoColFixRtHdr #container {	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	border: 2px solid #000000;	text-align: left;}.twoColFixRtHdr #header {	background: #DDDDDD;	padding: 0 10px 0 20px; }.twoColFixRtHdr #header h1 {	margin: 0px; 	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */	font-size: 1.5em;	letter-spacing: 4px;}.twoColFixRtHdr #header h3 {	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */}#sidebar1 {	float: right; /* since this element is floated, a width must be given */	width: 190px;	font-size: 0.7em;	background: #EBEBEB;	padding: 0 10px 0 2px;}#sidebar1 a {	text-decoration:none;}#sidebar1 a:hover {	color:#000099;	font-weight:700;	text-decoration:none;}#sidebar1 li {	padding:2px 0 0 5px;	list-style-type:none;	/* background:url(stamps/sart_gr.gif) left center no-repeat; */}#sidebar1 li:hover {	background-color:#FFFFCC;	/* background:#FFFFCC url(stamps/sart_yl.gif) left center no-repeat; */}.twoColFixRtHdr #mainContent {	margin: 0px 210px 0 0; 	padding: 2px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}.twoColFixRtHdr #footer {	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */	background:#DDDDDD;}.twoColFixRtHdr #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 */}.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-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.fntsmall {	font-size: 9pt;}.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;}