body   { color: black; line-height: 130%; font-family: arial, helvetica, verdana, tahoma, sans-serif; background-color: #eee; text-align: center; margin: 0 0pt 1em; padding: 0 }
table          { text-align: center; border: dashed 1px #888 }
li   { line-height: 150% }
td                    { text-align: left; padding: 6px }
td.first { background: url(images/bgkgtop.jpg) repeat-x left bottom }
tr   { }
hr { color: #888; border: dashed 2px }
#wrapper-header {	background: #222; }

#header        { line-height: 125px; background: #222 url(images/banner1a.jpg) no-repeat left 0; text-align: left; margin: 0 auto; border-right: 1px solid #707070; border-left: 1px solid #707070; width: 75% }

#header h1     { color: #000; font-size: 220%; text-align: center; letter-spacing: -1px; margin: 0; padding: 0 0 0 10px; height: 125px }
#header h2   { color: #000 }
#wrapper-menu  { background: #ff3 url(images/menu-background.jpg) repeat-x left top; float: left; width: 100% }

#menu {
	width: 75%;
	margin: 0 auto;
	font-size: 95%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul   { list-style-type: none; list-style-position: outside; float: left; margin: 0; padding: 0; border-right: 1px solid #666; border-left: 1px solid #666; width: 100% }

#menu li { display: inline; }

#menu a:link, #menu a:visited  { color: #fff; text-decoration: none; background-color: transparent; float: left; padding: 0.25em 1em; border-right: 1px solid #666 }

#menu a:hover  { color: #485b06; background: #ff6 url(images/menu-hover.jpg) repeat-x }

#content                 { font-size: 90%; font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; background: white url(images/bgkgtop.jpg) repeat-x; text-align: center; margin: 0pt; padding-right: 1%; padding-bottom: 20px; padding-left: 1%; border-right: 1px solid #bbb; border-left: 1px solid #bbb; width: 73% }

* html #content  { } /* Set padding top in IE to 20px */

#footer   { color: white; font-size: 80%; background: #ff6 url(images/menu-background.jpg) repeat-x left top; text-align: right; letter-spacing: 0.15em; margin: 0 auto; padding: 2px 1%; border: solid 1px #666; width: 73% }

h2   { color: #666; font-size: 150%; line-height: 130%; text-align: left; letter-spacing: -1px; padding-bottom: 3px; border-bottom: 1px solid #000 }
h1 { font-size: 1.6em }
a:link, a:visited    { color: #1b0cce; text-decoration: none }

a:hover {
	color: #000;
	text-decoration: underline;
}

p    { margin-left: 1em }
p.left  { text-align: left; margin-left: 1.6em }
img.top   { line-height: 90%; background: url(images/bgkgtop.jpg) repeat-y }
.yellow { background-color: #ff0 }
img.left    { margin-bottom: 20px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px }

