/* CSS Document */html, body {	text-align: center;	margin:0px 0px 0px 0px;	padding: 0px 0px 0px 0px;	height: 100%;	min-height: 100%;	font-family: Arial, Helvetica, sans-serif;}#siteArea {	position: relative;	min-height: 100%;	width: 760px;	margin-left: auto;	margin-right: auto;	text-align: center;	background-color: white;	height: 100%;}#headerArea {	position: relative;	left: 0px;	top: 0px;	right: 0px;	height: 132px;	text-align: left;	background-image: url(banner.jpg);	background-repeat: repeat-x;}#headerCorner {	postion: absolute;	top: 0px;	left: 0px;	width: 179px;	height: 132px;	background-image: url(cornerBG.jpg);	background-repeat: no-repeat;}#navcontainer {	position: absolute;	top: 90px;	left: 185px;	right: 0px;	height: 20px;	font-family: arial, helvetica, sans-serif;	font-size: 14px;	z-index: 100;}	#navcontainer ul {	position: relative;	top: 0px;	margin-top: 5px;	padding-left: 0;	margin-left: 0;	color: #5C5E3F;	float: left;	width: 550px;	vertical-align: middle;}#navcontainer ul li { 	display: inline; }#navcontainer ul li a {	padding: 0.2em 1em;	color: #5C5E3F;	text-decoration: none;	float: left;	border-right: 1px solid #5C5E3F;	font-weight: bold;}#navcontainer ul li a:hover {	color: #AB8245;}#copyArea {//	position: absolute;	left: 0px;	right: 0px;	top: 135px;	bottom: 0px;	height: 70%;	text-align: left;	padding: 0px 10px 10px 10px;	overflow: visible;}#copyArea h1 {	font-size: 18pt;	font-weight: bold;	color: #5C5E3F;}#copyArea h2 {	font-size: 15pt;	font-weight: bold;	color: #5C5E3F;}#copyArea p {	font-size: 12pt;	text-align: justify;	padding: 0px 10px 0px 10px;	line-height: 16pt;}#footerArea {	left: 0px;	right: 0px;	bottom: 0px;	height: 70px;	width: 100%;	background-image: url(footerBG.jpg);	background-repeat: repeat-x;	background-position: bottom;	font-size: 11pt;	display: block;	clear: both;	padding-top: 10px;}
