/*---- Layout ----*/
div
{
	padding: 0;
	margin: 0;
}
body
{
	font-family: verdana, georgia, arial, helvetica, sans-serif;
	font-size: x-small;
	padding: 20px;
	margin: 0;
	text-align: center;	
}
h1, h2, h3, h4, h5, h6 {
    color: #b5b5b5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b5b5b5;
	padding: 0 0 .25em 0;
	font-variant: normal;
}
#masthead h1 {
	display:none;
}
h2 {
    border-bottom-style: none;
	font-size:140%;	
}
h3 {
	font-size:130%;
}
h4 {
	font-size:120%;
}
h5{
	font-size:110%;
}
h6 {
	font-size:100%;
}
form {
	font-weight: bold;
}
.plainlist {
	list-style-type:none;
	text-align: center;
}
.plainlist li {
	margin-bottom: .5em;
}
#oldbrowser
{
	text-align: center;
}
.hide {
	display: none;
}
.centred {
    text-align: center;
}
.imgleft {
    float: left;
	margin-right: 1em;
}
.imgright {
	float: right;
	margin-left: 1em;
}
.specialoffer {
    background-color: #fff6dd;
	color:#f00;
	text-align: center;
	font-weight: bold;
	padding: 1em;
	border: 1px solid;
	border-color:#000000;
}
.specialoffer a {
	text-decoration: underline;
	color: #f00;
}
.specialoffer a:hover {
	text-decoration: none;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#rightColumn
{
	float: right;
	width: 200px;
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead {
    height: 60px;
	background-color: #fff;
    background-image:  url(kws-header.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#twocolcontent {
	height: 100%;	/* fix the Win32 IE float bug */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#twocolcontent
{
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#twocolcontent
{
	height: 80%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#innerLeftColumn, #innerContentColumn, #innerRightColumn, #innerFooter, #twocolcontent
{
	padding: 10px;
}
.mainimage {
    height:55px;
	background-image: url(banner-kk5a.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	border-style: solid;
	border-width: 1px;
	border-color: #8F95AF;
	border-top-width: 0px;
	border-left-width: 0;
	border-right-width: 0;
	z-index: 30;
}
.splash {
	background-color: #F8F5F2;
	height: 176px;
	width: 180px;
	padding:0;
	border: 1px solid;
	border-color: #bdbdbd;
	margin-bottom: 5px;
}
.splash p {
	padding: 5px;
}
.kwsbox {
	background-image: url(head-back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.kwsbox img {
	text-align: right;
}
.kwsbox h2 {
	color: #fff;
	font-size: 110%;
	padding-top: 5px;
	margin-left: 1em;
}
.kwsbox p {
	margin:5px;
}
.kwsbox li {
	margin-bottom: 2em;
}
.row {
  clear: both;
  padding-top: 5px;
  padding-bottom: 5px;
  }

.label {
  float: left;
  width: 80px;
  text-align: right;
  font-weight: bold;
  }
html>span .label {
	width: 80px;
}  
.formw {
  float: right;
  width: 170px;
  text-align: left;
  } 
html>span .formw {
	width: 170px;
}  
#footer
{
	clear: both;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	margin-right: 200px;
	height: 100%;	/* fix the Win32 IE float bug */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 80%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

/*---- Borders ----*/
.pageBorder {
	width: 700px;
	border: solid 1px #000;
	border-color: #8F95AF;	
	margin: auto;
}
#pageFrame
{
	font-family: verdana, georgia, arial, helvetica, sans-serif;
	font-size: x-small;
	background-color: #fff;
	text-align: left;
}

#footer, #masthead, #innerLeftColumn, #contentColumn, #innerContentColumn, #twocolcontent
{
	border: solid 0px #000;
	border-color: #8F95AF;
}

#footer
{
	border-top-width: 1px;
}
#masthead
{
	border-bottom-width: 1px;
}
#innerLeftColumn, #innerContentColumn
{
	border-right-width: 1px;
}

#contentColumn
{
	border-left-width: 1px;
}
/*---- Visual Elements ----*/
body
{
	background-color: #f2f2f2;
	color: #000;
	padding: 20px;
	margin: 0;
}
#pageFrame
{
	background-color: #fff;
	border-color: #8f95af;
	color: #000;
}
#hnav {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width:1px;
	border-color: #8F95AF;
	white-space: nowrap;
	margin: 0;
	padding: 3px 0 4px 0;
	color: #000;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
#hnav ul
{
text-align: center;
list-style-type: none;
line-height: normal;
margin: 0;
padding: 0;
}
#hnav ul li
{
display: inline;
white-space: nowrap;
/*/*/ /*/display: none;/*  */
}




