<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
   background: url(../images/BodyBG.gif) repeat-x;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #270102;
}

/************** Layout Elements *******************/

#wrapper {
	width: 1030px;
	margin: 0 auto;
	font-size: 80%;
	position: relative;/*restrains the AP leftcol div to the boundaries set by the wrapper*/
}

#content {
	padding: 1px 0 0 0;
	margin: 8px 0 25px 216px;
	min-height: 250px;
	background: url(../images/contentBG.jpg) no-repeat;
}

#header {
	background: url(../images/headerBG.jpg) no-repeat;
	min-height: 207px;
	margin-left: 205px;
}

#leftcol {
	width: 215px;
	position: absolute;
	top: 20px;
	left: 0;
	background: url(../images/navBG.jpg) repeat-y;/*Sets the center of the leftcol decorative edging*/
}

#leftcol #footer {
	background: url(../images/navBottom.jpg) bottom no-repeat;/*Sets the bottom of the leftcol decorative edging*/
	height: 30px;
}

#leftcol ul {
	margin-left: 35px;
	margin-bottom: 15px;
	list-style-type: none;
}

#leftcol ul li {
	color: #ccc;/*sets the colour of the link headings*/
}

#leftcol ul ul li a {
	color: #8f9867;/*sets the colour of the links*/
}

#leftcol ul ul li a:hover {
	color: #c4d6a4;
	text-decoration: none;
}

#leftcol ul ul {
	list-style-type: square;
}



/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 5px 25px;
	padding: 0 0 0 0;/*pre included to allow easy setting of padding to your headings*/
	font-size: 150%;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 130%
}

h4 {
	font-size: 120%
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	margin: 10px 20px 5px 30px;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}
.rightsyd {
	float: right;
	margin: 5px 20px 2px 10px;
}


.left {
	float: left;
	margin: 5px 6px 2px 0;
}

/************** Link Styles *******************/

a img {
	border: none;
}

a {
	color: #fff;
}

a:hover {
	color: #4b5533;
	text-decoration: none;
}

/*Fixes for IE5 mac*/

 /*\*//*/
 #header {
 	height: 207px;
}

#leftcol #footer {
  margin-bottom: -30px;
} 
/**/
</pre></body></html>