BODY {
	background: #FFF;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	color: #330;
}

/**************************

   Links

**************************/

A {
	font-weight: bold;
}

A:link    { 
	color: #930;
	text-decoration: none;
}

A:active, A:hover  { 
	color: #C60; 
	background: #FFC;
	text-decoration: none;
}

A:visited { 
	color: #C60; 
	text-decoration: none;
}

A.logolink:active, A.logolink:hover {
	text-decoration: none;
	background: #CC9;
}

.logolink img {
	border-width: 0;
}

/**************************

   Navigation

**************************/

.navlink {
	margin-left: 10px;
	font-weight: normal;
	font-size: smaller;
	margin-right: 10px;
}

.navhere {
	font-size: smaller;
	margin-left: 10px;
	font-weight: normal;
	margin-right: 10px;
}

.navspace {
	display: none;
}

.navhead {
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
	color: #666;
	font-size: smaller;
	border-bottom: thin dotted
}

/**************************

   Headings

**************************/

H1 { 
	font-size: 1.25em;
	border-bottom: thin dotted;
	margin-right: 10px;
}

H2 { 
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
}

H3 {
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
}

/**************************

   Other Elements

**************************/

P {
	margin-left: 1.25em;
	margin-right: 1.25em;
	font-size: 1em;
}

UL {
	margin-left: 2em;
}

OL {
	margin-left: 2em;
}

BLOCKQUOTE {
	margin-left: 33%;
	font-size: 0.8em;
}

TH {
	text-align:left; 
}

IMG {
	margin-left: 1.25em;
}

.header IMG {
	margin-left: 0em;
}

/**************************

   Classes

**************************/

.tagline {
  font-size: 10pt;
	color: #663;
}

.contact {
	font-weight: bold;
}

.top {
	margin-left: 50%;
}

.imagetext {
	font-size: larger;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

UL.sitemaptable {
	margin-left: 8%;
	font-size: 0.9em;
}

a.kblogo  {
	font-size: 3em;
	font-weight: normal;
	border: 0;
	color: #000;
	background: #996;
}

ul.choices {
	list-style-type: none;
}

.logotag {
	font-size: 0.5em;
	color: #666666;
	position: relative;
	left: 5em;
	top: -1em;
	z-index: 75;
}

.footer {
	text-align: right;
	font-size: 0.7em;
	margin-right: 20px;
}

hr {
	margin-left: 50px;
	margin-right: 20px;
}

/**************************

   Layout table

**************************/

td {
	vertical-align: top;
}

td.header {
	background: #CC9;
	width: 61px;
	padding-left: 2px;
}

td.nav {
	background: #FFF;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}

td.body {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 30px;
	padding-bottom: 10px;
	width: 100%;
	background: #FFF;
}

td.body h1, td.body h2 {
	margin-left: 10px;
}

h1 {
	margin-top: 0;
}

