<!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: #FFFFFF;
	
}
	
	
:link {
	font: Comic Sans MS;
	font-family: sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	text-decoration: underline;
	color: #009999;
}

:visited {
	font: Comic Sans MS, sans-serif;
	font-family: sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	text-decoration: underline;
	color: #669999;
	
}

:active {
	font: Comic Sans MS, sans-serif;
	font-family: sans-serif;
	font-size: 10pt;	
	font-weight: bold;
	text-decoration: underline;
	color: #33CCCC;
	
}

h1 {
	color: #006666;
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
}
h2 {
	color: #006666;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

h3 {
	color: #006666;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: normal;
	
}

h4 {

	font-family: sans-serif;
	font-size: 10pt;
	color: #006666;
	
}

h5 {
	color: #006666;
	font-family: sans-serif;
	font-size: 8pt;
	
}

#centercontent {
	background: #FFFFFF;
	margin-left: 16%;
	margin-right: 3%;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: inherit;
	background-position: center;
	position: relative;
	height: auto;
}
	
#leftcontent {
	
	left: 0px;
	position: absolute;
	top: 0px;
	width: 125px;
	background-color: #000000;
	background-image: url('../images/index/leftborder.jpg');
	padding-top: 10px;
	padding-left: 5px;
	height: 10000
}

#rightcontent {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 3%;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 5px;
	height: 10000
}

list-item{
list-style: circle inside;
	
}

</style>