/* CSS Document */
	body
	{background: #ffffff url(greenbar.GIF) 0px 100px repeat-x;
	font: arial 12px #000000;}
	A:link { text-decoration: none;
		font-weight: bold;
		color:#006600}
	A:visited { text-decoration: none;
		font-weight: bold;
		color:#006600}
	A:hover { text-decoration: none;
		font-weight: bold;
		color: #006600;
		background: #ffff00}
	A:active { text-decoration: none;
		font-weight: bold; 
		color: #006600;
		background: #ffff00}
	hr {size: 1; 
		color: #000000; 
		width: "75%";}
	p { font-family: arial;}
		.pbold {font: bold;}
		.psmall {font-size: 10px;}
	div {position: absolute;}
		.divhead {z-index: 1;
			top: 0px;
			left: 180px;
			width: 570px;
			height: 95px;
			margin: 5px;}
		.divaddress {z-index: 2;
			top: 105px;
			left: 180px;
			width: 650px;
			height: 15px;
			color: #ffffff;
			font-family: arial;
			font-weight: bold;
			font-size: 12px;}
		.divsidebar {z-index: 3;
			top: 130px;
			left: 0px;
			width: 215px;
			height: 450px;
			margin: 5px;
			border-right: thin solid #000000;
			font-family: arial;
			font-size: 12px;
			color: #000000;}
		.divcontent {z-index: 4;
			top: 130px;
			left: 220px;
			width: 530px;
			height: 500px;
			padding: 10px;
			font-family: arial;
			font-size: 12px;
			color: #000000;}
		.divscales {z-index: 5;
			top: 0px;
			left: 0px;
			width:275px; 
			height:100px;}

