html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	max-height: 100%;
	xbackground-color: #ECEDF1;
}


/* Header */
.top {
	padding-left: 25px;
	background-color: #C1C5D0;
	height: 100px;
	xwidth: expression(document.body.clientWidth);
	border-bottom: 1px solid #8E98AA;
}
.toplogo {
	position: absolute;
	z-index: 10;
}
.topTitle  {
	position: absolute;
	right: 15px;
	top: 0px;
	z-index: 1;
}


/* Main Menu */
.left {
	xposition: absolute;
	xleft: 0px;
	width: 160px;
	background-color: #ECEDF1;
	height: 100%;
	height: expression(document.body.clientHeight-125);
	float: left;
	border-right: 1px solid #8E98AA;
}
body>.left {
}
.MainMenu, .Picked {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.MainMenu a:link, .MainMenu a:visited, .Picked {
	display: block;
	color: #4c404d;
	line-height: 2.5em;
	xletter-spacing: 0.1em;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: 1px solid #8E98AA;
	background-color: #ECEDF1;
}
.MainMenu a:hover {
	background-color: #FFFFFF;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
}

ul li {
	position: relative;
}
	
li ul {
	position: absolute;
	left: 160px; /* Set 1px less than menu width */
	top: -1px;
	display: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }

li:hover ul, li.over ul { display: block; } /* The magic */

.YesSub a:link, .YesSub a:visited {
	background-repeat: no-repeat;
	background-image: url(MenuCorner.gif);
	background-position: right bottom;
}
.YesSub ul li a:link, .YesSub ul li a:visited {
	color: #ECEDF1;
	border-bottom: 1px solid #ECEDF1;
	background-color: #8e98aa;
	background-image: none;
}
.YesSub ul li a:hover {
	color: #4c404d;
	border-bottom: 1px solid #8E98AA;
	background-color: #ECEDF1;
}
.YesSub ul {
	xpadding-top: 5px;
	xpadding-right: 5px;
	xpadding-bottom: 5px;
	background-color: #FFFFFF;
	border-top: 1px solid #8E98AA;
	border-left: 1px solid #8E98AA;
	border-right: 1px solid #8E98AA;
}
.Picked {
	background-color: #FFFFFF;
	width: 160px;
	display: block;
}
.Picked ul {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	left: 0px;
	border: 0px;
	xmargin-bottom: 4px;
	line-height: 2.25em;
	top: 0px;
}
.Picked a:link, .Picked a:visited {
	border-bottom: 0px solid #FFFFFF;
	xbackground-color: #8E98AA;
	display: block;
}
.Picked ul li {
	display: block;
	xtext-indent: 10px;
	xmargin-left: 10px;
	padding-left: 10px;
	border-top: 2px solid #FFFFFF;
	xwidth: 160px;
	width: expression(160);
}
.Picked ul li a:link, .Picked ul li a:visited {
	xtext-indent: 10px;
	line-height: 2.25em;
	display: block;
}


/* Main Body Text Area */
.scroll {
	padding: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 2em;
	margin-left: 160px;
	xwidth: expression(document.body.clientWidth-160);
	border-left: 1px solid #8E98AA;
	background-color: #FFFFFF;
}
.scroll table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 2em;
}
.scroll h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-style: normal;
}
.scroll b {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-style: normal;
}
.scroll ul {
	xmargin-left: 15px;
	xpadding-left: 15px;
	list-style: disc;
	width: 100%;	
}
body>.scroll ul {
	width: auto;
}
.scroll li {
	padding-left: 1em;
	list-style: disc;
	display: list-item;
	width: 100%;
	xbackground-color: red;
}
body>.scroll li {
	padding-left: 0px;
	margin-left: 1em;
	width: auto;
	list-style-type: disc;
}
.scroll img {
	xfloat: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imgLeft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.imgRight {
	float: right;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.imgCenter {
	xfloat: left;
	margin: 15px;
}

.scroll a:link, .scroll a:visited {
	color: #4c404d;
	text-decoration: underline;
	font-weight: bold;
}
.scroll a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C404D;
}

/* Columns */

.columns {
	display: block;
	position: relative;
	xpadding: 10px;
	xborder-left: 1px solid #8E98AA;
	background-color: #FFFFFF;
	left: 0px;
	right: 0px;
	width: 99%;
	xborder: 1px solid red;
	bottom:0px;
	xtop: 0px;
	min-height:25%;
}
.column {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 2em;
	display: block;
	position: relative;
	float: left;
	width: 32%;
	margin-right: 1%;
	bottom: 0px;
	xheight:100%;
	text-indent: 5px;
	background-color: #ECEDF1;
	padding: 0px;
	border-top: 1px solid #8E98AA;
	border-left: 1px solid #8E98AA;
	border-right: 1px solid #8E98AA;
}
.column h1 {
	display: block;
	position: relative;
	line-height: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #8E98AA;
	left:0px;
	top:0px;
	padding: 0px;
	margin: 0px
}
.column a:link, .column a:visited {
	display: block;
	color: #4c404d;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
	border-bottom: 1px solid #8E98AA;
}
.column a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C404D;
	border-bottom: 1px solid #8E98AA;
}
a.pdf {
	background: url(PDFicon12x12.gif) no-repeat left center; 
	display: block; 
	padding-left: 22px;
}

/* Floating Kolene Logo */
.Klogo {
	xposition: absolute;
	xleft: 20px;
	xbottom: 45px;
	z-index: 5;
	margin-top: 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.Klogo a:link, .Klogo a:visited {
	display: block;
	color: #4c404d;
	line-height: 2.0em;
	text-decoration: none;
	background-color: #ECEDF1;
}
.Klogo a:hover {
	background-color: #FFFFFF;
}

/* Footers */
.bottom {
	xposition: absolute;
	xdisplay: block;
	background-color: #C1C5D0;
	height: 25px;
	xwidth: 100%;
	width: expression(document.body.clientWidth);
	border-top: 1px solid #8E98AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	line-height: 2em;
	vertical-align: middle;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	clear: left;
}
body>.bottom {
}
.bottom a:link, .bottom a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
.bottom a:hover {
	background-color: #ECEDF1;
	color: #666666;
	text-decoration: none;
}