body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #545454;
	background: #FAF7F0 url(../../system/website/tile.gif);
	background-repeat: repeat-x;
	}

A:link { 
	color: #1a52c1; 
	text-decoration: none; 
	font-weight: bold;
	font-style: italic;
	}
	
A:visited { 
	color: #1a52c1;
	text-decoration: none; 
	font-weight: bold;
	font-style: italic;
	}
	
A:hover { 
	color: #1a52c1; 
	text-decoration: underline; 
	font-weight: bold;
	font-style: italic;
	}

A.nav { 
	color: #1a52c1; 
	font-family: arial, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none; 
	padding:5px;
	}
A.nav:active { 
	color: #1a52c1 
	}
A.nav:visited { 
	color: #1a52c1 
	}
A.nav:hover { 
	color: #1a52c1; 
	text-decoration: underline 
	}

A.tab { 
	color: #545454; 
	font-family: arial, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none; 
	padding:5px;
	}
A.tab:active { 
	color: #545454 
	}
A.tab:visited { 
	color: #545454 
	}
A.tab:hover { 
	color: #545454; 
	text-decoration: underline 
	}

A.sel {
	color: #9990AF;
}
A.sel:visited {
	color: #9990AF;
}

/* Removed, just in case user wants to use <p> in their content
p { 
	margin:0px; 
	border:0px; 
	padding:0px;
	}
*/
td { 
	text-align:left;
	margin:0px; 
	border:0px; 
	padding:0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #545454;
	}

.header {
	margin:0px; 
	border:0px; 
	padding:0px;
	color: #5b3ca3;
	font-size: 12pt; 
	font-weight: bold; 
	}
	
.header_intranet {
	margin:0px; 
	border:0px; 
	padding:20px 0 0 0;
	color: #8895C2;
	font-size: 14pt; 
	font-weight: bold; 
	}

br { 
	margin:0px; 
	border:0px; 
	padding:0px;
	}

/* IE6 only */
input {
	color: #5b3ca3;
	background: #ffffff;
	border: 1px solid #bfae88
}
input[type=text], input[type=password] {
	color: #5b3ca3;
	background: #ffffff;
	border: 1px solid #bfae88
}
select {
	color: #5b3ca3;
	background: #ffffff;
	border: 1px solid #bfae88
}

#boiler {
	position: relative; 
	}
#search {
	position: absolute; 
	top: 35px; 
	left: 330px; 
	text-align: left; 
	} 
	
.rightcontent {
	padding-top: 50px;
	background: url(../../system/website/header_underline.gif);
	background-repeat: repeat-x;
	}

#globalsearch {
	position: relative;
}
#globalsearch #logo {
	display: block;
	width: 943px;
	height: 61px;
	border: 0;
}
#globalsearch div {
	position: absolute;
	top: 20px;
	left: 755px;
	*left: 760px;
}

a.website {
	background-image: url(../../system/website/site.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

/* Intranet Styles */
div.dbl_underline_thick {
	height:5px;
	margin-top:13px;
	background: url(../../system/website/dbl_underline_thick_bg.gif) repeat-x;
 	clear: left;
}
div.dbl_underline {
	height:3px;
	margin-top:13px;
	background: url(../../system/website/dbl_underline_bg.gif) repeat-x;
 	clear: left;
}
td.vertical_sep {
	width:29px;
	background:url(../../system/website/vert.gif) repeat-y;
}

a.button {
	display: inline-block;
	border: 1px solid #b79e7c;
	background-color: #5a3ba3;
	color: #ffffff;
	padding: 0 4px 0 4px;
}
a.button:hover {
	background-color: #d4bea1;
	color: #5a3ba3;
	text-decoration: none;
}

/* Sidenav styles */
div#sidenav {
	margin: 0 0 0 -40px;
	padding: 0;
}
div#sidenav ul {
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
}
div#sidenav ul li a {
	display: block;
	padding-left: 18px;
	background: url('../../system/website/bullet_alt.gif') no-repeat top left; 
}
div#sidenav ul li.selected a {
	background: url('../../system/website/bullet_alt_sel.gif') no-repeat top left; 
}
div#sidenav ul li.selected a.selected {
	color: #9990AF;
}
div#sidenav ul  li ul li a{
	margin-left: -20px;
	background: url('../../system/website/arrows_alt.gif') no-repeat top left !important;
}
div#sidenav ul  li ul li.selected a.selected{
	background: url('../../system/website/arrows_alt_sel.gif') no-repeat top left !important;
}
ul.arrows {
list-style-image: url('../../ksc_assets/home/arrows.gif');
}