html {	overflow:auto;}body {	height:100%;	margin:91px 0 0 0;	background-color:#fff; /* background color - entire site */	font-family:Arial, Helvetica, sans-serif;	font-size:12pt;	color:#fff; /* color of text in body */}#header {	position:fixed;	display:block; 	top:0;	left: 125px;	width:689px;	height:73px;	z-index:35;	background-color:#fff;}#nav {	position:fixed;	top:57px;	left: 125px;	height: 34px;	width: 689px;	z-index:1;	background-color:#000;}#nav a, #nav a:link {	display:block;	display:inherit;	color: #fff;	font-size: 11pt;	text-decoration:none;	vertical-align:bottom;}#nav a:hover {	color:#988157;}#nav li {	display: inline;	margin:0 5px 0 5px;	list-style:none;}#textwrap {	margin:0 0 0 125px; 	padding:0;	width:689px;	background-color:#999;	border-bottom:10px solid #999;}	#text {		margin:0; 	padding:0 0 0 30px;}#footer {	position: relative;	display:block;	left: 125px;	bottom: 0;	margin:0;	padding: 0;	width:689px;	background-color:#515151;}#footer a:link, #footer a {	color:#fff;	text-decoration: none;}#footer a:hover {	color:#000;}p, h1, h2, h3, h4 {	width:645px;}img {	border: none;}/* All links within the body */a:link {	color:#fff;}a:visited {	color:#fff;}/* ^^^^^^^^^^^^^^^^^^^^^ */li {	font-family:Arial, Helvetica, sans-serif; 	font-size:12pt; 	color:#fff; /* adjust to body text color */	width: 615px;}h1,h2,h3,h4 {	font-family: Arial, Helvetica, sans-serif; 	font-weight:bold; 	color:#fff; /* can be same as body text color, or changed to give page different look */}/* adjust header sizes, only if you really need to */h1 {font-size:21pt;}h2 {font-size:18pt;}h3 {font-size:15pt;}h4 {font-size:12pt;}.smaller {	font-size: 10pt;}.smallest {	font-size: 9pt;}.copyright {	font-size: 9pt;	text-align:center;}p.tabled {	width: 400px;	font-size:11pt;}p.general {	width: 400px;}