@charset "UTF-8";/* CSS Document */body  {	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, "Gill Sans", Arial, Helvetica, sans-serif;	background: #97C2A5;	margin: 0;	padding: 0;	text-align: center;	color: #010;	font-size:90%;}.twoColFixLtHdr #container { 	width: 900px;	background: #FFFFFF;	margin: 18px auto;	border: 1px solid #363;	text-align: left;} .twoColFixLtHdr #header { 	background: #DCF5E4; 	padding: 7px 10px 7px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */} .twoColFixLtHdr #header h1 {	margin: 0;	padding:0;}.twoColFixLtHdr #sidebar1 {	float: left;	width: 200px;	background: #DCF5E4;	padding: 15px 10px 15px 20px;}.twoColFixLtHdr #mainContent { 	margin: 0 0 0 233px; 	padding: 5px 20px;} .twoColFixLtHdr #footer { 	padding: 0 10px 0 20px; 	background:#DCF5E4; } .twoColFixLtHdr #footer p {	margin: 0;	padding: 10px 0; }.fltrt { 	float: right;	margin-left: 8px;}.fltlft { 	float: left;	margin-right: 8px;}.clearfloat {	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}#header ul{		padding:0; margin:0;}#header ul li{	/*Remove all spacings from the list items*/	margin: 0;	padding: 0 32px 0 0;	list-style-type: none;	display: inline;}a:link, a:visited {	color: #063;	font-weight: bold;	text-decoration:none;}a:hover {	color: #C60;	font-weight: bold;	text-decoration:underline;}a:active {	color: #06C;	font-weight: bold;	text-decoration:underline;}