/*
	CSS Style sheet for XHTML application
	Ensure all width/height values are less their padding size
	e.g. page width is 740px a div with a left padding of 5px and right padding of
	5px would have a width figure of 730px
*/
body {
	background-color: #ECE9D8;
	background-image: url(../images/cross1.gif);
	text-align: center;
	font-family: trebuchet ms, trebuchet, arial, helvetica, sans-serif, geneva;
	font-size: medium;
	border-top-color: #000099;
}

div.NavigationRow {
	font-size: 110%;
	color: #FFFFFF;
	height: 20px;
	width: 730px;
	text-align: left;
	background-color: #000000;
	padding: 5px;
}
div.NavigationRow a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
div.NavigationRow a:hover {
	text-decoration: underline;
}

div.logoRow {
	width: 740px;
	height: 200px;
	background-color: #000000;
	background-image: url(../images/knm_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div.logoRow a {
	float: left;
	border: none;
}
div.logoRow img {
	float: left;
}
div.breadcrumbs {
	width: 720px;
	background-color: #000000;
	font-size: 100%;
	font-family: trebuchet ms, trebuchet, arial, helvetica, sans-serif, geneva;
	color: #ffffff;
	text-align: left;
	padding: 6px 10px;
}
div.breadcrumbs a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
div.breadcrumbs a:hover {
	text-decoration: underline;
}

.bodyRow {
	width: 740px;
	background-color: #FFFFFF;
}
.bodyRow:after {
    content: "&nbsp;"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .bodyRow {height: 1%;}
/* End hide from IE-mac */

.NavigationColumn {
	width: 150px;
	height: 470px;
	float: left;
	text-align: left;
	padding: 40px 10px;
}
.SubMenu div.title {
	color: #000000;
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 6px;
}
.SubMenu ul {
	color: #000000;
	font-size: 86%;
	list-style-type: none;
	margin: 0px;
}
.SubMenu ul li {
	padding-bottom: 2px;
}
.SubMenu ul li a {
	color: #000000;
	text-decoration: none;
}
.SubMenu ul li a:hover {
	text-decoration: underline;
}
div.bodyColumn {
	float: left;
	width: 460px;
	text-align: left;
	padding: 40px 36px 20px 74px;
}
div.bodyColumn a {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
}
div.bodyColumn h1 {
	color: #000000;
	font-size: 180%;
	margin: 0px 0px 20px;
}
div.bodyColumn h2 {
	font-size: 105%;
	font-weight: normal;
	margin: 0px 0px 4px;
}
div.bodyColumn h3 {
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 4px;
}
div.bodyColumn h4 {
	font-size: 85%;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 4px;
}
div.bodyColumn p {
	margin: 0px 0px 20px;
}
.FooterRow {
	font-size: 85%;
	letter-spacing: 1;
	background-color: #FFFFFF;
	height: 14px;
	width: 716px;
	padding: 8px 12px;
	margin-top: 6px;
	text-align: left;
}
.FooterRow a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.yellowhighlight {
	background-color: #FFFF00;
	height: auto;
	width: auto;
}
