html,body
	{
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0px;
	background-color: #9DB397;
	/*\*/overflow: hidden; /* because Mac IE5 don't understand */
	height: 100%;
	scrollbar-3d-light-color:#b4d5ea;
    scrollbar-arrow-color:#ffffff;
    scrollbar-base-color:#6B6A2E;
    scrollbar-dark-shadow-color:#000000;
    scrollbar-face-color:#9DB397;
    scrollbar-highlight-color:#000000;
    scrollbar-shadow-color:#000000;
    }
    
#header
	{
	position: absolute;
	top: 0px;
	width: 760px;
	height: 100px;
	left: 50%;
	margin-left: -380px;
	}
	
#content
	{
	/*\*/
	position: absolute;
	/* Exclude abs positioning for Mac IE5 */
	/*\*/
	top: 100px;
	bottom: 20px;
	width: 640px;
	left: 50%;
	margin-left: -380px;
	/* Exclude all previous props for Mac IE5 */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	}
	
#sidebar-right
	{
	/*\*/
	position: absolute;
	/* Exclude abs positioning for Mac IE5 */
	width: 120px;
	/*\*/
	top: 100px;
	bottom: 20px;
	right: 50%;
	margin-right: -380px;
	/* Exclude all previous props for Mac IE5 */
	/*\*/ overflow: none; /* no need for Mac IE5 to see this */
	}
	
#footer
	{
	position: absolute;
	bottom: 0px;
	width: 760px;
	height: 20px;
	left: 50%;
	margin-left: -380px;
	}
	
.noprint { display: none; }

.headerclass{font-family: "Palatino Linotype", Arial, sans-serif; font-size:14pt; line-height: 20pt; font-weight: bold; color:#6B6A2C}
.fontclass1{font-family: "Palatino Linotype", Arial, sans-serif; font-size:12pt; line-height: 16pt;}
.fontclass2{font-family: "Palatino Linotype", Arial, sans-serif; font-size:10pt; line-height: 14pt;}
.fontclass3{font-family: "Palatino Linotype", Arial, sans-serif; font-size:8pt; line-height: 10pt;}
.fontclass4{font-family: "Palatino Linotype", Arial, sans-serif; font-size:7pt; line-height: 9pt;}

A:link { font-size: 10pt; 
	text-decoration: underline;
	color: #000000;
	font-family: "Palatino Linotype", Arial, sans-serif;
	font-style: bold; }
A:visited { font-size: 10pt; 
	text-decoration: underline;
	color: #000000;
	font-family: "Palatino Linotype", Arial, sans-serif; }
A:hover { font-size: 10pt; 
	text-decoration: underline;
	color: #CC6633;
	font-family: "Palatino Linotype", Arial, sans-serif; }
A:active { font-size: 10pt; 
	text-decoration: underline;
	color: #CC6633;
	font-family: "Palatino Linotype", Arial, sans-serif; }