<!doctype html public > <html><head><title>Kingfisher Designs Stylesheet 1</title> <style type="text/css"> 

body {
	margin 0px 0px 0px 0px padding 0p: x;
	background-color: White;
	
}
	
	
:link {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	text-decoration: underline;
	color: #191970;
}

:visited {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	text-decoration: underline;
	color: #483D8B;
	
}

:hover {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	text-decoration: underline;
	color: #8B0000;
	padding-bottom: 2px;
	
}

:active {
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	text-decoration: underline;
	color: #708090;
	
}

h1 {
	color: #2F265E;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
h2 {
	color: Navy;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

h3 {
	color: #2E2E2E;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: normal;
	
}

h4 {

	font-family: sans-serif;
	font-size: 10pt;
	color: #2E2E2E;
	
}

h5 {
	color: #2E2E2E;
	font-family: sans-serif;
	font-size: 8pt;
	
}

#centercontent {
	background: #FFFFFF;
	margin-left: 16%;
	margin-right: 20%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: inherit;
	background-position: center;
	position: relative;
	height: auto;
}
	
#leftcontent {
	border-right: 4px double #708090;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 15%;
	background-color: #DCDCDC;
	background-image: url("../images/site-graphics/bstrbk.jpg");
	padding-top: 10px;
	padding-left: 5px;
	height: 5000;
}

#rightcontent {
	border-left: 4px double #708090;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 15%;
	background-color: #DCDCDC;
	background-image: url("../images/site-graphics/bstrbk.jpg");
	padding-top: 10px;
	padding-left: 5px;
	height: 5000;
}

list-item{
list-style: circle inside;
	
}

</style>