/********************************************* CSS DOCUMENT - Olicana********************************************/		body {			font-family: Arial, Helvetica, Verdana, sans-serif;		font-size: 76%;		color: #000;		margin: 8px 0 0 0;		padding: 0;		text-align: center;	}		a {			color: #526C36;		text-decoration: underline;	}		a:hover {		text-decoration: none;	}		html { 		height: 100%;		margin-bottom: 20px;	}		form {		margin: 0;		padding: 0;	}		img {		border: none;	}/********************************************* LAYOUT/DESIGN********************************************/	div#wrap {		padding: 0;		text-align: left;	}		#header a {		text-decoration: none;	}		#contentarea {		width: 100%;		background-color: #fff;		margin: 30px 0 0 0;		padding: 0 10px 0 10px;		float: left;	}		#contentarea p {		line-height: 18px;		margin: 0 0 14px 0;		padding: 0;	}		#contentarea h2 {		font-size: 150%;		margin: 0 0 14px 0;		padding: 0;	}		#contentarea h2 span {	}		#contentarea ul {		list-style-image: none;		list-style-type: none;		margin: 12px 0 14px 0;		padding: 0;	}		#contentarea li {		color: #526C36;		background-image:  url(../images/bullet.gif);		background-position: left top;		background-repeat: no-repeat;		margin: 0;		padding: 0 0 12px 10px;	}		#contentarea h3 {		font-size: 100%;		color: #526C36;		margin: 0;		padding: 0;	}		#contentleft1 {		width: 60%;		background-color: #fff;		margin: 0 0 20px 0;		float: left;	}		#contentleft2 {		width: 40%;		background-color: #fff;		margin: 0 0 20px 0;		float: left;	}		#contentleft3 {		width: 30%;		background-color: #fff;		margin: 0 0 20px 0;		float: left;	}		#contentleft4 {		width: 20%;		background-color: #fff;		margin: 0 0 20px 0;		float: left;	}		#contentright1 {		width: 30%;		background-color: #fff;		margin: 35px 0 20px 30px;		float: left;	}		#contentright2 {		width: 50%;		background-color: #fff;		margin: 0 0 20px 70px;		float: left;	}		#contentright3 {		width: 60%;		background-color: #fff;		margin: 0 0 20px 70px;		float: left;	}		#contentright4 {		width: 70%;		background-color: #fff;		margin: 0 0 20px 40px;		float: left;	}		#contentright3 img {		border: 0;		margin: 0 0 20px 0;	}		#resultsarea {		width: 100%;		font-size: 94%;		background-color: #fff;		margin: 0;		padding: 15px 10px 20px 10px;		border-top-width: 1px;		border-top-style: solid;		border-top-color: #BDC7D3;		float: left;	}		#resultsarea p {		line-height: 18px;		margin: 0 0 14px 0;		padding: 0;	}		#resultsarea h2 {		font-size: 100%;		height: 21px;		background-position: left top;		background-repeat: no-repeat;		margin: 0 0 14px 0;		padding: 0;	}		#resultsarea h2 span {		display: none;	}		.results {		background-image:  url(../images/results.gif);	}		#footer {		font-size: 94%;		color: #4F5A65;		border-top-width: 1px;		border-top-style: solid;		border-top-color: #d8d8d8;		padding: 20px 10px 20px 10px;		clear: both;	}		#footer p {		line-height: 12px;		margin: 0 0 14px 0;		padding: 0;	}	/********************************************* TAB NAV********************************************/		#tabnav {		display: none;	}		#navlist {		display: none;	}	/********************************************* TABLES********************************************/		.table {		font-size: 100%;		color: #374048;		background-color: #fff;		border: 0;		border-collapse: collapse;		line-height: 14px;	}		.table td {		padding: 3px 10px 3px 10px;		text-align: center;	}		.tablehead1 {		color: #fff;		background-color: #526C36;	}		.tablehead2 {		color: #fff;		background-color: #6666CC;	}		.tablehead3 {		color: #fff;		background-color: #FF9900;	}		.tableleft {		border-bottom-width: 1px;		border-bottom-style: solid;		border-bottom-color: #fff;		border-right-width: 1px;		border-right-style: solid;		border-right-color: #fff;	}		.tableright {		border-bottom-width: 1px;		border-bottom-style: solid;		border-bottom-color: #fff;	}		.row1 {		background-color: #E2E6E9;	}		.float1 {		float: right;	}		.highlight1 {		color: #526C36;	}